Package com.ptc.jmx.proxy
Interface JmxProxyServletMBean
- All Superinterfaces:
SelfEmailingMBean
Monitors a JmxProxyServlet instance.
Supported API: true
Extendable: true
Supported API: true
Extendable: true
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringType of notification produced when JMX connection is closed
Supported API: truestatic final StringType of notification produced when JMX connection has failed
Supported API: truestatic final StringType of notification produced when JMX connection is opened
Supported API: true -
Method Summary
Modifier and TypeMethodDescriptionString[]Ids of currently active JMX proxy connections
Supported API: trueLogging level of associated logger (not persisted with MBean); valid values are ALL, TRACE, DEBUG, INFO, WARN, ERROR, FATAL, OFF (or blank/unspecified)
Supported API: trueName of associated logger
Supported API: trueintNumber of currently active JMX proxy connections
Supported API: trueName of this JmxProxyServlet
Supported API: truevoidsetLoggerLevel(String level) Logging level of associated logger (not persisted with MBean); valid values are ALL, TRACE, DEBUG, INFO, WARN, ERROR, FATAL, OFF (or blank/unspecified)
Supported API: trueMethods inherited from interface wt.jmx.core.mbeans.SelfEmailingMBean
emailThisMBean
-
Field Details
-
CONNECTION_OPENED_NOTIF_TYPE
Type of notification produced when JMX connection is opened
Supported API: true -
CONNECTION_CLOSED_NOTIF_TYPE
Type of notification produced when JMX connection is closed
Supported API: true -
CONNECTION_FAILED_NOTIF_TYPE
Type of notification produced when JMX connection has failed
Supported API: true
-
-
Method Details
-
getServletName
String getServletName()Name of this JmxProxyServlet
Supported API: true -
getNConnections
int getNConnections()Number of currently active JMX proxy connections
Supported API: true -
getConnectionIds
String[] getConnectionIds()Ids of currently active JMX proxy connections
Supported API: true -
getLoggerName
String getLoggerName()Name of associated logger
Supported API: true -
getLoggerLevel
String getLoggerLevel()Logging level of associated logger (not persisted with MBean); valid values are ALL, TRACE, DEBUG, INFO, WARN, ERROR, FATAL, OFF (or blank/unspecified)
Supported API: true -
setLoggerLevel
Logging level of associated logger (not persisted with MBean); valid values are ALL, TRACE, DEBUG, INFO, WARN, ERROR, FATAL, OFF (or blank/unspecified)
Supported API: true
-