Uses of Class
org.ikasan.job.orchestration.core.machine.ContextMachine
-
-
Uses of ContextMachine in org.ikasan.job.orchestration.context.cache
Methods in org.ikasan.job.orchestration.context.cache that return ContextMachine Modifier and Type Method Description ContextMachineContextMachineCache. getByContextInstanceId(java.lang.String contextInstanceId)ContextMachineContextMachineCache. getFirstByContextName(java.lang.String contextName)Methods in org.ikasan.job.orchestration.context.cache that return types with arguments of type ContextMachine Modifier and Type Method Description java.util.List<ContextMachine>ContextMachineCache. getAllByContextName(java.lang.String contextName)A single plan can have multiple instancesjava.util.List<ContextMachine>ContextMachineCache. getAllRunningByContextName(java.lang.String contextName)This returns plans that are running and not in a PREPARED statejava.util.concurrent.ConcurrentHashMap<java.lang.String,ContextMachine>ContextMachineCache. getContextInstanceByContextInstanceIdCache()Get all Context Instances in the cacheMethods in org.ikasan.job.orchestration.context.cache with parameters of type ContextMachine Modifier and Type Method Description voidContextMachineCache. put(ContextMachine contextMachine)voidContextMachineCache. remove(ContextMachine contextMachine) -
Uses of ContextMachine in org.ikasan.job.orchestration.core.notification
Methods in org.ikasan.job.orchestration.core.notification with parameters of type ContextMachine Modifier and Type Method Description static voidMonitorManagement. startMonitoring(ContextMachine contextMachine)static voidMonitorManagement. stopMonitoring(ContextMachine contextMachine) -
Uses of ContextMachine in org.ikasan.job.orchestration.integration.inbound.component.endpoint
Constructors in org.ikasan.job.orchestration.integration.inbound.component.endpoint with parameters of type ContextMachine Constructor Description ScheduledProcessProducerConnectionCallbackImpl(java.lang.String payload, ContextMachine contextMachine)
-