com.ptc.jmx.proxy
Interface JmxProxyServletMBean

All Superinterfaces:
SelfEmailingMBean

public interface JmxProxyServletMBean
extends SelfEmailingMBean

Monitors a JmxProxyServlet instance.

Supported API: true

Extendable: true


Field Summary
static String CONNECTION_CLOSED_NOTIF_TYPE
          Type of notification produced when JMX connection is closed

Supported API: true
static String CONNECTION_FAILED_NOTIF_TYPE
          Type of notification produced when JMX connection has failed

Supported API: true
static String CONNECTION_OPENED_NOTIF_TYPE
          Type of notification produced when JMX connection is opened

Supported API: true
 
Method Summary
 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
 String getLoggerName()
          Name of associated logger

Supported API: true
 void setLoggerLevel(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: true
 
Methods inherited from interface wt.jmx.core.mbeans.SelfEmailingMBean
emailThisMBean
 

Field Detail

CONNECTION_OPENED_NOTIF_TYPE

static final String CONNECTION_OPENED_NOTIF_TYPE
Type of notification produced when JMX connection is opened

Supported API: true


CONNECTION_CLOSED_NOTIF_TYPE

static final String CONNECTION_CLOSED_NOTIF_TYPE
Type of notification produced when JMX connection is closed

Supported API: true


CONNECTION_FAILED_NOTIF_TYPE

static final String CONNECTION_FAILED_NOTIF_TYPE
Type of notification produced when JMX connection has failed

Supported API: true

Method Detail

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

void setLoggerLevel(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: true