Interface FSMonitorMBean
- All Known Implementing Classes:
FSMonitor
public interface FSMonitorMBean
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionlonglonglonglonggetsession_count_form(long clientId) booleanChecks whether the frontend server is using SSL for communication with the master server.booleanChecks whether the frontend server is using SSL in auto mode.booleanbooleanvoidrestart()restart the server
-
Field Details
-
NAME
- See Also:
-
-
Method Details
-
isconnected
boolean isconnected() -
isrunning
boolean isrunning() -
getstatus
String getstatus() -
is_using_ssl
boolean is_using_ssl()Checks whether the frontend server is using SSL for communication with the master server.- Returns:
- true if SSL is used, false otherwise.
-
is_using_ssl_mode_auto
boolean is_using_ssl_mode_auto()Checks whether the frontend server is using SSL in auto mode. In auto mode, the server can automatically generate and update its SSL certificate.- Returns:
- true if SSL mode is auto, false otherwise.
-
getfailed_login_count
long getfailed_login_count() -
getsession_count_form
long getsession_count_form()- Returns:
- The number of active form sessions on this frontend server.
-
getsession_count_backend
long getsession_count_backend()- Returns:
- The number of active backend sessions on this master server.
-
getsession_count_form
long getsession_count_form(long clientId) - Parameters:
clientId- ID of the client for which to look for form sessions.- Returns:
- The number of active form sessions on this master server for the given client.
-
restart
void restart()restart the server
-