|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
The Management interface provides the APIs to navigate and manipulate managed objects.
The Management EJB component must implement this interface as its remote interface.
| Method Summary | |
java.lang.Object |
getAttribute(javax.management.ObjectName objectname,
java.lang.String s)
Gets the value of a specific attribute of a named managed object. |
javax.management.AttributeList |
getAttributes(javax.management.ObjectName objectname,
java.lang.String[] as)
Gets the attributes attribute of the Management object |
java.lang.String |
getDefaultDomain()
Gets the defaultDomain attribute of the Management object |
ListenerRegistration |
getListenerRegistry()
Gets the listenerRegistry attribute of the Management object |
java.lang.Integer |
getMBeanCount()
Gets the mBeanCount attribute of the Management object |
javax.management.MBeanInfo |
getMBeanInfo(javax.management.ObjectName objectname)
Gets the mBeanInfo attribute of the Management object |
java.lang.Object |
invoke(javax.management.ObjectName objectname,
java.lang.String s,
java.lang.Object[] aobj,
java.lang.String[] as)
Description of the Method |
boolean |
isRegistered(javax.management.ObjectName objectname)
Gets the registered attribute of the Management object |
java.util.Set |
queryNames(javax.management.ObjectName objectname,
javax.management.QueryExp queryexp)
Description of the Method |
void |
setAttribute(javax.management.ObjectName objectname,
javax.management.Attribute attribute)
Sets the attribute attribute of the Management object |
javax.management.AttributeList |
setAttributes(javax.management.ObjectName objectname,
javax.management.AttributeList attributelist)
Sets the attributes attribute of the Management object |
| Methods inherited from interface javax.ejb.EJBObject |
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove |
| Method Detail |
public java.util.Set queryNames(javax.management.ObjectName objectname,
javax.management.QueryExp queryexp)
throws java.rmi.RemoteException
objectname - Description of the Parameterqueryexp - Description of the Parameter
java.rmi.RemoteException - Description of the Exception
public boolean isRegistered(javax.management.ObjectName objectname)
throws java.rmi.RemoteException
objectname - Description of the Parameter
java.rmi.RemoteException - Description of the Exception
public java.lang.Integer getMBeanCount()
throws java.rmi.RemoteException
java.rmi.RemoteException - Description of the Exception
public javax.management.MBeanInfo getMBeanInfo(javax.management.ObjectName objectname)
throws javax.management.IntrospectionException,
javax.management.InstanceNotFoundException,
javax.management.ReflectionException,
java.rmi.RemoteException
objectname - Description of the Parameter
javax.management.IntrospectionException - Description of the Exception
javax.management.InstanceNotFoundException - Description of the Exception
javax.management.ReflectionException - Description of the Exception
java.rmi.RemoteException - Description of the Exception
public java.lang.Object getAttribute(javax.management.ObjectName objectname,
java.lang.String s)
throws javax.management.MBeanException,
javax.management.AttributeNotFoundException,
javax.management.InstanceNotFoundException,
javax.management.ReflectionException,
java.rmi.RemoteException
objectname - Description of the Parameters - Description of the Parameter
javax.management.MBeanException - Description of the Exception
javax.management.AttributeNotFoundException - Description of the Exception
javax.management.InstanceNotFoundException - Description of the Exception
javax.management.ReflectionException - Description of the Exception
java.rmi.RemoteException - Description of the Exception
public javax.management.AttributeList getAttributes(javax.management.ObjectName objectname,
java.lang.String[] as)
throws javax.management.InstanceNotFoundException,
javax.management.ReflectionException,
java.rmi.RemoteException
objectname - Description of the Parameteras - Description of the Parameter
javax.management.InstanceNotFoundException - Description of the Exception
javax.management.ReflectionException - Description of the Exception
java.rmi.RemoteException - Description of the Exception
public void setAttribute(javax.management.ObjectName objectname,
javax.management.Attribute attribute)
throws javax.management.InstanceNotFoundException,
javax.management.AttributeNotFoundException,
javax.management.InvalidAttributeValueException,
javax.management.MBeanException,
javax.management.ReflectionException,
java.rmi.RemoteException
objectname - The new attribute valueattribute - The new attribute value
javax.management.InstanceNotFoundException - Description of the Exception
javax.management.AttributeNotFoundException - Description of the Exception
javax.management.InvalidAttributeValueException - Description of the Exception
javax.management.MBeanException - Description of the Exception
javax.management.ReflectionException - Description of the Exception
java.rmi.RemoteException - Description of the Exception
public javax.management.AttributeList setAttributes(javax.management.ObjectName objectname,
javax.management.AttributeList attributelist)
throws javax.management.InstanceNotFoundException,
javax.management.ReflectionException,
java.rmi.RemoteException
objectname - The new attributes valueattributelist - The new attributes value
javax.management.InstanceNotFoundException - Description of the Exception
javax.management.ReflectionException - Description of the Exception
java.rmi.RemoteException - Description of the Exception
public java.lang.Object invoke(javax.management.ObjectName objectname,
java.lang.String s,
java.lang.Object[] aobj,
java.lang.String[] as)
throws javax.management.InstanceNotFoundException,
javax.management.MBeanException,
javax.management.ReflectionException,
java.rmi.RemoteException
objectname - Description of the Parameters - Description of the Parameteraobj - Description of the Parameteras - Description of the Parameter
javax.management.InstanceNotFoundException - Description of the Exception
javax.management.MBeanException - Description of the Exception
javax.management.ReflectionException - Description of the Exception
java.rmi.RemoteException - Description of the Exception
public java.lang.String getDefaultDomain()
throws java.rmi.RemoteException
java.rmi.RemoteException - Description of the Exception
public ListenerRegistration getListenerRegistry()
throws java.rmi.RemoteException
java.rmi.RemoteException - Description of the Exception
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||