org.openorb.notify.persistence
Class ConnectionInfo
java.lang.Object
|
+--org.openorb.notify.persistence.ConnectionInfo
- All Implemented Interfaces:
- org.omg.CORBA.portable.IDLEntity, java.io.Serializable
- public final class ConnectionInfo
- extends java.lang.Object
- implements org.omg.CORBA.portable.IDLEntity
The structure links an id, a pid and a reference.
- See Also:
- Serialized Form
|
Field Summary |
int |
id
Struct member id |
byte[] |
pid
Struct member pid |
org.omg.CORBA.Object |
reference
Struct member reference |
|
Constructor Summary |
ConnectionInfo()
Default constructor |
ConnectionInfo(int id,
byte[] pid,
org.omg.CORBA.Object reference)
Constructor with fields initialization |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
id
public int id
- Struct member id
pid
public byte[] pid
- Struct member pid
reference
public org.omg.CORBA.Object reference
- Struct member reference
ConnectionInfo
public ConnectionInfo()
- Default constructor
ConnectionInfo
public ConnectionInfo(int id,
byte[] pid,
org.omg.CORBA.Object reference)
- Constructor with fields initialization
- Parameters:
id - id struct memberpid - pid struct memberreference - reference struct member