org.apache.tuscany.core.context.event
Class HttpSessionBound
java.lang.Object
org.apache.tuscany.core.context.event.HttpSessionEvent
org.apache.tuscany.core.context.event.HttpSessionBound
- All Implemented Interfaces:
- Event, SessionBound, SessionEvent
public class HttpSessionBound
- extends HttpSessionEvent
- implements SessionBound
An event propagated when an HTTP session is bound to the current request
- 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 |
HttpSessionBound
public HttpSessionBound(Object source,
Object id)
- Creates a new event
- Parameters:
source
- the source of the eventid
- the id of the HTTP session associated with the event or possibly a lazy wrapper
-