Class AbstractProcessIntermediateEventBean

java.lang.Object
ch.ivyteam.ivy.process.intermediateevent.AbstractProcessIntermediateEventBean
All Implemented Interfaces:
IProcessIntermediateEventBean

public abstract 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 Details

    • 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.