| Package | Description |
|---|---|
| org.jacorb.imr | |
| org.jacorb.imr.util |
| Modifier and Type | Field and Description |
|---|---|
POAInfo[] |
ServerInfo.poas |
POAInfo[] |
POAInfoSeqHolder.value |
POAInfo |
POAInfoHolder.value |
| Modifier and Type | Method and Description |
|---|---|
static POAInfo[] |
POAInfoSeqHelper.extract(Any any) |
static POAInfo |
POAInfoHelper.extract(Any any) |
POAInfo[] |
ServerTable.getPOAs()
List all POAs in the table.
|
static POAInfo[] |
POAInfoSeqHelper.read(InputStream _in) |
static POAInfo |
POAInfoHelper.read(InputStream in) |
POAInfo |
ImRPOAInfo.toPOAInfo()
"Converts" this Object to an instance of the POAInfo class.
|
| Modifier and Type | Method and Description |
|---|---|
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) |
| Constructor and Description |
|---|
POAInfoHolder(POAInfo initial) |
POAInfoSeqHolder(POAInfo[] initial) |
ServerInfo(String name,
String command,
POAInfo[] poas,
String host,
boolean active,
boolean holding) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
Copyright © 2017 JacORB. All rights reserved.