org.apache.tuscany.core.context.event
Class RequestEnd
java.lang.Object
org.apache.tuscany.core.context.event.AbstractEvent
org.apache.tuscany.core.context.event.AbstractRequestEvent
org.apache.tuscany.core.context.event.RequestEnd
- All Implemented Interfaces:
- Event, RequestEvent
public class RequestEnd
- extends AbstractRequestEvent
Propagated when a request completes or is ended
- Version:
- $$Rev$$ $$Date$$
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RequestEnd
public RequestEnd(Object source,
Object id)
- Creates a new event
- Parameters:
source
- the source of the eventid
- the id of the completed/ended request
-