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.lang.Cloneable, java.io.Serializable
- public class SpecialAdminRequest
- extends AdminRequest
A SpecialAdminRequest
instance is used by a destination agent
to do special admimistration.
- See Also:
- Serialized Form
Methods inherited from class org.objectweb.joram.mom.notifications.AdminRequest |
getId |
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.String toString()
- Overrides:
toString
in class AbstractNotification
Copyright ? 2004 Scalagent - All rights reserved