org.apache.camel.management.event
Class ServiceStopFailureEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.apache.camel.management.event.ServiceStopFailureEvent
All Implemented Interfaces:
Serializable

public class ServiceStopFailureEvent
extends EventObject

Version:
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ServiceStopFailureEvent(CamelContext context, Object service, Throwable cause)
           
 
Method Summary
 Throwable getCause()
           
 CamelContext getContext()
           
 Object getService()
           
 String toString()
           
 
Methods inherited from class java.util.EventObject
getSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ServiceStopFailureEvent

public ServiceStopFailureEvent(CamelContext context,
                               Object service,
                               Throwable cause)
Method Detail

getContext

public CamelContext getContext()

getService

public Object getService()

getCause

public Throwable getCause()

toString

public String toString()
Overrides:
toString in class EventObject


Apache CAMEL