Tuscany Core

Uses of Interface
org.apache.tuscany.core.context.event.SessionEvent

Packages that use SessionEvent
org.apache.tuscany.core.context.event   
 

Uses of SessionEvent in org.apache.tuscany.core.context.event
 

Subinterfaces of SessionEvent in org.apache.tuscany.core.context.event
 interface SessionBound
          Propagated when a generic session is associated with the current request.
 interface SessionEnd
          Propagated when a session ended or expired
 interface SessionStart
          Propagated when a session starts
 

Classes in org.apache.tuscany.core.context.event that implement SessionEvent
 class HttpSessionBound
          An event propagated when an HTTP session is bound to the current request
 class HttpSessionEnd
          Propagated when an HTTP-based session is expired
 class HttpSessionEvent
          A base implementation of HTTP-based session events in the runtime
 


Tuscany Core

-