Joram ${version}

org.objectweb.joram.mom.notifications
Class SpecialAdminRequest

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

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, getMessageId, isPersistent, setContext
 
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 ${version}

Copyright © 2005 Scalagent - All rights reserved