xmlBlaster 2.2.0 API

org.xmlBlaster.util.admin.extern
Class NotifListener

java.lang.Object
  extended by org.xmlBlaster.util.admin.extern.NotifListener
All Implemented Interfaces:
java.io.Serializable, java.util.EventListener, javax.management.NotificationListener

public class NotifListener
extends java.lang.Object
implements javax.management.NotificationListener, java.io.Serializable

Internal Listener for Changes within MBeans
Listens local, on the serverside, for changes on MBeans. When invoked, sends a Notification-event to the clientsystem

See Also:
Serialized Form

Field Summary
(package private)  XmlBlasterConnector connector
           
(package private)  Global glob
           
(package private)  I_XmlBlasterAccess returnCon
           
(package private)  SerializeHelper serHelp
           
 
Constructor Summary
NotifListener(XmlBlasterConnector connector, I_XmlBlasterAccess returnCon, Global glob)
           
 
Method Summary
 void handleNotification(javax.management.Notification notif, java.lang.Object handback)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

connector

XmlBlasterConnector connector

returnCon

I_XmlBlasterAccess returnCon

glob

Global glob

serHelp

SerializeHelper serHelp
Constructor Detail

NotifListener

public NotifListener(XmlBlasterConnector connector,
                     I_XmlBlasterAccess returnCon,
                     Global glob)
Method Detail

handleNotification

public void handleNotification(javax.management.Notification notif,
                               java.lang.Object handback)
Specified by:
handleNotification in interface javax.management.NotificationListener

xmlBlaster 2.2.0 API

Copyright © 1999-2014 The xmlBlaster.org contributers.