org.apache.camel.component.vm
Class VmComponent
java.lang.Object
org.apache.camel.impl.ServiceSupport
org.apache.camel.impl.DefaultComponent
org.apache.camel.component.seda.SedaComponent
org.apache.camel.component.vm.VmComponent
- All Implemented Interfaces:
- CamelContextAware, Component, Service, ShutdownableService
public class VmComponent
- extends SedaComponent
An implementation of the VM components
for asynchronous SEDA exchanges on a BlockingQueue within the classloader tree containing
the camel-core.jar. i.e. to handle communicating across CamelContext instances and possibly across
web application contexts, providing that camel-core.jar is on the system classpath.
- Version:
| Methods inherited from class org.apache.camel.impl.DefaultComponent |
afterConfiguration, createEndpoint, getAndRemoveParameter, getAndRemoveParameter, getCamelContext, ifStartsWithReturnRemainder, resolveAndRemoveReferenceListParameter, resolveAndRemoveReferenceListParameter, resolveAndRemoveReferenceParameter, resolveAndRemoveReferenceParameter, setCamelContext, setProperties, useIntrospectionOnEndpoint, validateParameters, validateURI |
| Methods inherited from class org.apache.camel.impl.ServiceSupport |
addChildService, doResume, doShutdown, doSuspend, getStatus, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, isSuspended, isSuspending, removeChildService, resume, shutdown, start, start, stop, suspend |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QUEUES
protected static final Map<String,BlockingQueue<Exchange>> QUEUES
VmComponent
public VmComponent()
createQueue
public BlockingQueue<Exchange> createQueue(String uri,
Map<String,Object> parameters)
- Overrides:
createQueue in class SedaComponent
doStart
protected void doStart()
throws Exception
- Overrides:
doStart in class DefaultComponent
- Throws:
Exception
doStop
protected void doStop()
throws Exception
- Overrides:
doStop in class SedaComponent
- Throws:
Exception
Apache CAMEL