org.objectweb.joram.mom.notifications
Class SpecialAdminRequest
java.lang.Object
fr.dyade.aaa.agent.Notification
org.objectweb.joram.mom.notifications.AbstractNotification
org.objectweb.joram.mom.notifications.AdminRequest
org.objectweb.joram.mom.notifications.SpecialAdminRequest
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable
public class SpecialAdminRequest
- extends AdminRequest
A SpecialAdminRequest
instance is used by a destination agent
to do special admimistration.
- See Also:
- Serialized Form
Fields inherited from class fr.dyade.aaa.agent.Notification |
detachable, detached, persistent |
Method Summary |
SpecialAdmin |
getRequest()
Returns the SpecialAdmin request |
java.lang.StringBuffer |
toString(java.lang.StringBuffer output)
Appends a string image for this object to the StringBuffer parameter. |
Methods inherited from class org.objectweb.joram.mom.notifications.AdminRequest |
getId |
Methods inherited from class fr.dyade.aaa.agent.Notification |
clone, getContext, getExpiration, getMessageId, getPriority, isPersistent, setContext, setExpiration, setPriority, toString |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
SpecialAdminRequest
public SpecialAdminRequest(java.lang.String id,
SpecialAdmin request)
- Constructs a
SpecialAdminRequest
instance.
- Parameters:
id
- Identifier of the request, may be null.request
- SpecialAdmin
getRequest
public SpecialAdmin getRequest()
- Returns the SpecialAdmin request
toString
public java.lang.StringBuffer toString(java.lang.StringBuffer output)
- Appends a string image for this object to the StringBuffer parameter.
- Overrides:
toString
in class AbstractNotification
- Parameters:
output
- buffer to fill in
- Returns:
output
buffer is returned
Copyright © 2005 Scalagent - All rights reserved