Package org.apache.camel.impl.engine
Class DefaultInflightRepository
java.lang.Object
org.apache.camel.support.service.BaseService
org.apache.camel.support.service.ServiceSupport
org.apache.camel.impl.engine.DefaultInflightRepository
- All Implemented Interfaces:
AutoCloseable,org.apache.camel.Service,org.apache.camel.ShutdownableService,org.apache.camel.spi.InflightRepository,org.apache.camel.StatefulService,org.apache.camel.StaticService,org.apache.camel.SuspendableService
public class DefaultInflightRepository
extends org.apache.camel.support.service.ServiceSupport
implements org.apache.camel.spi.InflightRepository
Default
InflightRepository.-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.camel.spi.InflightRepository
org.apache.camel.spi.InflightRepository.InflightExchange -
Field Summary
Fields inherited from class org.apache.camel.support.service.BaseService
BUILT, FAILED, INITIALIZED, INITIALIZING, lock, NEW, SHUTDOWN, SHUTTING_DOWN, STARTED, STARTING, status, STOPPED, STOPPING, SUSPENDED, SUSPENDING -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidadd(org.apache.camel.Exchange exchange) voidvoidCollection<org.apache.camel.spi.InflightRepository.InflightExchange>browse()Collection<org.apache.camel.spi.InflightRepository.InflightExchange>browse(int limit, boolean sortByLongestDuration) Collection<org.apache.camel.spi.InflightRepository.InflightExchange>Collection<org.apache.camel.spi.InflightRepository.InflightExchange>protected voiddoStop()booleanorg.apache.camel.spi.InflightRepository.InflightExchangevoidremove(org.apache.camel.Exchange exchange) voidvoidremoveRoute(String routeId) voidsetInflightBrowseEnabled(boolean inflightBrowseEnabled) intsize()intMethods inherited from class org.apache.camel.support.service.BaseService
build, doBuild, doFail, doInit, doLifecycleChange, doResume, doShutdown, doStart, doSuspend, fail, getStatus, init, isBuild, isInit, isNew, isRunAllowed, isShutdown, isStarted, isStarting, isStartingOrStarted, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, isSuspendingOrSuspended, resume, shutdown, start, stop, suspendMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.camel.Service
build, close, init, start, stopMethods inherited from interface org.apache.camel.ShutdownableService
shutdownMethods inherited from interface org.apache.camel.StatefulService
getStatus, isRunAllowed, isStarted, isStarting, isStopped, isStopping, isSuspendingMethods inherited from interface org.apache.camel.SuspendableService
isSuspended, resume, suspend
-
Constructor Details
-
DefaultInflightRepository
public DefaultInflightRepository()
-
-
Method Details
-
add
public void add(org.apache.camel.Exchange exchange) - Specified by:
addin interfaceorg.apache.camel.spi.InflightRepository
-
remove
public void remove(org.apache.camel.Exchange exchange) - Specified by:
removein interfaceorg.apache.camel.spi.InflightRepository
-
add
- Specified by:
addin interfaceorg.apache.camel.spi.InflightRepository
-
remove
- Specified by:
removein interfaceorg.apache.camel.spi.InflightRepository
-
size
public int size()- Specified by:
sizein interfaceorg.apache.camel.spi.InflightRepository
-
addRoute
- Specified by:
addRoutein interfaceorg.apache.camel.spi.InflightRepository
-
removeRoute
- Specified by:
removeRoutein interfaceorg.apache.camel.spi.InflightRepository
-
size
- Specified by:
sizein interfaceorg.apache.camel.spi.InflightRepository
-
isInflightBrowseEnabled
public boolean isInflightBrowseEnabled()- Specified by:
isInflightBrowseEnabledin interfaceorg.apache.camel.spi.InflightRepository
-
setInflightBrowseEnabled
public void setInflightBrowseEnabled(boolean inflightBrowseEnabled) - Specified by:
setInflightBrowseEnabledin interfaceorg.apache.camel.spi.InflightRepository
-
browse
- Specified by:
browsein interfaceorg.apache.camel.spi.InflightRepository
-
browse
public Collection<org.apache.camel.spi.InflightRepository.InflightExchange> browse(String fromRouteId) - Specified by:
browsein interfaceorg.apache.camel.spi.InflightRepository
-
browse
public Collection<org.apache.camel.spi.InflightRepository.InflightExchange> browse(int limit, boolean sortByLongestDuration) - Specified by:
browsein interfaceorg.apache.camel.spi.InflightRepository
-
browse
public Collection<org.apache.camel.spi.InflightRepository.InflightExchange> browse(String fromRouteId, int limit, boolean sortByLongestDuration) - Specified by:
browsein interfaceorg.apache.camel.spi.InflightRepository
-
oldest
- Specified by:
oldestin interfaceorg.apache.camel.spi.InflightRepository
-
doStop
- Overrides:
doStopin classorg.apache.camel.support.service.BaseService- Throws:
Exception
-