Skip navigation links

Oracle Communications Services Gatekeeper Java API Reference
6.0

E55513-02


com.bea.wlcp.wlng.api.management
Class WLNGMBeanDelegate

java.lang.Object
  extended byWLNGBaseBean
      extended bycom.bea.wlcp.wlng.api.management.WLNGMBeanDelegate

All Implemented Interfaces:
NotificationBroadcaster, NotificationEmitter

public class WLNGMBeanDelegate
extends WLNGBaseBean
implements NotificationEmitter

Constructor Summary
WLNGMBeanDelegate(Class mbeanInterface)
           
WLNGMBeanDelegate(Object impl, Class mbeanInterface)
          Constructor.

 

Method Summary
 void addNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback)
          Add notification.
 MBeanNotificationInfo[] getNotificationInfo()
          Get notification info.
 void removeNotificationListener(NotificationListener listener)
          Remove notification.
 void removeNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback)
          Remove notification.
 void sendNotification(Notification n)
          Send notification.

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

WLNGMBeanDelegate

public WLNGMBeanDelegate(Class mbeanInterface)
                  throws NotCompliantMBeanException

WLNGMBeanDelegate

public WLNGMBeanDelegate(Object impl,
                         Class mbeanInterface)
                  throws NotCompliantMBeanException
Constructor.
Throws:
NotCompliantMBeanException

Method Detail

addNotificationListener

public void addNotificationListener(NotificationListener listener,
                                    NotificationFilter filter,
                                    Object handback)
Add notification.
Specified by:
addNotificationListener in interface NotificationBroadcaster
Parameters:
listener -
filter -
handback -

getNotificationInfo

public MBeanNotificationInfo[] getNotificationInfo()
Get notification info.
Specified by:
getNotificationInfo in interface NotificationBroadcaster
Returns:
Notification info

removeNotificationListener

public void removeNotificationListener(NotificationListener listener)
                                throws ListenerNotFoundException
Remove notification.
Specified by:
removeNotificationListener in interface NotificationBroadcaster
Parameters:
listener -
Throws:
ListenerNotFoundException

removeNotificationListener

public void removeNotificationListener(NotificationListener listener,
                                       NotificationFilter filter,
                                       Object handback)
Remove notification.
Specified by:
removeNotificationListener in interface NotificationEmitter
Parameters:
listener -
filter -
handback -

sendNotification

public void sendNotification(Notification n)
Send notification.
Parameters:
n -

Skip navigation links

Oracle Communications Services Gatekeeper Java API Reference
6.0

E55513-02


Copyright © 2008, 2015, Oracle and/or its affiliates. All rights reserved.