Class AbstractProcessIntermediateEventBean
- java.lang.Object
-
- ch.ivyteam.ivy.process.intermediateevent.AbstractProcessIntermediateEventBean
-
- All Implemented Interfaces:
IProcessIntermediateEventBean
public class AbstractProcessIntermediateEventBean extends Object implements IProcessIntermediateEventBean
Abstract implementation of a process intermediate event bean. Implementors of process intermediate event beans may extend this class- Since:
- 04.02.2008
- API:
- This is a public API.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StringgetConfiguration()Gets the process intermediate event bean configurationprotected IProcessIntermediateEventBeanRuntimegetEventBeanRuntime()Gets the process intermediate event bean runtime
-
-
-
Method Detail
-
getConfiguration
protected String getConfiguration()
Gets the process intermediate event bean configuration- Returns:
- the configuration
- API:
- This public API is available in Java.
-
getEventBeanRuntime
protected IProcessIntermediateEventBeanRuntime getEventBeanRuntime()
Gets the process intermediate event bean runtime- Returns:
- the process intermediate event bean runtime
- API:
- This public API is available in Java.
-
-