Uses of Class
org.jacorb.imr.POAInfo

Packages that use POAInfo
org.jacorb.imr   
org.jacorb.imr.util   
 

Uses of POAInfo in org.jacorb.imr
 

Fields in org.jacorb.imr declared as POAInfo
 POAInfo[] ServerInfo.poas
           
 POAInfo POAInfoHolder.value
           
 POAInfo[] POAInfoSeqHolder.value
           
 

Methods in org.jacorb.imr that return POAInfo
static POAInfo POAInfoHelper.extract(Any any)
           
static POAInfo[] POAInfoSeqHelper.extract(Any any)
           
 POAInfo[] ServerTable.getPOAs()
          List all POAs in the table.
static POAInfo POAInfoHelper.read(InputStream in)
           
static POAInfo[] POAInfoSeqHelper.read(InputStream _in)
           
 POAInfo ImRPOAInfo.toPOAInfo()
          "Converts" this Object to an instance of the POAInfo class.
 

Methods in org.jacorb.imr with parameters of type POAInfo
static void POAInfoHelper.insert(Any any, POAInfo s)
           
static void POAInfoSeqHelper.insert(Any any, POAInfo[] s)
           
static void POAInfoHelper.write(OutputStream out, POAInfo s)
           
static void POAInfoSeqHelper.write(OutputStream _out, POAInfo[] _s)
           
 

Constructors in org.jacorb.imr with parameters of type POAInfo
POAInfoHolder(POAInfo initial)
           
POAInfoSeqHolder(POAInfo[] initial)
           
ServerInfo(java.lang.String name, java.lang.String command, POAInfo[] poas, java.lang.String host, boolean active, boolean holding)
           
 

Uses of POAInfo in org.jacorb.imr.util
 

Methods in org.jacorb.imr.util with parameters of type POAInfo
 int ImRModel.getRow(ServerInfo server, POAInfo poa)
          Get the row number of a POA in the POA table.
 void ImRPOATableModel.setPOAs(POAInfo[] poas)
          Pass in the POAs the POA table should display.