fr.dyade.aaa.util.management
Interface MXServer
- All Known Implementing Classes:
- JMXServer
public interface MXServer
Method Summary |
java.lang.Object |
getAttribute(javax.management.ObjectName objectName,
java.lang.String attribute)
|
javax.management.MBeanAttributeInfo[] |
getAttributes(javax.management.ObjectName objectName)
|
java.util.Set |
queryNames(javax.management.ObjectName objectName)
|
java.lang.String |
registerMBean(java.lang.Object bean,
java.lang.String name)
|
void |
setAttribute(javax.management.ObjectName name,
javax.management.Attribute attribute)
|
javax.management.AttributeList |
setAttributes(javax.management.ObjectName name,
javax.management.AttributeList attributes)
|
void |
unregisterMBean(java.lang.String name)
|
registerMBean
java.lang.String registerMBean(java.lang.Object bean,
java.lang.String name)
throws java.lang.Exception
- Throws:
java.lang.Exception
unregisterMBean
void unregisterMBean(java.lang.String name)
throws java.lang.Exception
- Throws:
java.lang.Exception
getAttribute
java.lang.Object getAttribute(javax.management.ObjectName objectName,
java.lang.String attribute)
throws java.lang.Exception
- Throws:
java.lang.Exception
setAttribute
void setAttribute(javax.management.ObjectName name,
javax.management.Attribute attribute)
throws java.lang.Exception
- Throws:
java.lang.Exception
getAttributes
javax.management.MBeanAttributeInfo[] getAttributes(javax.management.ObjectName objectName)
throws java.lang.Exception
- Throws:
java.lang.Exception
setAttributes
javax.management.AttributeList setAttributes(javax.management.ObjectName name,
javax.management.AttributeList attributes)
throws java.lang.Exception
- Throws:
java.lang.Exception
queryNames
java.util.Set queryNames(javax.management.ObjectName objectName)
Copyright © 2010 ScalAgent D.T.. All Rights Reserved.