public interface IClassUpdateEvent extends IEvent
IComponent
's are deployed dynamically meaning that their classes can be
updated while the portal is up and running. Any objects that cache dynamically deployed classes or use instances
created using these classes should subscribe to this event and flush their class/object cache when
getClassNames()
array contains one of the cached classes.IClassManager
Modifier and Type | Interface and Description |
---|---|
static interface |
IClassUpdateEvent.ISynchronousListener |
static class |
IClassUpdateEvent.SynchronousListeners |
IEvent.IListener, IEvent.Listeners, IEvent.QueueListeners
Modifier and Type | Method and Description |
---|---|
String[] |
getClassNames()
Returns array of class names being updated.
|
getJcrSessionID, getJcrSessionUserData, getSourceIP, getTimestamp, getVMID, isLocalEvent, raise
String[] getClassNames()