|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.EventObject
org.apache.camel.management.event.ServiceStopFailureEvent
public class ServiceStopFailureEvent
| 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 |
|---|
public ServiceStopFailureEvent(CamelContext context,
Object service,
Throwable cause)
| Method Detail |
|---|
public CamelContext getContext()
public Object getService()
public Throwable getCause()
public String toString()
toString in class EventObject
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||