Joram 4.3.14

org.objectweb.joram.mom.notifications
Class SpecialAdminRequest

java.lang.Object
  extended by fr.dyade.aaa.agent.Notification
      extended by org.objectweb.joram.mom.notifications.AbstractNotification
          extended by org.objectweb.joram.mom.notifications.AdminRequest
              extended by 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

Field Summary
 
Fields inherited from class fr.dyade.aaa.agent.Notification
detachable, detached, persistent
 
Constructor Summary
SpecialAdminRequest(java.lang.String id, SpecialAdmin request)
          Constructs a SpecialAdminRequest instance.
 
Method Summary
 SpecialAdmin getRequest()
          Returns the SpecialAdmin request
 java.lang.String toString()
           
 
Methods inherited from class org.objectweb.joram.mom.notifications.AdminRequest
getId
 
Methods inherited from class org.objectweb.joram.mom.notifications.AbstractNotification
getClientContext, getPersistent, setPersistent
 
Methods inherited from class fr.dyade.aaa.agent.Notification
clone, getContext, getExpiration, getMessageId, isPersistent, setContext, setExpiration
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SpecialAdminRequest

public SpecialAdminRequest(java.lang.String id,
                           SpecialAdmin request)
Constructs a SpecialAdminRequest instance.

Parameters:
id - Identifier of the request, may be null.
request - SpecialAdmin
Method Detail

getRequest

public SpecialAdmin getRequest()
Returns the SpecialAdmin request


toString

public java.lang.String toString()
Overrides:
toString in class AbstractNotification

Joram 4.3.14

Copyright © 2005 Scalagent - All rights reserved