xmlBlaster 1.6.4 API

org.xmlBlaster.protocol.http.ajax
Interface AjaxServletMBean

All Known Implementing Classes:
AjaxServlet

public interface AjaxServletMBean


Method Summary
 java.lang.String cleanupOldSessionsKeepGivenAmount(int maxSessions, java.lang.String notificationText, boolean creationTimestamp)
           
 void clearBlockedIPs()
           
 java.lang.String[] getBlockedIPs()
           
 int getMaxUserSessions()
           
 int getNumBlasterInstances()
           
 void setMaxUserSessions(int maxUserSessions)
           
 

Method Detail

getNumBlasterInstances

public int getNumBlasterInstances()

cleanupOldSessionsKeepGivenAmount

public java.lang.String cleanupOldSessionsKeepGivenAmount(int maxSessions,
                                                          java.lang.String notificationText,
                                                          boolean creationTimestamp)

getBlockedIPs

public java.lang.String[] getBlockedIPs()

clearBlockedIPs

public void clearBlockedIPs()

getMaxUserSessions

public int getMaxUserSessions()

setMaxUserSessions

public void setMaxUserSessions(int maxUserSessions)

xmlBlaster 1.6.4 API

Copyright © 1999-2008 The xmlBlaster.org contributers.