org.objectweb.jonas.mejb.ListenerRegistrationImpl Class Reference

List of all members.

Public Member Functions

 ListenerRegistrationImpl (ObjectName listenerMBean_on, String proxyName)
void addNotificationListener (ObjectName name, NotificationListener listener, NotificationFilter filter, Object handback) throws InstanceNotFoundException, RemoteException
void removeNotificationListener (ObjectName name, NotificationListener listener) throws InstanceNotFoundException, ListenerNotFoundException, RemoteException

Detailed Description

ListenerRegistration implementation

Definition at line 50 of file ListenerRegistrationImpl.java.


Constructor & Destructor Documentation

org.objectweb.jonas.mejb.ListenerRegistrationImpl.ListenerRegistrationImpl ObjectName  listenerMBean_on,
String  proxyName
 

The constructor is executed on the server side.

Definition at line 70 of file ListenerRegistrationImpl.java.

References org.objectweb.jonas.jmx.JmxService.getRmiConnectorName().

Here is the call graph for this function:


Member Function Documentation

void org.objectweb.jonas.mejb.ListenerRegistrationImpl.addNotificationListener ObjectName  name,
NotificationListener  listener,
NotificationFilter  filter,
Object  handback
throws InstanceNotFoundException, RemoteException
 

Add a listener to a registered managed object.

Definition at line 92 of file ListenerRegistrationImpl.java.

References org.objectweb.jonas.jmx.RMIConnector.addNotificationListener().

Here is the call graph for this function:

void org.objectweb.jonas.mejb.ListenerRegistrationImpl.removeNotificationListener ObjectName  name,
NotificationListener  listener
throws InstanceNotFoundException, ListenerNotFoundException, RemoteException
 

Enables to remove a listener from a registered managed object.

Definition at line 140 of file ListenerRegistrationImpl.java.


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