public class MEJBBean extends Object
| Constructor and Description |
|---|
MEJBBean() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getAttribute(ObjectName objectName,
String string) |
AttributeList |
getAttributes(ObjectName objectName,
String[] strings) |
String |
getDefaultDomain() |
javax.management.j2ee.ListenerRegistration |
getListenerRegistry() |
Integer |
getMBeanCount() |
MBeanInfo |
getMBeanInfo(ObjectName objectName) |
Object |
invoke(ObjectName objectName,
String string,
Object[] objects,
String[] strings) |
boolean |
isRegistered(ObjectName objectName) |
Set |
queryNames(ObjectName objectName,
QueryExp queryExp) |
void |
setAttribute(ObjectName objectName,
Attribute attribute) |
AttributeList |
setAttributes(ObjectName objectName,
AttributeList attributeList) |
public Object getAttribute(ObjectName objectName, String string) throws MBeanException, AttributeNotFoundException, InstanceNotFoundException, ReflectionException
public AttributeList getAttributes(ObjectName objectName, String[] strings) throws InstanceNotFoundException, ReflectionException
public String getDefaultDomain()
public Integer getMBeanCount()
public MBeanInfo getMBeanInfo(ObjectName objectName) throws IntrospectionException, InstanceNotFoundException, ReflectionException
public Object invoke(ObjectName objectName, String string, Object[] objects, String[] strings) throws InstanceNotFoundException, MBeanException, ReflectionException
public boolean isRegistered(ObjectName objectName)
public Set queryNames(ObjectName objectName, QueryExp queryExp)
public void setAttribute(ObjectName objectName, Attribute attribute) throws InstanceNotFoundException, AttributeNotFoundException, InvalidAttributeValueException, MBeanException, ReflectionException
public AttributeList setAttributes(ObjectName objectName, AttributeList attributeList) throws InstanceNotFoundException, ReflectionException
public javax.management.j2ee.ListenerRegistration getListenerRegistry()
Copyright © 1999–2014 The Apache Software Foundation. All rights reserved.