Package com.webmethods.portal.event
Interface IClassUpdateEvent
- All Superinterfaces:
IEvent
,Serializable
This inteface describes dynamically deployed classes that have just been updated. Most of the system
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.- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
static class
Nested classes/interfaces inherited from interface com.webmethods.rtl.event.IEvent
IEvent.IListener, IEvent.Listeners, IEvent.QueueListeners
-
Method Summary
Methods inherited from interface com.webmethods.rtl.event.IEvent
getJcrSessionID, getJcrSessionUserData, getSourceIP, getTimestamp, getVMID, isLocalEvent, raise
-
Method Details
-
getClassNames
String[] getClassNames()Returns array of class names being updated.- Returns:
- array of class names. Cannot be NULL, but can be empty.
-