|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.extrememessaging.ResponseMaster.monitor.CStatisticalMonitorBase
com.extrememessaging.ResponseMaster.monitor.MonitorMBean
public class MonitorMBean
Exposes information for monitoring the ResponseMaster process through JMX
| Constructor Summary | |
|---|---|
MonitorMBean()
|
|
| Method Summary | |
|---|---|
void |
CategoryDefinitionsLoaded()
The category definition file finished loading New in build 595. |
java.lang.Object |
getAttribute(java.lang.String attribute_name)
Allows the value of the specified attribute of the Dynamic MBean to be obtained. |
javax.management.AttributeList |
getAttributes(java.lang.String[] attributeNames)
|
javax.management.MBeanInfo |
getMBeanInfo()
This method provides the exposed attributes and operations of the Dynamic MBean. |
void |
Initialize(java.lang.String parameter)
Initialize using the parameter from the config file. |
java.lang.Object |
invoke(java.lang.String operationName,
java.lang.Object[] params,
java.lang.String[] signature)
Allows an operation to be invoked on the Dynamic MBean. |
void |
setAttribute(javax.management.Attribute attribute)
Normally, sets the value of the specified attribute of the Dynamic MBean. |
javax.management.AttributeList |
setAttributes(javax.management.AttributeList attributes)
|
void |
Shutdown()
Cleanup any resources you allocated during construction or operation. |
| Methods inherited from class com.extrememessaging.ResponseMaster.monitor.CStatisticalMonitorBase |
|---|
LogError, LogError, LogSystem, LogTrace, LogTrace, LogWarning, LogWarning, MailboxEmpty, MailboxInitializationBegun, MailboxInitializationFinished, MailboxShutdownBegun, MailboxShutdownFinished, MessageCategorized, MessageProcessed, MessageSkipped, ResetCounters, ThreadKilled |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MonitorMBean()
| Method Detail |
|---|
public void Initialize(java.lang.String parameter)
throws ResponseMasterException
IConfigurableItem
Initialize in interface IConfigurableItemInitialize in class CStatisticalMonitorBaseResponseMasterExceptionpublic void Shutdown()
IConfigurableItem
Shutdown in interface IConfigurableItemShutdown in class CStatisticalMonitorBasepublic void CategoryDefinitionsLoaded()
IMonitor
CategoryDefinitionsLoaded in interface IMonitorCategoryDefinitionsLoaded in class CStatisticalMonitorBasepublic javax.management.AttributeList getAttributes(java.lang.String[] attributeNames)
getAttributes in interface javax.management.DynamicMBeanpublic javax.management.AttributeList setAttributes(javax.management.AttributeList attributes)
setAttributes in interface javax.management.DynamicMBean
public java.lang.Object getAttribute(java.lang.String attribute_name)
throws javax.management.AttributeNotFoundException,
javax.management.MBeanException
getAttribute in interface javax.management.DynamicMBeanjavax.management.AttributeNotFoundException
javax.management.MBeanException
public void setAttribute(javax.management.Attribute attribute)
throws javax.management.AttributeNotFoundException,
javax.management.InvalidAttributeValueException,
javax.management.MBeanException,
javax.management.ReflectionException
setAttribute in interface javax.management.DynamicMBeanjavax.management.AttributeNotFoundException
javax.management.InvalidAttributeValueException
javax.management.MBeanException
javax.management.ReflectionException
public java.lang.Object invoke(java.lang.String operationName,
java.lang.Object[] params,
java.lang.String[] signature)
throws javax.management.MBeanException,
javax.management.ReflectionException
invoke in interface javax.management.DynamicMBeanjavax.management.MBeanException
javax.management.ReflectionExceptionpublic javax.management.MBeanInfo getMBeanInfo()
getMBeanInfo in interface javax.management.DynamicMBean
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||