Joram 5.3.0

org.objectweb.joram.mom.proxies
Interface ProxyImplMBean

All Known Implementing Classes:
ProxyImpl

public interface ProxyImplMBean


Method Summary
 long getNbMsgsSentToDMQSinceCreation()
          Returns the number of erroneous messages forwarded to the DMQ since creation time of this proxy..
 long getPeriod()
          Returns the period value of this queue, -1 if not set.
 java.lang.String[] getSubscriptionNames()
          Returns the list of subscriptions for this user.
 void setPeriod(long period)
          Sets or unsets the period for this queue.
 java.lang.String toString()
          Returns a string representation of this user's proxy.
 

Method Detail

getPeriod

long getPeriod()
Returns the period value of this queue, -1 if not set.

Returns:
the period value of this queue; -1 if not set.

setPeriod

void setPeriod(long period)
Sets or unsets the period for this queue.

Parameters:
period - The period value to be set or -1 for unsetting previous value.

getSubscriptionNames

java.lang.String[] getSubscriptionNames()
Returns the list of subscriptions for this user. Each subscription is identified by its unique 'symbolic' name.

Returns:
The list of subscriptions for this user.

toString

java.lang.String toString()
Returns a string representation of this user's proxy.

Overrides:
toString in class java.lang.Object

getNbMsgsSentToDMQSinceCreation

long getNbMsgsSentToDMQSinceCreation()
Returns the number of erroneous messages forwarded to the DMQ since creation time of this proxy..

Returns:
the number of erroneous messages forwarded to the DMQ.

Joram 5.3.0

Copyright © 2000 - 2009 Scalagent D.T. - All rights reserved