xmlBlaster 2.2.0 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

int getNumBlasterInstances()

cleanupOldSessionsKeepGivenAmount

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

getBlockedIPs

java.lang.String[] getBlockedIPs()

clearBlockedIPs

void clearBlockedIPs()

getMaxUserSessions

int getMaxUserSessions()

setMaxUserSessions

void setMaxUserSessions(int maxUserSessions)

xmlBlaster 2.2.0 API

Copyright © 1999-2014 The xmlBlaster.org contributers.