Oracle Communications Services Gatekeeper Java API Reference
7.0.0.1

E96578-01

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

java.lang.Object
  extended byjavax.management.StandardMBean
      extended bycom.bea.wlcp.wlng.management.WLNGBaseBean
          extended bycom.bea.wlcp.wlng.api.management.WLNGMBeanDelegate
All Implemented Interfaces:
javax.management.DynamicMBean, javax.management.MBeanRegistration, javax.management.NotificationBroadcaster, javax.management.NotificationEmitter

public class WLNGMBeanDelegate
extends com.bea.wlcp.wlng.management.WLNGBaseBean
implements javax.management.NotificationEmitter


Constructor Summary
WLNGMBeanDelegate(java.lang.Class mbeanInterface)
           
WLNGMBeanDelegate(java.lang.Object impl, java.lang.Class mbeanInterface)
          Constructor.
 
Method Summary
 void addNotificationListener(javax.management.NotificationListener listener, javax.management.NotificationFilter filter, java.lang.Object handback)
          Add notification.
 javax.management.MBeanNotificationInfo[] getNotificationInfo()
          Get notification info.
 void removeNotificationListener(javax.management.NotificationListener listener)
          Remove notification.
 void removeNotificationListener(javax.management.NotificationListener listener, javax.management.NotificationFilter filter, java.lang.Object handback)
          Remove notification.
 void sendNotification(javax.management.Notification n)
          Send notification.
 
Methods inherited from class com.bea.wlcp.wlng.management.WLNGBaseBean
getDescription, getDescription, getDescription, getParameterName, invoke
 
Methods inherited from class javax.management.StandardMBean
cacheMBeanInfo, getAttribute, getAttributes, getCachedMBeanInfo, getClassName, getConstructors, getDescription, getDescription, getDescription, getDescription, getImpact, getImplementation, getImplementationClass, getMBeanInfo, getMBeanInterface, getParameterName, postDeregister, postRegister, preDeregister, preRegister, setAttribute, setAttributes, setImplementation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WLNGMBeanDelegate

public WLNGMBeanDelegate(java.lang.Class mbeanInterface)
                  throws javax.management.NotCompliantMBeanException

WLNGMBeanDelegate

public WLNGMBeanDelegate(java.lang.Object impl,
                         java.lang.Class mbeanInterface)
                  throws javax.management.NotCompliantMBeanException
Constructor.

Throws:
javax.management.NotCompliantMBeanException
Method Detail

addNotificationListener

public void addNotificationListener(javax.management.NotificationListener listener,
                                    javax.management.NotificationFilter filter,
                                    java.lang.Object handback)
Add notification.

Specified by:
addNotificationListener in interface javax.management.NotificationBroadcaster
Parameters:
listener -
filter -
handback -

getNotificationInfo

public javax.management.MBeanNotificationInfo[] getNotificationInfo()
Get notification info.

Specified by:
getNotificationInfo in interface javax.management.NotificationBroadcaster
Returns:
Notification info

removeNotificationListener

public void removeNotificationListener(javax.management.NotificationListener listener)
                                throws javax.management.ListenerNotFoundException
Remove notification.

Specified by:
removeNotificationListener in interface javax.management.NotificationBroadcaster
Parameters:
listener -
Throws:
javax.management.ListenerNotFoundException

removeNotificationListener

public void removeNotificationListener(javax.management.NotificationListener listener,
                                       javax.management.NotificationFilter filter,
                                       java.lang.Object handback)
Remove notification.

Specified by:
removeNotificationListener in interface javax.management.NotificationEmitter
Parameters:
listener -
filter -
handback -

sendNotification

public void sendNotification(javax.management.Notification n)
Send notification.

Parameters:
n -

Oracle Communications Services Gatekeeper Java API Reference
7.0.0.1

E96578-01

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