public final class ServerInfo extends Object implements IDLEntity
| Modifier and Type | Field and Description |
|---|---|
boolean |
active |
String |
command |
boolean |
holding |
String |
host |
String |
name |
POAInfo[] |
poas |
| Constructor and Description |
|---|
ServerInfo() |
ServerInfo(String name,
String command,
POAInfo[] poas,
String host,
boolean active,
boolean holding) |
Copyright © 2017 JacORB. All rights reserved.