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[] POAInfoSeqHolder.value
           
 POAInfo POAInfoHolder.value
           
 

Methods in org.jacorb.imr that return POAInfo
 POAInfo[] ServerTable.getPOAs()
          List all POAs in the table.
static POAInfo[] POAInfoSeqHelper.extract(Any any)
           
static POAInfo[] POAInfoSeqHelper.read(InputStream _in)
           
static POAInfo POAInfoHelper.extract(Any any)
           
static POAInfo POAInfoHelper.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 POAInfoSeqHelper.insert(Any any, POAInfo[] s)
           
static void POAInfoSeqHelper.write(OutputStream _out, POAInfo[] _s)
           
static void POAInfoHelper.insert(Any any, POAInfo s)
           
static void POAInfoHelper.write(OutputStream out, POAInfo s)
           
 

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

Uses of POAInfo in org.jacorb.imr.util
 

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