Class ContextEvent

  • All Implemented Interfaces:
    Serializable

    public final class ContextEvent
    extends Object
    implements Serializable
    General event payload for Initialized / Destroyed events. A more specific payload is necessary for certain contexts.
    Author:
    Jozef Hartinger
    See Also:
    Serialized Form
    • Field Detail

      • APPLICATION_INITIALIZED

        public static final ContextEvent APPLICATION_INITIALIZED
      • APPLICATION_BEFORE_DESTROYED

        public static final ContextEvent APPLICATION_BEFORE_DESTROYED
      • APPLICATION_DESTROYED

        public static final ContextEvent APPLICATION_DESTROYED
      • REQUEST_INITIALIZED_EJB

        public static final Object REQUEST_INITIALIZED_EJB
      • REQUEST_BEFORE_DESTROYED_EJB

        public static final Object REQUEST_BEFORE_DESTROYED_EJB
      • REQUEST_DESTROYED_EJB

        public static final Object REQUEST_DESTROYED_EJB