org.apache.tuscany.core.context.event
Class HttpSessionEnd
java.lang.Object
org.apache.tuscany.core.context.event.HttpSessionEvent
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$$
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.Event |
getSource |
HttpSessionEnd
public HttpSessionEnd(Object source,
Object id)
- Creates a new event
- Parameters:
source
- the source of the eventid
- the id of the HTTP session being ended
-