Joram ${version}

org.objectweb.joram.shared.admin
Class Monitor_GetNbMaxMsg

java.lang.Object
  extended byorg.objectweb.joram.shared.admin.AdminRequest
      extended byorg.objectweb.joram.shared.admin.Monitor_Request
          extended byorg.objectweb.joram.shared.admin.Monitor_GetNbMaxMsg
All Implemented Interfaces:
java.io.Serializable

public class Monitor_GetNbMaxMsg
extends Monitor_Request

A Monitor_GetNbMaxMsg instance requests the NbMaxMsg of the destination.

See Also:
Serialized Form

Constructor Summary
Monitor_GetNbMaxMsg(java.lang.String destId)
          Constructs a Monitor_GetNbMaxMsg instance.
Monitor_GetNbMaxMsg(java.lang.String destId, java.lang.String subName)
          Constructs a Monitor_GetNbMaxMsg instance.
 
Method Summary
 java.lang.String getId()
          Returns the identifier of the destination.
 java.lang.String getSubName()
          Returns SubName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Monitor_GetNbMaxMsg

public Monitor_GetNbMaxMsg(java.lang.String destId)
Constructs a Monitor_GetNbMaxMsg instance.

Parameters:
destId - Identifier of the destination.

Monitor_GetNbMaxMsg

public Monitor_GetNbMaxMsg(java.lang.String destId,
                           java.lang.String subName)
Constructs a Monitor_GetNbMaxMsg instance.

Parameters:
destId - Identifier of the destination.
subName - Subscription name.
Method Detail

getId

public java.lang.String getId()
Returns the identifier of the destination.


getSubName

public java.lang.String getSubName()
Returns SubName


Joram ${version}

Copyright © 2005 Scalagent - All rights reserved