public interface Management
extends javax.ejb.EJBObject
| Modifier and Type | Method and Description |
|---|---|
Object |
getAttribute(ObjectName name,
String attribute) |
AttributeList |
getAttributes(ObjectName name,
String[] attributes) |
String |
getDefaultDomain() |
ListenerRegistration |
getListenerRegistry() |
Integer |
getMBeanCount() |
MBeanInfo |
getMBeanInfo(ObjectName name) |
Object |
invoke(ObjectName name,
String operationName,
Object[] params,
String[] signature) |
boolean |
isRegistered(ObjectName name) |
Set |
queryNames(ObjectName name,
QueryExp query) |
void |
setAttribute(ObjectName name,
Attribute attribute) |
AttributeList |
setAttributes(ObjectName name,
AttributeList attributes) |
Object getAttribute(ObjectName name, String attribute) throws MBeanException, AttributeNotFoundException, InstanceNotFoundException, ReflectionException, RemoteException
AttributeList getAttributes(ObjectName name, String[] attributes) throws InstanceNotFoundException, ReflectionException, RemoteException
String getDefaultDomain() throws RemoteException
RemoteExceptionInteger getMBeanCount() throws RemoteException
RemoteExceptionMBeanInfo getMBeanInfo(ObjectName name) throws IntrospectionException, InstanceNotFoundException, ReflectionException, RemoteException
Object invoke(ObjectName name, String operationName, Object[] params, String[] signature) throws InstanceNotFoundException, MBeanException, ReflectionException, RemoteException
boolean isRegistered(ObjectName name) throws RemoteException
RemoteExceptionSet queryNames(ObjectName name, QueryExp query) throws RemoteException
RemoteExceptionvoid setAttribute(ObjectName name, Attribute attribute) throws InstanceNotFoundException, AttributeNotFoundException, InvalidAttributeValueException, MBeanException, ReflectionException, RemoteException
AttributeList setAttributes(ObjectName name, AttributeList attributes) throws InstanceNotFoundException, ReflectionException, RemoteException
ListenerRegistration getListenerRegistry() throws RemoteException
RemoteExceptionCopyright © 2013. All Rights Reserved.