com.ibm.websphere.management.repository

Class ConfigRepositoryEvent

  1. java.lang.Object
  2. extended byjava.util.EventObject
  3. extended bycom.ibm.websphere.management.repository.ConfigRepositoryEvent
All implemented interfaces:
java.io.Serializable

  1. public class ConfigRepositoryEvent
  2. extends java.util.EventObject
A ConfigRepositoryEvent is generated each time the repository is updated. It contains an array of ConfigChangeNotifier instances, one for each document that has changed.
See Also:
Serialized Form

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
  1. static
  2. long
generateId()
Not for public use.
  1. ConfigChangeNotifier[]
getChanges()
Retrieves the array of config change notifiers in this event.
  1. long
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

  1. public ConfigRepositoryEvent(com.ibm.websphere.management.repository.ConfigRepository source,
  2. long id,
  3. 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

  1. public static long generateId()
Not for public use.
Returns:
Not for public use.

getChanges

  1. 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

  1. public long getId()
Returns the ID associated with this event.
Returns:
this event's ID