org.apache.openejb.mgmt
Class MEJBBean

java.lang.Object
  extended by org.apache.openejb.mgmt.MEJBBean

public class MEJBBean
extends java.lang.Object


Constructor Summary
MEJBBean()
           
 
Method Summary
 java.lang.Object getAttribute(javax.management.ObjectName objectName, java.lang.String string)
           
 javax.management.AttributeList getAttributes(javax.management.ObjectName objectName, java.lang.String[] strings)
           
 java.lang.String getDefaultDomain()
           
 javax.management.j2ee.ListenerRegistration getListenerRegistry()
           
 java.lang.Integer getMBeanCount()
           
 javax.management.MBeanInfo getMBeanInfo(javax.management.ObjectName objectName)
           
 java.lang.Object invoke(javax.management.ObjectName objectName, java.lang.String string, java.lang.Object[] objects, java.lang.String[] strings)
           
 boolean isRegistered(javax.management.ObjectName objectName)
           
 java.util.Set queryNames(javax.management.ObjectName objectName, javax.management.QueryExp queryExp)
           
 void setAttribute(javax.management.ObjectName objectName, javax.management.Attribute attribute)
           
 javax.management.AttributeList setAttributes(javax.management.ObjectName objectName, javax.management.AttributeList attributeList)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MEJBBean

public MEJBBean()
Method Detail

getAttribute

public java.lang.Object getAttribute(javax.management.ObjectName objectName,
                                     java.lang.String string)
                              throws javax.management.MBeanException,
                                     javax.management.AttributeNotFoundException,
                                     javax.management.InstanceNotFoundException,
                                     javax.management.ReflectionException
Throws:
javax.management.MBeanException
javax.management.AttributeNotFoundException
javax.management.InstanceNotFoundException
javax.management.ReflectionException

getAttributes

public javax.management.AttributeList getAttributes(javax.management.ObjectName objectName,
                                                    java.lang.String[] strings)
                                             throws javax.management.InstanceNotFoundException,
                                                    javax.management.ReflectionException
Throws:
javax.management.InstanceNotFoundException
javax.management.ReflectionException

getDefaultDomain

public java.lang.String getDefaultDomain()

getMBeanCount

public java.lang.Integer getMBeanCount()

getMBeanInfo

public javax.management.MBeanInfo getMBeanInfo(javax.management.ObjectName objectName)
                                        throws javax.management.IntrospectionException,
                                               javax.management.InstanceNotFoundException,
                                               javax.management.ReflectionException
Throws:
javax.management.IntrospectionException
javax.management.InstanceNotFoundException
javax.management.ReflectionException

invoke

public java.lang.Object invoke(javax.management.ObjectName objectName,
                               java.lang.String string,
                               java.lang.Object[] objects,
                               java.lang.String[] strings)
                        throws javax.management.InstanceNotFoundException,
                               javax.management.MBeanException,
                               javax.management.ReflectionException
Throws:
javax.management.InstanceNotFoundException
javax.management.MBeanException
javax.management.ReflectionException

isRegistered

public boolean isRegistered(javax.management.ObjectName objectName)

queryNames

public java.util.Set queryNames(javax.management.ObjectName objectName,
                                javax.management.QueryExp queryExp)

setAttribute

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
Throws:
javax.management.InstanceNotFoundException
javax.management.AttributeNotFoundException
javax.management.InvalidAttributeValueException
javax.management.MBeanException
javax.management.ReflectionException

setAttributes

public javax.management.AttributeList setAttributes(javax.management.ObjectName objectName,
                                                    javax.management.AttributeList attributeList)
                                             throws javax.management.InstanceNotFoundException,
                                                    javax.management.ReflectionException
Throws:
javax.management.InstanceNotFoundException
javax.management.ReflectionException

getListenerRegistry

public javax.management.j2ee.ListenerRegistration getListenerRegistry()


Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.