|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.openorb.notify.persistence.ConnectionInfo
public final class ConnectionInfo
The structure links an id, a pid and a reference.
| 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 |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public int id
public byte[] pid
public org.omg.CORBA.Object reference
| Constructor Detail |
|---|
public ConnectionInfo()
public ConnectionInfo(int id,
byte[] pid,
org.omg.CORBA.Object reference)
id - id struct memberpid - pid struct memberreference - reference struct member
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||