org.objectweb.jonas.mejb.ManagementBean Class Reference

List of all members.

Public Member Functions

void ejbCreate ()
void setSessionContext (SessionContext sessionContext)
ListenerRegistration getListenerRegistry () throws RemoteException

Detailed Description

This is the Management EJB implementation for JOnAS. A MEJB instance is created and deployed at JOnAS start time. It is registered in the ejb/mgmt naming subcontext.

The current implementation only allows access to managed resources from within the current server.

Author:
Adriana Danes

Definition at line 73 of file ManagementBean.java.


Member Function Documentation

void org.objectweb.jonas.mejb.ManagementBean.ejbCreate  ) 
 

ejbCreate method

Definition at line 114 of file ManagementBean.java.

References org.objectweb.jonas.jmx.JmxService.getDomainName(), org.objectweb.jonas.jmx.JmxService.getJmxServer(), and org.objectweb.jonas.jmx.JmxService.getJonasServerName().

Here is the call graph for this function:

ListenerRegistration org.objectweb.jonas.mejb.ManagementBean.getListenerRegistry  )  throws RemoteException
 

Returns the ListenerRegistration implementation object which allows the client to register a event notification listener. This method also creates a MBean

Returns:
An instance of the class implementing the ListenerRegistration interface. null is returned if

Definition at line 330 of file ManagementBean.java.

void org.objectweb.jonas.mejb.ManagementBean.setSessionContext SessionContext  sessionContext  ) 
 

Sets the associated session context.

Parameters:
sessionContext - A SessionContext interface for the instance.

Definition at line 162 of file ManagementBean.java.


The documentation for this class was generated from the following file:
Generated on Tue Feb 15 15:07:15 2005 for JOnAS by  doxygen 1.3.9.1