org.apache.camel.management.event
Class ServiceStartupFailureEvent

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

public class ServiceStartupFailureEvent
extends EventObject

Version:
$Revision: 835593 $
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ServiceStartupFailureEvent(CamelContext context, Object service, Exception cause)
           
 
Method Summary
 Exception 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

ServiceStartupFailureEvent

public ServiceStartupFailureEvent(CamelContext context,
                                  Object service,
                                  Exception cause)
Method Detail

getContext

public CamelContext getContext()

getService

public Object getService()

getCause

public Exception getCause()

toString

public String toString()
Overrides:
toString in class EventObject


Copyright © 2007-2010 The Apache Software Foundation. All Rights Reserved.