Interface E3Initializer

All Superinterfaces:
E3DynamicComponent

public interface E3Initializer extends E3DynamicComponent
Describes user-supplied code that runs after the service pools have been initialized but before the first request is received.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    init(E3RequestContext context, com.arbortext.e3cf.E3InitializerDescriptor descriptor)
    Called by E3 servlet initialization after everything else has been initialized, but before any requests are received.

    Methods inherited from interface com.arbortext.e3.E3DynamicComponent

    destroy, getId, getStatus
  • Method Details

    • init

      void init(E3RequestContext context, com.arbortext.e3cf.E3InitializerDescriptor descriptor) throws E3RequestException
      Called by E3 servlet initialization after everything else has been initialized, but before any requests are received.
      Parameters:
      context - data/services block
      descriptor - data from e3config.xml
      Throws:
      E3RequestException - upon error