public class ConfigRepositoryEvent
extends java.util.EventObject
ConfigChangeNotifier instances, one for each
document that has changed.| Constructor and Description |
|---|
ConfigRepositoryEvent(com.ibm.websphere.management.repository.ConfigRepository source,
long id,
ConfigChangeNotifier[] chg)
Not for public use.
|
| Modifier and Type | Method and Description |
|---|---|
static long |
generateId()
Not for public use.
|
ConfigChangeNotifier[] |
getChanges()
Retrieves the array of config change notifiers in this event.
|
long |
getId()
Returns the ID associated with this event.
|
public ConfigRepositoryEvent(com.ibm.websphere.management.repository.ConfigRepository source,
long id,
ConfigChangeNotifier[] chg)
source - Not for public useid - Not for public usechg - Not for public usepublic static long generateId()
public ConfigChangeNotifier[] getChanges()
public long getId()