javax.management.j2ee
Interface Management


public interface Management

Version:
$Rev: 46019 $

Method Summary
 java.lang.Object getAttribute(ObjectName name, java.lang.String attribute)
           
 AttributeList getAttributes(ObjectName name, java.lang.String[] attributes)
           
 java.lang.String getDefaultDomain()
           
 ListenerRegistration getListenerRegistry()
           
 java.lang.Integer getMBeanCount()
           
 MBeanInfo getMBeanInfo(ObjectName name)
           
 java.lang.Object invoke(ObjectName name, java.lang.String operationName, java.lang.Object[] params, java.lang.String[] signature)
           
 boolean isRegistered(ObjectName name)
           
 java.util.Set queryNames(ObjectName name, QueryExp query)
           
 void setAttribute(ObjectName name, Attribute attribute)
           
 AttributeList setAttributes(ObjectName name, AttributeList attributes)
           
 

Method Detail

getAttribute

public java.lang.Object getAttribute(ObjectName name,
                                     java.lang.String attribute)
                              throws MBeanException,
                                     AttributeNotFoundException,
                                     InstanceNotFoundException,
                                     ReflectionException,
                                     java.rmi.RemoteException
Throws:
MBeanException
AttributeNotFoundException
InstanceNotFoundException
ReflectionException
java.rmi.RemoteException

getAttributes

public AttributeList getAttributes(ObjectName name,
                                   java.lang.String[] attributes)
                            throws InstanceNotFoundException,
                                   ReflectionException,
                                   java.rmi.RemoteException
Throws:
InstanceNotFoundException
ReflectionException
java.rmi.RemoteException

getDefaultDomain

public java.lang.String getDefaultDomain()
                                  throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getMBeanCount

public java.lang.Integer getMBeanCount()
                                throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getMBeanInfo

public MBeanInfo getMBeanInfo(ObjectName name)
                       throws IntrospectionException,
                              InstanceNotFoundException,
                              ReflectionException,
                              java.rmi.RemoteException
Throws:
IntrospectionException
InstanceNotFoundException
ReflectionException
java.rmi.RemoteException

invoke

public java.lang.Object invoke(ObjectName name,
                               java.lang.String operationName,
                               java.lang.Object[] params,
                               java.lang.String[] signature)
                        throws InstanceNotFoundException,
                               MBeanException,
                               ReflectionException,
                               java.rmi.RemoteException
Throws:
InstanceNotFoundException
MBeanException
ReflectionException
java.rmi.RemoteException

isRegistered

public boolean isRegistered(ObjectName name)
                     throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

queryNames

public java.util.Set queryNames(ObjectName name,
                                QueryExp query)
                         throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

setAttribute

public void setAttribute(ObjectName name,
                         Attribute attribute)
                  throws InstanceNotFoundException,
                         AttributeNotFoundException,
                         InvalidAttributeValueException,
                         MBeanException,
                         ReflectionException,
                         java.rmi.RemoteException
Throws:
InstanceNotFoundException
AttributeNotFoundException
InvalidAttributeValueException
MBeanException
ReflectionException
java.rmi.RemoteException

setAttributes

public AttributeList setAttributes(ObjectName name,
                                   AttributeList attributes)
                            throws InstanceNotFoundException,
                                   ReflectionException,
                                   java.rmi.RemoteException
Throws:
InstanceNotFoundException
ReflectionException
java.rmi.RemoteException

getListenerRegistry

public ListenerRegistration getListenerRegistry()
                                         throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException