xmlBlaster 1.6.2 client API

org.xmlBlaster.util.qos
Interface ConnectQosDataMBean


public interface ConnectQosDataMBean

Declares JMX available methods of a ConnectQos instance.

Since:
1.0.5
Author:
xmlBlaster@marcelruff.info
See Also:
org.xmlBlaster.util.qos.ConnectQos

Method Summary
 long getMaxSessions()
          How often the same client may login
 long getSessionTimeout()
          The configured session live span in milli seconds
 boolean isPersistent()
          If this flag is set, the session will persist a server crash.
 boolean isPtpAllowed()
          Does the client accept PtP messages?
 void setSessionTimeout(long timeout)
          The configured session live span in milli seconds
 

Method Detail

getMaxSessions

public long getMaxSessions()
How often the same client may login


getSessionTimeout

public long getSessionTimeout()
The configured session live span in milli seconds


setSessionTimeout

public void setSessionTimeout(long timeout)
The configured session live span in milli seconds


isPtpAllowed

public boolean isPtpAllowed()
Does the client accept PtP messages?


isPersistent

public boolean isPersistent()
If this flag is set, the session will persist a server crash.


xmlBlaster 1.6.2 client API

Copyright © 1999-2007 The xmlBlaster.org contributers.