Tuscany Core

org.apache.tuscany.core.context.event
Interface RequestEvent

All Known Implementing Classes:
AbstractRequestEvent, RequestEnd, RequestStart

public interface RequestEvent

Implemented by runtime events associated request

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

Method Summary
 java.lang.Object getId()
          Returns the id of the request the event is associated with
 

Method Detail

getId

java.lang.Object getId()
Returns the id of the request the event is associated with


Tuscany Core

-