xmlBlaster 2.2.0 API

org.xmlBlaster.util.qos
Interface ConnectQosDataMBean

All Known Subinterfaces:
I_AdminSession, SessionInfoProtectorMBean
All Known Implementing Classes:
SessionInfoProtector

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

long getMaxSessions()
How often the same client may login


getSessionTimeout

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


setSessionTimeout

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


isPtpAllowed

boolean isPtpAllowed()
Does the client accept PtP messages?


isPersistent

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


xmlBlaster 2.2.0 API

Copyright © 1999-2014 The xmlBlaster.org contributers.