A C D E G H I J L M O Q R S U 

A

addListener(String, NotificationListener, Object) - Method in class org.glassfish.admin.mejb.EventListenerProxy
 
addNotificationListener(ObjectName, NotificationListener, NotificationFilter, Object) - Method in class org.glassfish.admin.mejb.IIOPMBeanServerImpl
Enables to add a listener to a registered MBean.
addNotificationListener(ObjectName, ObjectName, NotificationFilter, Object) - Method in class org.glassfish.admin.mejb.IIOPMBeanServerImpl
Enables to add a listener to a registered MBean.
addNotificationListener(ObjectName, NotificationListener, NotificationFilter, Object) - Method in class org.glassfish.admin.mejb.ListenerRegistry
Add a listener to a registered managed object.
addNotificationListener(ObjectName, NotificationListener, NotificationFilter, Object) - Method in class org.glassfish.admin.mejb.MEJBUtility
 

C

createMBean(String, ObjectName) - Method in class org.glassfish.admin.mejb.IIOPMBeanServerImpl
Instantiates and registers an MBean in the MBean server.
createMBean(String, ObjectName, ObjectName) - Method in class org.glassfish.admin.mejb.IIOPMBeanServerImpl
Instantiates and registers an MBean in the MBean server.
createMBean(String, ObjectName, Object[], String[]) - Method in class org.glassfish.admin.mejb.IIOPMBeanServerImpl
Instantiates and registers an MBean in the MBean server.
createMBean(String, ObjectName, ObjectName, Object[], String[]) - Method in class org.glassfish.admin.mejb.IIOPMBeanServerImpl
Instantiates and registers an MBean in the MBean server.

D

deserialize(ObjectName, byte[]) - Method in class org.glassfish.admin.mejb.IIOPMBeanServerImpl
De-serializes a byte array in the context of the class loader of an MBean.
deserialize(String, byte[]) - Method in class org.glassfish.admin.mejb.IIOPMBeanServerImpl
De-serializes a byte array in the context of a given MBean class loader.
deserialize(String, ObjectName, byte[]) - Method in class org.glassfish.admin.mejb.IIOPMBeanServerImpl
De-serializes a byte array in the context of a given MBean class loader.

E

ejbActivate() - Method in class org.glassfish.admin.mejb.MEJBBean
 
ejbCreate() - Method in class org.glassfish.admin.mejb.MEJBBean
 
ejbPassivate() - Method in class org.glassfish.admin.mejb.MEJBBean
 
ejbRemove() - Method in class org.glassfish.admin.mejb.MEJBBean
 
EventListenerProxy - Class in org.glassfish.admin.mejb
The EventListenerProxy recieves notifications from RemoteListenerConnectors registered on the server managed objects and forwards them to the corresponding local listeners
EventListenerProxy() - Constructor for class org.glassfish.admin.mejb.EventListenerProxy
 

G

getAttribute(ObjectName, String) - Method in interface org.glassfish.admin.mejb.IIOPMBeanServer
Gets the value of a specific attribute of a named managed object.
getAttribute(ObjectName, String) - Method in class org.glassfish.admin.mejb.IIOPMBeanServerImpl
Gets the value of a specific attribute of a named MBean.
getAttribute(ObjectName, String) - Method in class org.glassfish.admin.mejb.MEJBBean
 
getAttributes(ObjectName, String[]) - Method in interface org.glassfish.admin.mejb.IIOPMBeanServer
Enables the values of several attributes of a named managed object.
getAttributes(ObjectName, String[]) - Method in class org.glassfish.admin.mejb.IIOPMBeanServerImpl
Enables the values of several attributes of a named MBean.
getAttributes(ObjectName, String[]) - Method in class org.glassfish.admin.mejb.MEJBBean
 
getDefaultDomain() - Method in interface org.glassfish.admin.mejb.IIOPMBeanServer
Returns the domain name of this MEJB.
getDefaultDomain() - Method in class org.glassfish.admin.mejb.IIOPMBeanServerImpl
Returns the default domain used for naming the managed object.
getDefaultDomain() - Method in class org.glassfish.admin.mejb.MEJBBean
Returns the default domain used for naming the managed object.
getDeploymentDescriptor() - Method in interface org.glassfish.admin.mejb.J2EEModuleCallBack
 
getEventListenerProxy() - Static method in class org.glassfish.admin.mejb.EventListenerProxy
 
getId() - Method in class org.glassfish.admin.mejb.RemoteListenerConnector
 
getInstance() - Static method in class org.glassfish.admin.mejb.MEJBUtility
 
