com.inprise.vbroker.EventQueue
Class ConnInfo
java.lang.Object
com.inprise.vbroker.EventQueue.ConnInfo
- All Implemented Interfaces:
- java.io.Serializable, IDLEntity
public final class ConnInfo
- extends java.lang.Object
- implements IDLEntity
ConnInfo is a struct containing details about client TCP endpoint.
When firing
conn_established
and
conn_closed
ORB passes this detail to the listeners.
- See Also:
- Serialized Form
Field Summary |
int |
connID
The id of the connection established between the client and this server. |
java.lang.String |
ipaddress
The IP address of the connecting client. |
int |
port
The local port of the connecting client. |
Constructor Summary |
ConnInfo()
|
ConnInfo(java.lang.String ipaddress,
int port,
int connID)
|
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
ipaddress
public java.lang.String ipaddress
- The IP address of the connecting client.
port
public int port
- The local port of the connecting client.
connID
public int connID
- The id of the connection established between the client and this server.
ConnInfo
public ConnInfo()
ConnInfo
public ConnInfo(java.lang.String ipaddress,
int port,
int connID)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
Read the latest documentation online