Package org.codelibs.fess.helper
Class CoordinatorHelper.EventInfo
java.lang.Object
org.codelibs.fess.helper.CoordinatorHelper.EventInfo
- Enclosing class:
CoordinatorHelper
Represents an inter-instance event notification.
-
Field Summary
FieldsModifier and TypeFieldDescriptionlongThe time when the event was created.Optional data associated with the event.The instance ID that published the event.The event name.The target instance ID, or"*"for all instances. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
name
The event name. -
instanceId
The instance ID that published the event. -
targetInstanceId
The target instance ID, or"*"for all instances. -
createdTime
public long createdTimeThe time when the event was created. -
data
Optional data associated with the event.
-
-
Constructor Details
-
EventInfo
public EventInfo()Default constructor.
-