Inherited by org.objectweb.jonas.management.j2eemanagement.J2EEManagedObject.
Inheritance diagram for org.objectweb.jonas.management.ReconfigDispatcher:


Public Member Functions | |
| void | initLogger (Logger mylogger) |
| void | addNotificationListener (NotificationListener listner, NotificationFilter filter, java.lang.Object handback) throws java.lang.IllegalArgumentException |
| void | removeNotificationListener (NotificationListener listner) throws ListenerNotFoundException |
| MBeanNotificationInfo[] | getNotificationInfo () |
| NotificationListener | getListener () |
| NotificationFilter | getFilter () |
| java.lang.Object | getHandback () |
| void | sendSaveNotification (long sequenceNumber, String resourceName) |
| void | sendReconfigNotification (long sequenceNumber, String resourceName, Object userData) |
Static Public Attributes | |
| final String | RECONFIG_TYPE = "jonas.management.reconfiguration" |
| final String | SAVE_RECONFIG_TYPE = "jonas.management.reconfiguration.save" |
Package Attributes | |
| final String | RECONFIG_NOTIF_CLASS = "jmx.management.Notification" |
| ListenerJavaBean | myListener = null |
Definition at line 46 of file ReconfigDispatcher.java.
|
||||||||||||||||
|
This method is called by the ReconfigManager. the ReconfigManager null (not used) null (not used Definition at line 84 of file ReconfigDispatcher.java. References org.objectweb.jonas.management.ReconfigDispatcher.myListener. |
|
|
Returns the listner's filter
Definition at line 141 of file ReconfigDispatcher.java. References org.objectweb.jonas.management.ListenerJavaBean.getFilter(), and org.objectweb.jonas.management.ReconfigDispatcher.myListener. |
Here is the call graph for this function:

|
|
Returns the listner's handback
Definition at line 151 of file ReconfigDispatcher.java. References org.objectweb.jonas.management.ListenerJavaBean.getHandback(), and org.objectweb.jonas.management.ReconfigDispatcher.myListener. Referenced by org.objectweb.jonas.management.ReconfigDispatcher.sendReconfigNotification(), and org.objectweb.jonas.management.ReconfigDispatcher.sendSaveNotification(). |
Here is the call graph for this function:

|
|
Returns the listener reference (the ReconfigManager)
Definition at line 131 of file ReconfigDispatcher.java. References org.objectweb.jonas.management.ListenerJavaBean.getListener(), and org.objectweb.jonas.management.ReconfigDispatcher.myListener. Referenced by org.objectweb.jonas.management.ReconfigDispatcher.sendReconfigNotification(), and org.objectweb.jonas.management.ReconfigDispatcher.sendSaveNotification(). |
Here is the call graph for this function:

|
|
Returns information about management notifications sent by this object
Definition at line 112 of file ReconfigDispatcher.java. References org.objectweb.jonas.management.ReconfigDispatcher.RECONFIG_NOTIF_CLASS, org.objectweb.jonas.management.ReconfigDispatcher.RECONFIG_TYPE, and org.objectweb.jonas.management.ReconfigDispatcher.SAVE_RECONFIG_TYPE. |
|
|
Initialize the logger with a Logger provided by the reconfigurable resource or service.
Definition at line 74 of file ReconfigDispatcher.java. |
|
|
This method is called by the ReconfigManager when it no longer needs to receive management notifications. the ReconfigManager Definition at line 103 of file ReconfigDispatcher.java. References org.objectweb.jonas.management.ListenerJavaBean.getListener(), and org.objectweb.jonas.management.ReconfigDispatcher.myListener. |
Here is the call graph for this function:

|
||||||||||||||||
|
Send a reconfiguration notification to the registerd listener. If no listener, then log an error message.
Definition at line 185 of file ReconfigDispatcher.java. References org.objectweb.jonas.management.ReconfigDispatcher.getHandback(), org.objectweb.jonas.management.ReconfigDispatcher.getListener(), and org.objectweb.jonas.management.ReconfigDispatcher.RECONFIG_TYPE. |
Here is the call graph for this function:

|
||||||||||||
|
Send a save configuration notification to the registerd listener. If no listener, then log an error message.
Definition at line 164 of file ReconfigDispatcher.java. References org.objectweb.jonas.management.ReconfigDispatcher.getHandback(), org.objectweb.jonas.management.ReconfigDispatcher.getListener(), and org.objectweb.jonas.management.ReconfigDispatcher.SAVE_RECONFIG_TYPE. |
Here is the call graph for this function:

|
|
There may be only one listener : the ReconfigManager MBean. Definition at line 67 of file ReconfigDispatcher.java. Referenced by org.objectweb.jonas.management.ReconfigDispatcher.addNotificationListener(), org.objectweb.jonas.management.ReconfigDispatcher.getFilter(), org.objectweb.jonas.management.ReconfigDispatcher.getHandback(), org.objectweb.jonas.management.ReconfigDispatcher.getListener(), and org.objectweb.jonas.management.ReconfigDispatcher.removeNotificationListener(). |
|
|
Class implementing the management notifications. Definition at line 61 of file ReconfigDispatcher.java. Referenced by org.objectweb.jonas.management.ReconfigDispatcher.getNotificationInfo(). |
|
|
Management notification type for reconfiguration events (notify that the management application made a reconfiguration operation) Definition at line 53 of file ReconfigDispatcher.java. Referenced by org.objectweb.jonas.management.ReconfigDispatcher.getNotificationInfo(), and org.objectweb.jonas.management.ReconfigDispatcher.sendReconfigNotification(). |
|
|
Management notification type for save configuration events (notify that the management application asks for save changes) Definition at line 57 of file ReconfigDispatcher.java. Referenced by org.objectweb.jonas.management.ReconfigDispatcher.getNotificationInfo(), and org.objectweb.jonas.management.ReconfigDispatcher.sendSaveNotification(). |
1.3.9.1