|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A listener interface to listen to interesting communication events. This interface will be removed in the next release.
IConnectionController
,
IRequestListener
Method Summary | |
void |
addedConnection(ORBConnection conn)
The given connection was added. |
void |
receivedRequest(ORBConnection conn,
int target,
java.lang.String request,
Anything args)
A request for the given target with the given arguments was received. |
void |
removedConnection(ORBConnection conn)
The given connection was removed. |
void |
sentRequest(ORBConnection conn,
int target,
java.lang.String request,
Anything args)
A request for the given target with the given arguments was sent. |
Method Detail |
public void addedConnection(ORBConnection conn)
public void receivedRequest(ORBConnection conn, int target, java.lang.String request, Anything args)
public void removedConnection(ORBConnection conn)
public void sentRequest(ORBConnection conn, int target, java.lang.String request, Anything args)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |