Tuscany Core

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

java.lang.Object
  extended by org.apache.tuscany.core.context.event.HttpSessionEvent
      extended by 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$$

Field Summary
 
Fields inherited from class org.apache.tuscany.core.context.event.HttpSessionEvent
HTTP_IDENTIFIER, source
 
Constructor Summary
HttpSessionBound(Object source, 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

HttpSessionBound

public HttpSessionBound(Object source,
                        Object id)
Creates a new event

Parameters:
source - the source of the event
id - the id of the HTTP session associated with the event or possibly a lazy wrapper

Tuscany Core

-