getListenerRegistry() - Method in class org.glassfish.admin.mejb.MEJBBean
 
getListenerRegistry() - Method in class org.glassfish.admin.mejb.MEJBUtility
 
getMBeanCount() - Method in interface org.glassfish.admin.mejb.IIOPMBeanServer
Returns the number of managed objects registered in the MEJB.
getMBeanCount() - Method in class org.glassfish.admin.mejb.IIOPMBeanServerImpl
Returns the number of MBeans registered in the MBean server.
getMBeanCount() - Method in class org.glassfish.admin.mejb.MEJBBean
 
getMBeanInfo(ObjectName) - Method in interface org.glassfish.admin.mejb.IIOPMBeanServer
This method discovers the attributes and operations that an managed object exposes for management.
getMBeanInfo(ObjectName) - Method in class org.glassfish.admin.mejb.IIOPMBeanServerImpl
This method discovers the attributes and operations that an MBean exposes for management.
getMBeanInfo(ObjectName) - Method in class org.glassfish.admin.mejb.MEJBBean
 
getMBeanServer() - Method in class org.glassfish.admin.mejb.MEJBUtility
 
getMEJB() - Method in class org.glassfish.admin.mejb.MEJBUtility
 
getName() - Method in interface org.glassfish.admin.mejb.J2EEModuleCallBack
 
getObjectInstance(ObjectName) - Method in class org.glassfish.admin.mejb.IIOPMBeanServerImpl
Gets the ObjectInstance for a given MBean registered with the MBean server.
getParentName() - Method in interface org.glassfish.admin.mejb.J2EEModuleCallBack
 
getProxyAddress() - Method in class org.glassfish.admin.mejb.EventListenerProxy
 
getServerName() - Method in interface org.glassfish.admin.mejb.J2EEModuleCallBack
 

H

handleNotification(Notification, Object) - Method in class org.glassfish.admin.mejb.EventListenerProxy
 
handleNotification(Notification, Object) - Method in interface org.glassfish.admin.mejb.RemoteEventListener
 
handleNotification(Notification, Object) - Method in class org.glassfish.admin.mejb.RemoteListenerConnector
 

I

IIOPMBeanServer - Interface in org.glassfish.admin.mejb
 
IIOPMBeanServerImpl - Class in org.glassfish.admin.mejb
IIOPMBeanServerImpl provides an IIOP wrapper for MBeanServers in remote VMs
IIOPMBeanServerImpl(MBeanServer) - Constructor for class org.glassfish.admin.mejb.IIOPMBeanServerImpl
 
instantiate(String) - Method in class org.glassfish.admin.mejb.IIOPMBeanServerImpl
Instantiates an object using the list of all class loaders registered in the MBean server (Default Loader Repository).
instantiate(String, ObjectName) - Method in class org.glassfish.admin.mejb.IIOPMBeanServerImpl
Instantiates an object using the class Loader specified by its ObjectName.
instantiate(String, Object[], String[]) - Method in class org.glassfish.admin.mejb.IIOPMBeanServerImpl
Instantiates an object using the list of all class loaders registered in the MBean server (Default Loader Repository).
instantiate(String, ObjectName, Object[], String[]) - Method in class org.glassfish.admin.mejb.IIOPMBeanServerImpl
Instantiates an object.
invoke(ObjectName, String, Object[], String[]) - Method in interface org.glassfish.admin.mejb.IIOPMBeanServer
Invokes an operation on an managed object.
invoke(ObjectName, String, Object[], String[]) - Method in class org.glassfish.admin.mejb.IIOPMBeanServerImpl
Invokes an operation on an MBean.
invoke(ObjectName, String, Object[], String[]) - Method in class org.glassfish.admin.mejb.MEJBBean
 
isInstanceOf(ObjectName, String) - Method in class org.glassfish.admin.mejb.IIOPMBeanServerImpl
Returns true if the MBean specified is an instance of the specified class, false otherwise.
isRegistered(ObjectName) - Method in interface org.glassfish.admin.mejb.IIOPMBeanServer
Checks whether an managed object, identified by its object name, is already registered with the MEJB.
isRegistered(ObjectName) - Method in class org.glassfish.admin.mejb.IIOPMBeanServerImpl
Checks whether an MBean, identified by its object name, is already registered with the MBean server.
isRegistered(ObjectName) - Method in class org.glassfish.admin.mejb.MEJBBean
 

J

J2EEModuleCallBack - Interface in org.glassfish.admin.mejb
 

L

