Inheritance diagram for com.scalagent.kjoram.comm.AbstractNotification:

Public Member Functions | |
| AbstractNotification (int clientContext) | |
| AbstractNotification () | |
| int | getClientContext () |
AbstractNotification class is the superclass of the notifications exchanged by a client agent and a MOM destination agent.
Definition at line 30 of file AbstractNotification.java.
| com.scalagent.kjoram.comm.AbstractNotification.AbstractNotification | ( | int | clientContext | ) |
Constructs an AbstractNotification.
| clientContext | Identifies a client context. |
Definition at line 50 of file AbstractNotification.java.
| com.scalagent.kjoram.comm.AbstractNotification.AbstractNotification | ( | ) |
Constructs an AbstractNotification.
Definition at line 58 of file AbstractNotification.java.
| int com.scalagent.kjoram.comm.AbstractNotification.getClientContext | ( | ) |
Returns the client context identifier.
Definition at line 63 of file AbstractNotification.java.
Referenced by com.scalagent.kjoram.comm.BrowseReply.BrowseReply().
1.5.0