public final class EventHelper
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static void |
notifyCamelContextResumed(CamelContext context) |
static void |
notifyCamelContextResumeFailed(CamelContext context,
java.lang.Throwable cause) |
static void |
notifyCamelContextResuming(CamelContext context) |
static void |
notifyCamelContextStarted(CamelContext context) |
static void |
notifyCamelContextStarting(CamelContext context) |
static void |
notifyCamelContextStartupFailed(CamelContext context,
java.lang.Throwable cause) |
static void |
notifyCamelContextStopFailed(CamelContext context,
java.lang.Throwable cause) |
static void |
notifyCamelContextStopped(CamelContext context) |
static void |
notifyCamelContextStopping(CamelContext context) |
static void |
notifyCamelContextSuspended(CamelContext context) |
static void |
notifyCamelContextSuspending(CamelContext context) |
static void |
notifyExchangeCreated(CamelContext context,
Exchange exchange) |
static void |
notifyExchangeDone(CamelContext context,
Exchange exchange) |
static void |
notifyExchangeFailed(CamelContext context,
Exchange exchange) |
static void |
notifyExchangeFailureHandled(CamelContext context,
Exchange exchange,
Processor failureHandler,
boolean deadLetterChannel) |
static void |
notifyExchangeRedelivery(CamelContext context,
Exchange exchange,
int attempt) |
static void |
notifyExchangeSending(CamelContext context,
Exchange exchange,
Endpoint endpoint) |
static void |
notifyExchangeSent(CamelContext context,
Exchange exchange,
Endpoint endpoint,
long timeTaken) |
static void |
notifyRouteStarted(CamelContext context,
Route route) |
static void |
notifyRouteStopped(CamelContext context,
Route route) |
static void |
notifyServiceStartupFailure(CamelContext context,
java.lang.Object service,
java.lang.Throwable cause) |
static void |
notifyServiceStopFailure(CamelContext context,
java.lang.Object service,
java.lang.Throwable cause) |
public static void notifyCamelContextStarting(CamelContext context)
public static void notifyCamelContextStarted(CamelContext context)
public static void notifyCamelContextStartupFailed(CamelContext context, java.lang.Throwable cause)
public static void notifyCamelContextStopping(CamelContext context)
public static void notifyCamelContextStopped(CamelContext context)
public static void notifyCamelContextStopFailed(CamelContext context, java.lang.Throwable cause)
public static void notifyServiceStopFailure(CamelContext context, java.lang.Object service, java.lang.Throwable cause)
public static void notifyServiceStartupFailure(CamelContext context, java.lang.Object service, java.lang.Throwable cause)
public static void notifyRouteStarted(CamelContext context, Route route)
public static void notifyRouteStopped(CamelContext context, Route route)
public static void notifyExchangeCreated(CamelContext context, Exchange exchange)
public static void notifyExchangeDone(CamelContext context, Exchange exchange)
public static void notifyExchangeFailed(CamelContext context, Exchange exchange)
public static void notifyExchangeFailureHandled(CamelContext context, Exchange exchange, Processor failureHandler, boolean deadLetterChannel)
public static void notifyExchangeRedelivery(CamelContext context, Exchange exchange, int attempt)
public static void notifyExchangeSending(CamelContext context, Exchange exchange, Endpoint endpoint)
public static void notifyExchangeSent(CamelContext context, Exchange exchange, Endpoint endpoint, long timeTaken)
public static void notifyCamelContextSuspending(CamelContext context)
public static void notifyCamelContextSuspended(CamelContext context)
public static void notifyCamelContextResuming(CamelContext context)
public static void notifyCamelContextResumed(CamelContext context)
public static void notifyCamelContextResumeFailed(CamelContext context, java.lang.Throwable cause)
Copyright © 2007-2014 Red Hat, Inc.. All Rights Reserved.