ListenerRegistry - Class in org.glassfish.admin.mejb
ListenerRegistry provides an implementation of ListenerRegistration This implementation creates instances of RemoteListenerConnectors which are registered on the MEJB on behalf of the local listener.
ListenerRegistry(String) - Constructor for class org.glassfish.admin.mejb.ListenerRegistry
 

M

MEJB_DEFAULT_NAME - Static variable in class org.glassfish.admin.mejb.MEJBUtility
 
MEJB_NAME_PROP - Static variable in class org.glassfish.admin.mejb.MEJBUtility
 
MEJBBean - Class in org.glassfish.admin.mejb
 
MEJBBean() - Constructor for class org.glassfish.admin.mejb.MEJBBean
 
MEJBUtility - Class in org.glassfish.admin.mejb
 

O

org.glassfish.admin.mejb - package org.glassfish.admin.mejb
 

Q

queryMBeans(ObjectName, QueryExp) - Method in class org.glassfish.admin.mejb.IIOPMBeanServerImpl
Gets MBeans controlled by the MBean server.
queryNames(ObjectName, QueryExp) - Method in interface org.glassfish.admin.mejb.IIOPMBeanServer
 
queryNames(ObjectName, QueryExp) - Method in class org.glassfish.admin.mejb.IIOPMBeanServerImpl
Gets the names of managed objects controlled by the MEJB.
queryNames(ObjectName, QueryExp) - Method in class org.glassfish.admin.mejb.MEJBBean
 

R

registerMBean(Object, ObjectName) - Method in class org.glassfish.admin.mejb.IIOPMBeanServerImpl
Registers a pre-existing object as an MBean with the MBean server.
RemoteEventListener - Interface in org.glassfish.admin.mejb
 
RemoteListenerConnector - Class in org.glassfish.admin.mejb
RemoteListenerConnectors are instantiated by the ListenerRegistry with the address of the callback port of the RemoteEventListener and then registered with the MBeanServer by the MEJB.
RemoteListenerConnector(String) - Constructor for class org.glassfish.admin.mejb.RemoteListenerConnector
 
removeListener(String) - Method in class org.glassfish.admin.mejb.EventListenerProxy
 
removeNotificationListener(ObjectName, NotificationListener) - Method in class org.glassfish.admin.mejb.IIOPMBeanServerImpl
Enables to remove a listener from a registered MBean.
removeNotificationListener(ObjectName, ObjectName) - Method in class org.glassfish.admin.mejb.IIOPMBeanServerImpl
Enables to remove a listener from a registered MBean.
removeNotificationListener(ObjectName, NotificationListener) - Method in class org.glassfish.admin.mejb.ListenerRegistry
Remove a listener from a registered managed object.
removeNotificationListener(ObjectName, NotificationListener) - Method in class org.glassfish.admin.mejb.MEJBUtility
 

S

setAttribute(ObjectName, Attribute) - Method in interface org.glassfish.admin.mejb.IIOPMBeanServer
Sets the value of a specific attribute of a named managed object.
setAttribute(ObjectName, Attribute) - Method in class org.glassfish.admin.mejb.IIOPMBeanServerImpl
Sets the value of a specific attribute of a named MBean.
setAttribute(ObjectName, Attribute) - Method in class org.glassfish.admin.mejb.MEJBBean
 
setAttributes(ObjectName, AttributeList) - Method in interface org.glassfish.admin.mejb.IIOPMBeanServer
Sets the values of several attributes of a named managed object.
setAttributes(ObjectName, AttributeList) - Method in class org.glassfish.admin.mejb.IIOPMBeanServerImpl
Sets the values of several attributes of a named MBean.
setAttributes(ObjectName, AttributeList) - Method in class org.glassfish.admin.mejb.MEJBBean
 
setMBeanServer(MBeanServer) - Method in class org.glassfish.admin.mejb.RemoteListenerConnector
 
setSessionContext(SessionContext) - Method in class org.glassfish.admin.mejb.MEJBBean
 
start(Object) - Method in interface org.glassfish.admin.mejb.J2EEModuleCallBack
 
stop(Object) - Method in interface org.glassfish.admin.mejb.J2EEModuleCallBack
 

U

unregisterMBean(ObjectName) - Method in interface org.glassfish.admin.mejb.IIOPMBeanServer
De-registers an MBean from the MBean server.
unregisterMBean(ObjectName) - Method in class org.glassfish.admin.mejb.IIOPMBeanServerImpl
De-registers an MBean from the MBean server.
A C D E G H I J L M O Q R S U 

Copyright © 2013. All Rights Reserved.