org.glassfish.admin.mejb
Class MEJBBean
java.lang.Object
org.glassfish.admin.mejb.MEJBBean
- All Implemented Interfaces:
- java.io.Serializable, EnterpriseBean, SessionBean
public final class MEJBBean
- extends java.lang.Object
- implements SessionBean
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MEJBBean
public MEJBBean()
setSessionContext
public void setSessionContext(SessionContext context)
- Specified by:
setSessionContext in interface SessionBean
ejbActivate
public void ejbActivate()
- Specified by:
ejbActivate in interface SessionBean
ejbPassivate
public void ejbPassivate()
- Specified by:
ejbPassivate in interface SessionBean
ejbRemove
public void ejbRemove()
- Specified by:
ejbRemove in interface SessionBean
ejbCreate
public void ejbCreate()
throws CreateException
- Throws:
CreateException
queryNames
public java.util.Set<javax.management.ObjectName> queryNames(javax.management.ObjectName name,
javax.management.QueryExp query)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
isRegistered
public boolean isRegistered(javax.management.ObjectName name)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getMBeanCount
public java.lang.Integer getMBeanCount()
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getMBeanInfo
public javax.management.MBeanInfo getMBeanInfo(javax.management.ObjectName name)
throws javax.management.InstanceNotFoundException,
javax.management.IntrospectionException,
javax.management.ReflectionException,
java.rmi.RemoteException
- Throws:
javax.management.InstanceNotFoundException
javax.management.IntrospectionException
javax.management.ReflectionException
java.rmi.RemoteException
getAttribute
public java.lang.Object getAttribute(javax.management.ObjectName name,
java.lang.String attribute)
throws javax.management.MBeanException,
javax.management.AttributeNotFoundException,
javax.management.InstanceNotFoundException,
javax.management.ReflectionException,
java.rmi.RemoteException
- Throws:
javax.management.MBeanException
javax.management.AttributeNotFoundException
javax.management.InstanceNotFoundException
javax.management.ReflectionException
java.rmi.RemoteException
getAttributes
public javax.management.AttributeList getAttributes(javax.management.ObjectName name,
java.lang.String[] attributes)
throws javax.management.InstanceNotFoundException,
javax.management.ReflectionException,
java.rmi.RemoteException
- Throws:
javax.management.InstanceNotFoundException
javax.management.ReflectionException
java.rmi.RemoteException
setAttribute
public void setAttribute(javax.management.ObjectName name,
javax.management.Attribute attribute)
throws javax.management.InstanceNotFoundException,
javax.management.AttributeNotFoundException,
javax.management.InvalidAttributeValueException,
javax.management.MBeanException,
javax.management.ReflectionException,
java.rmi.RemoteException
- Throws:
javax.management.InstanceNotFoundException
javax.management.AttributeNotFoundException
javax.management.InvalidAttributeValueException
javax.management.MBeanException
javax.management.ReflectionException
java.rmi.RemoteException
setAttributes
public javax.management.AttributeList setAttributes(javax.management.ObjectName name,
javax.management.AttributeList attributes)
throws javax.management.InstanceNotFoundException,
javax.management.ReflectionException,
java.rmi.RemoteException
- Throws:
javax.management.InstanceNotFoundException
javax.management.ReflectionException
java.rmi.RemoteException
invoke
public java.lang.Object invoke(javax.management.ObjectName name,
java.lang.String operationName,
java.lang.Object[] params,
java.lang.String[] signature)
throws javax.management.InstanceNotFoundException,
javax.management.MBeanException,
javax.management.ReflectionException,
java.rmi.RemoteException
- Throws:
javax.management.InstanceNotFoundException
javax.management.MBeanException
javax.management.ReflectionException
java.rmi.RemoteException
getDefaultDomain
public java.lang.String getDefaultDomain()
throws java.rmi.RemoteException
- Returns the default domain used for naming the managed object.
The default domain name is used as the domain part in the ObjectName
of managed objects if no domain is specified by the user.
- Throws:
java.rmi.RemoteException
getListenerRegistry
public ListenerRegistration getListenerRegistry()
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
Copyright © 2012 GlassFish Community. All Rights Reserved.