Class ProcessEngineEvent
- java.lang.Object
- 
- jadex.platform.service.processengine.ProcessEngineEvent
 
- 
 public class ProcessEngineEvent extends java.lang.Object
- 
- 
Field SummaryFields Modifier and Type Field Description protected IComponentIdentifiercidThe component id.protected java.lang.ObjectcontentThe content.static java.lang.StringINSTANCE_CREATEDstatic java.lang.StringINSTANCE_RESULT_RECEIVEDstatic java.lang.StringINSTANCE_TERMINATEDstatic java.lang.StringPROCESSMODEL_ADDEDstatic java.lang.StringPROCESSMODEL_REMOVEDprotected java.lang.StringtypeThe event type.
 - 
Constructor SummaryConstructors Constructor Description ProcessEngineEvent()Create a new MonitoringStarterEvent.ProcessEngineEvent(java.lang.String type, IComponentIdentifier cid, java.lang.Object content)Create a new MonitoringStarterEvent.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description IComponentIdentifiergetComponentIdentifier()Get the componentIdentifier.java.lang.ObjectgetContent()Get the content.java.lang.StringgetType()Get the type.voidsetComponentIdentifier(IComponentIdentifier componentIdentifier)Set the componentIdentifier.voidsetContent(java.lang.Object content)Set the content.voidsetType(java.lang.String type)Set the type.java.lang.StringtoString()
 
- 
- 
- 
Field Detail- 
PROCESSMODEL_ADDEDpublic static final java.lang.String PROCESSMODEL_ADDED - See Also:
- Constant Field Values
 
 - 
PROCESSMODEL_REMOVEDpublic static final java.lang.String PROCESSMODEL_REMOVED - See Also:
- Constant Field Values
 
 - 
INSTANCE_CREATEDpublic static final java.lang.String INSTANCE_CREATED - See Also:
- Constant Field Values
 
 - 
INSTANCE_TERMINATEDpublic static final java.lang.String INSTANCE_TERMINATED - See Also:
- Constant Field Values
 
 - 
INSTANCE_RESULT_RECEIVEDpublic static final java.lang.String INSTANCE_RESULT_RECEIVED - See Also:
- Constant Field Values
 
 - 
typeprotected java.lang.String type The event type.
 - 
cidprotected IComponentIdentifier cid The component id.
 - 
contentprotected java.lang.Object content The content.
 
- 
 - 
Constructor Detail- 
ProcessEngineEventpublic ProcessEngineEvent() Create a new MonitoringStarterEvent.
 - 
ProcessEngineEventpublic ProcessEngineEvent(java.lang.String type, IComponentIdentifier cid, java.lang.Object content)Create a new MonitoringStarterEvent.
 
- 
 - 
Method Detail- 
getTypepublic java.lang.String getType() Get the type.- Returns:
- The type.
 
 - 
setTypepublic void setType(java.lang.String type) Set the type.- Parameters:
- type- The type to set.
 
 - 
getComponentIdentifierpublic IComponentIdentifier getComponentIdentifier() Get the componentIdentifier.- Returns:
- The componentIdentifier.
 
 - 
setComponentIdentifierpublic void setComponentIdentifier(IComponentIdentifier componentIdentifier) Set the componentIdentifier.- Parameters:
- componentIdentifier- The componentIdentifier to set.
 
 - 
getContentpublic java.lang.Object getContent() Get the content.- Returns:
- The content.
 
 - 
setContentpublic void setContent(java.lang.Object content) Set the content.- Parameters:
- content- The content to set.
 
 - 
toStringpublic java.lang.String toString() - Overrides:
- toStringin class- java.lang.Object
 
 
- 
 
-