org.objectweb.joram.mom.notifications
Class AbstractNotification
- Cloneable, Serializable
public abstract class AbstractNotification
The AbstractNotification
class is the superclass of the
notifications exchanged by a client agent and a MOM destination agent.
AbstractNotification
public AbstractNotification()
Constructs an AbstractNotification
.
AbstractNotification
public AbstractNotification(int clientContext)
Constructs an AbstractNotification
.
clientContext
- Identifies a client context.
getClientContext
public int getClientContext()
Returns the client context identifier.
toString
public String toString()
- toString in interface Notification
Copyright B) 2004 Scalagent - All rights reserved