2016/05/28 - Apache Tuscany has been retired.

For more information, please explore the Attic.



org.apache.tuscany.sca.core.event
Class RequestEnd

java.lang.Object
  extended by org.apache.tuscany.sca.core.event.RequestEnd
All Implemented Interfaces:
Event

public class RequestEnd
extends java.lang.Object
implements Event

Propagated when a request completes or is ended


Constructor Summary
RequestEnd(java.lang.Object source)
          Creates a new event
 
Method Summary
 java.lang.Object getSource()
          Returns the source of the event
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RequestEnd

public RequestEnd(java.lang.Object source)
Creates a new event

Parameters:
source - the source of the event
Method Detail

getSource

public java.lang.Object getSource()
Description copied from interface: Event
Returns the source of the event

Specified by:
getSource in interface Event