Package | Description |
---|---|
org.overlord.rtgov.active.collection | |
org.overlord.rtgov.active.collection.jmx | |
org.overlord.rtgov.active.collection.ws |
Modifier and Type | Class and Description |
---|---|
class |
AbstractActiveChangeListener
This class defines an abstract active change listener.
|
class |
ActiveCollection.ActiveCollectionAdapter
This class provides a bridge between the parent and derived active
collections.
|
Modifier and Type | Method and Description |
---|---|
List<ActiveChangeListener> |
ActiveCollection.getActiveChangeListeners()
This method returns the list of active change listeners.
|
Modifier and Type | Method and Description |
---|---|
void |
ActiveCollection.addActiveChangeListener(ActiveChangeListener l)
This method adds an Active Change Listener to listen
for notifications of change to the active collection.
|
void |
ActiveCollection.removeActiveChangeListener(ActiveChangeListener l)
This method removes an Active Change Listener.
|
Modifier and Type | Class and Description |
---|---|
class |
JMXNotifier
This class provides an active change listener for reporting
changes as JMX notifications.
|
Modifier and Type | Method and Description |
---|---|
protected void |
WSActiveCollectionServer.ACMListener.unregisterListener(String name,
ActiveChangeListener l)
This method unregisters the supplied listener from the active collection
with the specified name.
|
Copyright © 2013-2015 JBoss by Red Hat. All Rights Reserved.