|
Public Member Functions |
| OrbConnection (RString net, int p) |
int | compareTo (IN(acdk::lang::Object) obj) |
| used to hold them in a sorted collection
|
int | compareTo (IN(ROrbConnection) other) |
| used to hold them in a sorted collection
|
void | connect (IN(RServerDelegate) sd) |
| connect to server if needed
|
void | disconnect (IN(RServerDelegate) sd) |
| disconnects ds from this connection
|
void | disconnect () |
| disconnects from server
|
int | nextRequestId () |
| returns an request id individual to this connection
|
Public Attributes |
RString | network |
| ip number of ORB server
|
int | port |
| port number of ORB server
|
RSocket | socket |
| socket to ORB server
|
acdk::util::RArrayList | objects |
| List of RServerDelegates which are active on this OrbConnection.
|
Private Attributes |
int | _nextRequestId |