C D E F I L M O P R S W

C

com.iona.corbautil - package com.iona.corbautil
 
createAutoWorkQueue(String, int, int, int, int) - Method in class com.iona.corbautil.PoaUtilityOrbixImpl
Create a labelled Orbix-proprietary work queue.
createManualWorkQueue(String, int) - Method in class com.iona.corbautil.PoaUtilityOrbixImpl
Create a labelled Orbix-proprietary work queue.
createPoa(String, POA, LabelledPOAManager, String) - Method in class com.iona.corbautil.PoaUtility
Create a POA.
createPoa(String, POA, LabelledPOAManager, String) - Method in class com.iona.corbautil.PoaUtilityPortableImpl
Create a POA.
createPoa(String, POA, LabelledPOAManager, String, LabelledOrbixWorkQueue) - Method in class com.iona.corbautil.PoaUtilityOrbixImpl
Create a POA.
createPoaManager(String) - Method in class com.iona.corbautil.PoaUtility
Create a POA Manager.
createPoaManager(String) - Method in class com.iona.corbautil.PoaUtilityOrbacusImpl
Create a POA Manager.
createPoaManager(String) - Method in class com.iona.corbautil.PoaUtilityPortableImpl
Create a POA Manager.
createPolicy(String, String) - Method in class com.iona.corbautil.PoaUtilityOrbixImpl
Create a Policy object from the stringified name
createPolicy(String, String) - Method in class com.iona.corbautil.PoaUtilityPortableImpl
Create a Policy object from the stringified name
createPolicyList(String, String) - Method in class com.iona.corbautil.PoaUtilityOrbixImpl
Create an array of Policy objects from the stringified list

D

deployModel() - Method in class com.iona.corbautil.PoaUtilityPortableImpl
Accessor method.

E

ExportCorbalocServer - interface com.iona.corbautil.ExportCorbalocServer.
An interface for exporting object references via proprietary corbaloc-server functionality.
ExportCorbalocServerOrbacus - class com.iona.corbautil.ExportCorbalocServerOrbacus.
An interface for exporting object references via Orbacus-proprietary corbaloc-server functionality.
ExportCorbalocServerOrbacus() - Constructor for class com.iona.corbautil.ExportCorbalocServerOrbacus
 
ExportCorbalocServerOrbix - class com.iona.corbautil.ExportCorbalocServerOrbix.
An interface for exporting object references via Orbix-proprietary corbaloc-server functionality.
ExportCorbalocServerOrbix() - Constructor for class com.iona.corbautil.ExportCorbalocServerOrbix
 
exportObjRef(ORB, Object, String) - Method in interface com.iona.corbautil.ExportCorbalocServer
Exports the object reference using the specified instructions.
exportObjRef(ORB, Object, String) - Method in class com.iona.corbautil.ExportCorbalocServerOrbacus
Exports the object reference using the specified instructions.
exportObjRef(ORB, Object, String) - Method in class com.iona.corbautil.ExportCorbalocServerOrbix
Exports the object reference using the specified instructions.
exportObjRef(ORB, Object, String) - Static method in class com.iona.corbautil.ImportExport
Exports the object reference using the specified instructions.
exportObjRef(ORB, Object, String) - Method in interface com.iona.corbautil.ImportExportAlgorithm
Exports the object reference using the specified instructions.
exportObjRef(ORB, Object, String) - Method in class com.iona.corbautil.ImportExportExampleAlgorithm
Writes the IOR and the instructions to the console.

F

firstPoaMgr() - Method in class com.iona.corbautil.PoaUtilityPortableImpl
Accessor method.
firstPoaMgr(boolean) - Method in class com.iona.corbautil.PoaUtilityPortableImpl
Modifier method for changing the value returned by firstPoaMgr().
FIXED_PORTS_NO_IMR - Static variable in class com.iona.corbautil.PoaUtility
One of four supported deployment models; the server listens on fixed ports and is deployed without an IMR.
FIXED_PORTS_WITH_IMR - Static variable in class com.iona.corbautil.PoaUtility
One of four supported deployment models; the server listens on fixed ports and is deployed with an IMR.

I

ImportExport - class com.iona.corbautil.ImportExport.
This class makes it easy to import and export CORBA object references via files, the name service or any repository that can be accessed by command-line utilities.
ImportExport() - Constructor for class com.iona.corbautil.ImportExport
 
