Tuscany Core

org.apache.tuscany.core.context.event
Class HttpSessionEnd

java.lang.Object
  extended by org.apache.tuscany.core.context.event.HttpSessionEvent
      extended by org.apache.tuscany.core.context.event.HttpSessionEnd
All Implemented Interfaces:
Event, SessionEnd, SessionEvent

public class HttpSessionEnd
extends HttpSessionEvent
implements SessionEnd

Propagated when an HTTP-based session is expired

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

Field Summary
 
Fields inherited from class org.apache.tuscany.core.context.event.HttpSessionEvent
HTTP_IDENTIFIER, source
 
Constructor Summary
HttpSessionEnd(java.lang.Object source, java.lang.Object id)
          Creates a new event
 
Method Summary
 
Methods inherited from class org.apache.tuscany.core.context.event.HttpSessionEvent
getId, getSessionTypeIdentifier, getSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.tuscany.core.context.event.SessionEvent
getId, getSessionTypeIdentifier
 
Methods inherited from interface org.apache.tuscany.core.context.event.Event
getSource
 

Constructor Detail

HttpSessionEnd

public HttpSessionEnd(java.lang.Object source,
                      java.lang.Object id)
Creates a new event

Parameters:
source - the source of the event
id - the id of the HTTP session being ended

Tuscany Core

-