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
RemoteException
Integer getMBeanCount() throws RemoteException
RemoteException
MBeanInfo 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
RemoteException
Set queryNames(ObjectName name, QueryExp query) throws RemoteException
RemoteException
void 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
RemoteException
Copyright © 2013. All Rights Reserved.