Skip navigation links
oracle.stellent.ridc.convenience.adf.connection.mxbean
Class RidcMxBeanManager
java.lang.Object
oracle.stellent.ridc.convenience.adf.connection.mxbean.RidcMxBeanManager
- All Implemented Interfaces:
- Serializable, EventListener, NotificationFilter, NotificationListener
-
public class RidcMxBeanManager
- extends Object
- implements NotificationListener, NotificationFilter
RidcMxBeanManager is a class that manages the registering and unregistering RIDC connection mbeans. It also handles notification changes.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RIDC_MBEAN_OBJECT_TYPE
public static final String RIDC_MBEAN_OBJECT_TYPE
-
- See Also:
- Constant Field Values
MBEANS_SERVER
public static final MBeanServer MBEANS_SERVER
CONNECTION_XML
protected static final String CONNECTION_XML
-
- See Also:
- Constant Field Values
getInstance
public static RidcMxBeanManager getInstance(String connectionName)
throws Exception
-
- Throws:
Exception
register
public void register(String appId)
throws Exception
-
- Throws:
Exception
registerIfNotRegistered
public void registerIfNotRegistered(String appId)
throws Exception
-
- Throws:
Exception
unregister
public void unregister(String appId)
throws Exception
-
- Throws:
Exception
handleNotification
public void handleNotification(Notification notification,
Object handback)
-
- Specified by:
handleNotification
in interface NotificationListener
getConnectionContext
protected Context getConnectionContext()
throws NamingException
-
- Throws:
NamingException
isNotificationEnabled
public boolean isNotificationEnabled(Notification notification)
-
- Specified by:
isNotificationEnabled
in interface NotificationFilter
getRidcConnection
public RidcConnection getRidcConnection()
isUpdated
public boolean isUpdated()
clearUpdated
public void clearUpdated()
Skip navigation links
Copyright © 2008, 2013, Oracle and/or its affiliates. All rights reserved.