public class DiameterManager extends Object
| Modifier and Type | Field and Description |
|---|---|
static ObjectName |
CONSOLE_LOG |
static Action |
DISABLE_STATS |
static Action |
ENABLE_STATS |
static ObjectName |
FILE_LOG |
static Map<String,String> |
FILTERS |
static ObjectName |
NODE |
static ObjectName |
PEERS |
static Action |
RESET_STATS |
| Constructor and Description |
|---|
DiameterManager(MBeanServerConnection mbsc) |
| Modifier and Type | Method and Description |
|---|---|
Table |
getConnectors() |
DiameterConsoleLogger |
getConsoleLogger(javax.servlet.http.HttpServletRequest request) |
FileLogger |
getFileLogger() |
List<PropertyList> |
getMessageStats() |
PropertyList |
getNodeConfig() |
Table |
getPeers() |
Table |
getPendingStats() |
PropertyList |
getSessionsStats() |
String |
getStatsDuration() |
PropertyList |
getTimers() |
boolean |
isRegistered() |
boolean |
isStatsEnabled() |
public static final ObjectName NODE
public static final ObjectName PEERS
public static final ObjectName FILE_LOG
public static final ObjectName CONSOLE_LOG
public static final Action ENABLE_STATS
public static final Action DISABLE_STATS
public static final Action RESET_STATS
public DiameterManager(MBeanServerConnection mbsc)
public boolean isRegistered()
throws IOException
IOExceptionpublic PropertyList getNodeConfig() throws Exception
Exceptionpublic PropertyList getTimers() throws Exception
Exceptionpublic PropertyList getSessionsStats() throws Exception
Exceptionpublic List<PropertyList> getMessageStats() throws Exception
Exceptionpublic FileLogger getFileLogger() throws Exception
Exceptionpublic DiameterConsoleLogger getConsoleLogger(javax.servlet.http.HttpServletRequest request) throws Exception
ExceptionCopyright © 2014. All Rights Reserved.