Tuscany Core

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

All Superinterfaces:
Event
All Known Subinterfaces:
SessionBound, SessionEnd, SessionStart
All Known Implementing Classes:
HttpSessionBound, HttpSessionEnd, HttpSessionEvent

public interface SessionEvent
extends Event

Implemented by runtime events associated with a session. There may be multiple session types in the runtime such as HTTP-based or conversational.

Version:
$$Rev$$ $$Date$$

Method Summary
 java.lang.Object getId()
          Returns the session id associated with the event
 java.lang.Object getSessionTypeIdentifier()
          Returns the unique key identifying the session type the event is associated with, e.g.
 
Methods inherited from interface org.apache.tuscany.core.context.event.Event
getSource
 

Method Detail

getSessionTypeIdentifier

java.lang.Object getSessionTypeIdentifier()
Returns the unique key identifying the session type the event is associated with, e.g. an HTTP-based or conversational session


getId

java.lang.Object getId()
Returns the session id associated with the event


Tuscany Core

-