Class GlobalEventServiceImpl
- java.lang.Object
-
- org.ikasan.orchestration.service.context.global.GlobalEventServiceImpl
-
- All Implemented Interfaces:
org.ikasan.spec.scheduled.job.service.GlobalEventService
public class GlobalEventServiceImpl extends java.lang.Object implements org.ikasan.spec.scheduled.job.service.GlobalEventService
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringGLOBAL_EVENT_MANUALLY_RAISED
-
Constructor Summary
Constructors Constructor Description GlobalEventServiceImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidraiseGlobalEventJob(java.lang.String globalJobName)Used to raise a global event regardless of what environment it needs to target.voidraiseGlobalEventJob(org.ikasan.spec.scheduled.instance.model.GlobalEventJobInstance globalEventJobInstance, java.lang.String contextInstanceId, java.lang.String username)
-
-
-
Field Detail
-
GLOBAL_EVENT_MANUALLY_RAISED
public static final java.lang.String GLOBAL_EVENT_MANUALLY_RAISED
- See Also:
- Constant Field Values
-
-
Method Detail
-
raiseGlobalEventJob
public void raiseGlobalEventJob(org.ikasan.spec.scheduled.instance.model.GlobalEventJobInstance globalEventJobInstance, java.lang.String contextInstanceId, java.lang.String username)- Specified by:
raiseGlobalEventJobin interfaceorg.ikasan.spec.scheduled.job.service.GlobalEventService
-
raiseGlobalEventJob
public void raiseGlobalEventJob(java.lang.String globalJobName)
Used to raise a global event regardless of what environment it needs to target. It will broadcast it to all active context instances that are currently running- Specified by:
raiseGlobalEventJobin interfaceorg.ikasan.spec.scheduled.job.service.GlobalEventService- Parameters:
globalJobName- name of the global event job name
-
-