Interface IStartEventElement

All Superinterfaces:
IProcessStart

public interface IStartEventElement extends IProcessStart
Configuration of a start event element
Since:
22.01.2007
API:
This is a public API.
  • Method Details

    • getEventBeanClassName

      String getEventBeanClassName()
      Gets the class name of the event bean of the start event element
      Returns:
      event bean class name
      Throws:
      PersistencyException - if persistency access fails
      API:
      This public API is available in Java.
    • getEventBeanConfiguration

      @Deprecated(since="11.2", forRemoval=true) String getEventBeanConfiguration()
      Deprecated, for removal: This API element is subject to removal in a future version.
      use getConfiguration() instead
      Gets the configuration string for the event bean of the start event element
      Returns:
      configuration string
      Throws:
      PersistencyException - if persistency access fails
      API:
      This public API is available in Java.
    • getConfiguration

      Map<String,String> getConfiguration()
      API:
      This public API is available in Java.
    • isEventBeanEnabled

      @Deprecated(since="9.2.0", forRemoval=true) boolean isEventBeanEnabled()
      Deprecated, for removal: This API element is subject to removal in a future version.
      not longer persistent (if engine is restarted, the event bean is started again)
      Is this event bean enabled to start
      Returns:
      true if it is enabled to start
      Throws:
      PersistencyException - if persistency access fails
      API:
      This public API is available in Java.
    • setEventBeanEnabled

      @Deprecated(since="9.2.0", forRemoval=true) void setEventBeanEnabled(boolean enabled)
      Deprecated, for removal: This API element is subject to removal in a future version.
      not longer persistent (if engine is restarted, the event bean is started again)
      Sets the enable state of this event bean. If the event bean is disabled it is not started during the server start. If it is enabled it is started during the server start.
      Parameters:
      enabled - true to set enable, false to set disabled
      Throws:
      PersistencyException - if persistency access fails
      API:
      This public API is available in Java.