com.ibm.websphere.management.repository
Class ConfigRepositoryEvent
- java.lang.Object
java.util.EventObject
com.ibm.websphere.management.repository.ConfigRepositoryEvent
All implemented interfaces:
java.io.Serializable
- public class ConfigRepositoryEvent
- extends java.util.EventObject
ConfigChangeNotifier instances, one for each
document that has changed.
See Also:
Field Summary
| Fields inherited from class java.util.EventObject |
|---|
source |
Constructor Summary
| Constructor and Description |
|---|
ConfigRepositoryEvent(com.ibm.websphere.management.repository.ConfigRepository source,long id,ConfigChangeNotifier[] chg)
Not for public use.
|
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
generateId()
Not for public use.
|
getChanges()
Retrieves the array of config change notifiers in this event.
|
|
|
getId()
Returns the ID associated with this event.
|
| Methods inherited from class java.util.EventObject |
|---|
getSource, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail
ConfigRepositoryEvent
- public ConfigRepositoryEvent(com.ibm.websphere.management.repository.ConfigRepository source,
- long id,
- ConfigChangeNotifier[] chg)
Not for public use.
Parameters:
source - Not for public use id - Not for public use chg - Not for public use Method Detail
generateId
- public static long generateId()
Not for public use.
Returns:
Not for public use.
getChanges
- public ConfigChangeNotifier[] getChanges( )
Retrieves the array of config change notifiers in this event.
Returns:
an array of the config change notifiers in this event,
one for each document that has changed
getId
- public long getId()
Returns the ID associated with this event.
Returns:
this event's ID