org.apache.tuscany.core.context.event
Class AbstractRequestEvent
java.lang.Object
org.apache.tuscany.core.context.event.AbstractEvent
org.apache.tuscany.core.context.event.AbstractRequestEvent
- All Implemented Interfaces:
- Event, RequestEvent
- Direct Known Subclasses:
- RequestEnd, RequestStart
public abstract class AbstractRequestEvent
- extends AbstractEvent
- implements RequestEvent
Base implementation of a request event
- Version:
- $$Rev$$ $$Date$$
Method Summary |
Object |
getId()
Returns the id of the request the event is associated with |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractRequestEvent
public AbstractRequestEvent(Object source,
Object id)
- Creates a new event
- Parameters:
source
- the source of the eventid
- the id of the request associated with the event
getId
public Object getId()
- Description copied from interface:
RequestEvent
- Returns the id of the request the event is associated with
- Specified by:
getId
in interface RequestEvent
-