Tuscany Core

Package org.apache.tuscany.core.context.event

Interface Summary
Event Represents an event that is propagated in the runtime
ModuleEvent Implemented by runtime events associated with a module, e.g.
RequestEvent Implemented by runtime events associated request
SessionBound Propagated when a generic session is associated with the current request.
SessionEnd Propagated when a session ended or expired
SessionEvent Implemented by runtime events associated with a session.
SessionStart Propagated when a session starts
 

Class Summary
AbstractEvent A basic implementation of a runtime event
AbstractRequestEvent Base implementation of a request event
HttpSessionBound An event propagated when an HTTP session is bound to the current request
HttpSessionEnd Propagated when an HTTP-based session is expired
HttpSessionEvent A base implementation of HTTP-based session events in the runtime
InstanceCreated An event propagated upon the creation of an instance belonging to a Context
ModuleStart Propagated when a module starts
ModuleStop Propagated when a module stops
RequestEnd Propagated when a request completes or is ended
RequestStart Propagated when a request is started in the runtime
 


Tuscany Core

-