Interface HelperMBean
-
- All Known Implementing Classes:
Helper
public interface HelperMBean
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclose(String clientId)StringdumpContexts()StringdumpSessions()longgetCleanerPeriod()longgetDefaultIdleTimeout()StringgetIPAllowed()StringgetLastCleanTime()intgetNbContexts()StringgetRestUser()
-
-
-
Method Detail
-
getRestUser
String getRestUser()
-
getIPAllowed
String getIPAllowed()
-
getDefaultIdleTimeout
long getDefaultIdleTimeout()
-
getCleanerPeriod
long getCleanerPeriod()
-
getNbContexts
int getNbContexts()
-
dumpContexts
String dumpContexts()
-
dumpSessions
String dumpSessions()
-
getLastCleanTime
String getLastCleanTime()
-
close
void close(String clientId)
-
-