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