org.jacorb.imr
Class ServerInfo
java.lang.Object
org.jacorb.imr.ServerInfo
- All Implemented Interfaces:
- java.io.Serializable, IDLEntity
public final class ServerInfo
- extends java.lang.Object
- implements IDLEntity
Generated from IDL struct "ServerInfo".
- Version:
- generated at Jan 1, 2011 11:43:03 PM
- Author:
- JacORB IDL compiler V 2.3.0 (JBoss patch 6), 06-Jun-2007
- See Also:
- Serialized Form
Constructor Summary |
ServerInfo()
|
ServerInfo(java.lang.String name,
java.lang.String command,
POAInfo[] poas,
java.lang.String host,
boolean active,
boolean holding)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
public java.lang.String name
command
public java.lang.String command
poas
public POAInfo[] poas
host
public java.lang.String host
active
public boolean active
holding
public boolean holding
ServerInfo
public ServerInfo()
ServerInfo
public ServerInfo(java.lang.String name,
java.lang.String command,
POAInfo[] poas,
java.lang.String host,
boolean active,
boolean holding)