Tuscany Core

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

java.lang.Object
  extended by org.apache.tuscany.core.context.event.AbstractEvent
      extended by org.apache.tuscany.core.context.event.AbstractRequestEvent
          extended by org.apache.tuscany.core.context.event.RequestStart
All Implemented Interfaces:
Event, RequestEvent

public class RequestStart
extends AbstractRequestEvent

Propagated when a request is started in the runtime

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

Field Summary
 
Fields inherited from class org.apache.tuscany.core.context.event.AbstractEvent
source
 
Constructor Summary
RequestStart(java.lang.Object source, java.lang.Object id)
          Creates a new event
 
Method Summary
 
Methods inherited from class org.apache.tuscany.core.context.event.AbstractRequestEvent
getId
 
Methods inherited from class org.apache.tuscany.core.context.event.AbstractEvent
getSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RequestStart

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

Parameters:
source - the source of the event
id - the id of the request being started

Tuscany Core

-