Package com.arbortext.e3


package com.arbortext.e3
  • Class
    Description
    Provides an interface that users can implement to create an object that runs in each E3 sub-process and is called by E3 to process HTTP requests.
    An object used by an E3 sub-process to pass information to an E3 Application during initialization.
    Provides request information for E3 Applications.
    Defines an object that assists an E3 Application in sending a response to the HTTP or SOAP client.
    Describes an entry in a cache.
    Describes a cache manager object.
    Interface that must be supported by every object that E3 loads dynamically (cache managers, queue managers, etc.)
    Describes user-supplied code that runs after the service pools have been initialized but before the first request is received.
    Describes an internal E3 request, one created by Java code inside the E3 servlet rather than transmitted by a client.
    Describes a queue manager object.
    Provides information and services to E3 Request Handlers and E3 Request Functions.
    Represents a programming error or server misconfiguration.
    Object capable of applying a logical expression consisting of AND, OR, and E3 Request Selectors to a request and determining whether or not the request meets the specified criteria.
    Describes an E3 Request Handler, which handles HTTP requests for the E3 servlet.
    Describes the response that will be sent to the HTTP or SOAP client.
    Describes a test that can be applied to an HTTP request.
    Describes an E3 Subprocess.
    Describes an object that maintains a set of E3 Subprocess objects and doles them out as needed, possibly making the requestor wait until a service is available.
    Interface to a unit of work to be performed at some later time.
    Returns information describing the E3 version and characteristics