Interface RuntimeContainerDelegate

  • All Known Implementing Classes:
    RuntimeContainerDelegateImpl

    public interface RuntimeContainerDelegate

    The RuntimeContainerDelegate in an SPI that allows the process engine to integrate with the runtime container in which it is deployed. Examples of "runtime containers" are

    • JBoss AS 7 (Module Service Container),
    • The JMX Container,
    • An OSGi Runtime,
    • ...

    The current RuntimeContainerDelegate can be obtained through the static INSTANCE field.

    Author:
    Daniel Meyer