ImportExportAlgorithm - interface com.iona.corbautil.ImportExportAlgorithm.
Users can implement this interface to develop their own algorithms for importing and exporting object references.
ImportExportExampleAlgorithm - class com.iona.corbautil.ImportExportExampleAlgorithm.
Example of how to implement the ImportExportAlgorithm interface.
ImportExportExampleAlgorithm() - Constructor for class com.iona.corbautil.ImportExportExampleAlgorithm
 
ImportExportException - exception com.iona.corbautil.ImportExportException.
This exception class is used to hold exception messages for use with the ImportExport class.
ImportExportException(String) - Constructor for class com.iona.corbautil.ImportExportException
Create an exception with the specified message.
importObjRef(ORB, String) - Static method in class com.iona.corbautil.ImportExport
Imports an object reference, using the specified instructions.
importObjRef(ORB, String) - Method in interface com.iona.corbautil.ImportExportAlgorithm
Imports the object reference using the specified instructions.
importObjRef(ORB, String) - Method in class com.iona.corbautil.ImportExportExampleAlgorithm
Writes the instructions to the console; then waits for a stringified object references to be typed in.
init(ORB, int) - Static method in class com.iona.corbautil.PoaUtility
Create an instance of a PoaUtlity class.

L

label() - Method in class com.iona.corbautil.LabelledOrbixWorkQueue
Accessor for the label.
label() - Method in class com.iona.corbautil.LabelledPOAManager
Accessor for the label.
LabelledOrbixWorkQueue - class com.iona.corbautil.LabelledOrbixWorkQueue.
Class that associated a label (name) with an Orbix work queue.
LabelledOrbixWorkQueue(String, WorkQueue) - Constructor for class com.iona.corbautil.LabelledOrbixWorkQueue
Create a LabelledOrbixWorkQueue with the specified label and work queue
LabelledPOAManager - class com.iona.corbautil.LabelledPOAManager.
Class that associated a label (name) with a POA Manager.
LabelledPOAManager(String, POAManager) - Constructor for class com.iona.corbautil.LabelledPOAManager
Create a LabelledPOAManager with the specified label and POA Manager

M

m_orb - Variable in class com.iona.corbautil.PoaUtilityPortableImpl
The ORB to which the created POAs belong.
mgr() - Method in class com.iona.corbautil.LabelledPOAManager
Accessor for the POA Manager.

O

orb() - Method in class com.iona.corbautil.PoaUtilityPortableImpl
Accessor for the ORB.

P

PoaUtility - class com.iona.corbautil.PoaUtility.
This class simplifies the construction of POA hierarchies.
PoaUtility() - Constructor for class com.iona.corbautil.PoaUtility
 
PoaUtilityException - exception com.iona.corbautil.PoaUtilityException.
This exception class is used to hold exception messages for use with the PoaUtility class.
PoaUtilityException(String) - Constructor for class com.iona.corbautil.PoaUtilityException
Create an exception with the specified message.
PoaUtilityOrbacusImpl - class com.iona.corbautil.PoaUtilityOrbacusImpl.
ORBacus-specific class that simplifies the construction of POA hierarchies.
PoaUtilityOrbacusImpl(ORB, int) - Constructor for class com.iona.corbautil.PoaUtilityOrbacusImpl
This constructor is not intended to be called by "normal" user code.
PoaUtilityOrbixImpl - class com.iona.corbautil.PoaUtilityOrbixImpl.
Orbix-specific class that simplifies the construction of POA hierarchies.
PoaUtilityOrbixImpl(ORB, int) - Constructor for class com.iona.corbautil.PoaUtilityOrbixImpl
This constructor is not intended to be called by "normal" user code.
PoaUtilityPortableImpl - class com.iona.corbautil.PoaUtilityPortableImpl.
A class that simplifies the construction of POA hierarchies.
PoaUtilityPortableImpl(ORB, int) - Constructor for class com.iona.corbautil.PoaUtilityPortableImpl
This constructor is not intended to be called by "normal" user code.

R

RANDOM_PORTS_NO_IMR - Static variable in class com.iona.corbautil.PoaUtility
One of four supported deployment models; the server listens on random ports and is deployed without an IMR.
RANDOM_PORTS_WITH_IMR - Static variable in class com.iona.corbautil.PoaUtility
One of four supported deployment models; the server listens on random ports and is deployed with an IMR.
root() - Method in class com.iona.corbautil.PoaUtility
Accessor for the root POA.
root() - Method in class com.iona.corbautil.PoaUtilityPortableImpl
Accessor for the root POA.

S

stringToDeploymentModel(String) - Static method in class com.iona.corbautil.PoaUtility
 

W

wq() - Method in class com.iona.corbautil.LabelledOrbixWorkQueue
Accessor for the work queue.

C D E F I L M O P R S W