public class SipManager extends Manager
| Modifier and Type | Field and Description |
|---|---|
static Action |
CHANGE_TIME_GRAPH |
static ObjectName |
CONNECTOR_MANAGER |
static ObjectName |
CONSOLE_LOGGER |
static ObjectName |
FILE_MESSAGE_LOG |
static Map<String,String> |
FILTERS |
static ObjectName |
HANDLER_COLLECTION |
static Action |
RESET_STATS |
static ObjectName |
SERVER |
static Action |
START_GRAPH |
static Action |
STOP_GRAPH |
| Constructor and Description |
|---|
SipManager(MBeanServerConnection mbsc) |
| Modifier and Type | Method and Description |
|---|---|
List<SessionIds> |
getApplicationIds() |
Table |
getAppSessionStats() |
Table |
getAppSessionStats(String key) |
Table |
getAppSessionTimeStats() |
Table |
getConnectorsConfig() |
SipConsoleLogger |
getConsoleLogger(javax.servlet.http.HttpServletRequest request) |
ObjectName[] |
getContexts() |
FileLogger |
getFileLogger() |
PropertyList |
getMessageStats() |
List<SessionIds> |
getReplicatedApplicationIds() |
ObjectName[] |
getSessionManagers() |
String |
getSipApplicationSession(String id,
String objectName,
boolean replicated) |
String |
getStatsDuration() |
PropertyList |
getThreadPool() |
PropertyList |
getTimers() |
ObjectName |
getTransactionManager() |
Table |
getTransactionStats() |
public static final ObjectName SERVER
public static final ObjectName CONNECTOR_MANAGER
public static final ObjectName CONSOLE_LOGGER
public static final ObjectName FILE_MESSAGE_LOG
public static final ObjectName HANDLER_COLLECTION
public static final Action CHANGE_TIME_GRAPH
public static final Action START_GRAPH
public static final Action STOP_GRAPH
public static final Action RESET_STATS
public SipManager(MBeanServerConnection mbsc)
public PropertyList getMessageStats() throws Exception
Exceptionpublic ObjectName[] getSessionManagers() throws Exception
Exceptionpublic ObjectName[] getContexts() throws AttributeNotFoundException, InstanceNotFoundException, MBeanException, ReflectionException, IOException
public PropertyList getThreadPool() throws Exception
Exceptionpublic ObjectName getTransactionManager() throws JMException, IOException
JMExceptionIOExceptionpublic PropertyList getTimers() throws Exception
Exceptionpublic FileLogger getFileLogger() throws Exception
Exceptionpublic SipConsoleLogger getConsoleLogger(javax.servlet.http.HttpServletRequest request) throws Exception
Exceptionpublic List<SessionIds> getApplicationIds() throws Exception
Exceptionpublic List<SessionIds> getReplicatedApplicationIds() throws Exception
ExceptionCopyright © 2014. All Rights Reserved.