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

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

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
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
 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.