Package net.aifusion.metamodel
Class CimIndication
java.lang.Object
net.aifusion.metamodel.CimIndication
- All Implemented Interfaces:
CimEvent
Base class to implement Cim Events. CimIndications provide the capability to send asynchronous events from
CIM Event Generators to CIM Listeners.
- Author:
- Sharad Singhal
-
Constructor Summary
ConstructorDescriptionCimIndication
(CimEventType type, CimEventGenerator generator, String eventDescription) Create a CIM Indication -
Method Summary
-
Constructor Details
-
CimIndication
Create a CIM Indication- Parameters:
type
- - type of event within this indicationgenerator
- - element that generated the indicationeventDescription
- - Optional subject associated with the indication
-
-
Method Details
-
getType
Description copied from interface:CimEvent
Get the type of this event -
getGenerator
Description copied from interface:CimEvent
Get the generator that generated this event- Specified by:
getGenerator
in interfaceCimEvent
- Returns:
- - reference to the event generator that originated this event
-
getDescription
Description copied from interface:CimEvent
Get the description associated with the event- Specified by:
getDescription
in interfaceCimEvent
- Returns:
- - description of the event
-
toString
-