|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.dyade.aaa.agent.Notification
org.objectweb.joram.mom.notifications.AbstractNotification
public abstract class AbstractNotification
The AbstractNotification
class is the superclass of the
notifications exchanged by a client agent and a MOM destination agent.
Field Summary | |
---|---|
private int |
clientContext
The clientContext field allows a client to identify a context
within which a notification is exchanged with a destination. |
Fields inherited from class fr.dyade.aaa.agent.Notification |
---|
detachable, detached, persistent |
Constructor Summary | |
---|---|
AbstractNotification()
Constructs an AbstractNotification . |
|
AbstractNotification(int clientContext)
Constructs an AbstractNotification . |
Method Summary | |
---|---|
int |
getClientContext()
Returns the client context identifier. |
void |
setPersistent(boolean persistent)
|
java.lang.StringBuffer |
toString(java.lang.StringBuffer output)
Appends a string image for this object to the StringBuffer parameter. |
Methods inherited from class fr.dyade.aaa.agent.Notification |
---|
clone, getContext, getDeadNotificationAgentId, getExpiration, getMessageId, getPriority, isPersistent, setContext, setDeadNotificationAgentId, setExpiration, setPriority, toString |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private int clientContext
clientContext
field allows a client to identify a context
within which a notification is exchanged with a destination.
This field is for the client use only and might not be set.
Constructor Detail |
---|
public AbstractNotification(int clientContext)
AbstractNotification
.
clientContext
- Identifies a client context.public AbstractNotification()
AbstractNotification
.
Method Detail |
---|
public int getClientContext()
public void setPersistent(boolean persistent)
public java.lang.StringBuffer toString(java.lang.StringBuffer output)
toString
in class Notification
output
- buffer to fill in
output
buffer is returned
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |