@ManagedResource(description="Infinispan Embedded message id repository")
public class InfinispanEmbeddedIdempotentRepository
extends org.apache.camel.component.infinispan.InfinispanIdempotentRepository
| Constructor and Description |
|---|
InfinispanEmbeddedIdempotentRepository(String cacheName) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doShutdown() |
protected void |
doStart() |
protected org.infinispan.commons.api.BasicCache<String,Boolean> |
getCache() |
org.infinispan.manager.EmbeddedCacheManager |
getCacheContainer() |
String |
getCacheName() |
InfinispanEmbeddedConfiguration |
getConfiguration() |
InfinispanEmbeddedManager |
getManager() |
void |
setCacheContainer(org.infinispan.manager.EmbeddedCacheManager cacheContainer) |
void |
setConfiguration(InfinispanEmbeddedConfiguration configuration) |
void |
setManager(InfinispanEmbeddedManager manager) |
add, clear, confirm, contains, getCamelContext, remove, setCamelContextbuild, doBuild, doFail, doInit, doLifecycleChange, doResume, doStop, doSuspend, fail, getStatus, init, isBuild, isInit, isNew, isRunAllowed, isShutdown, isStarted, isStarting, isStartingOrStarted, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, isSuspendingOrSuspended, resume, shutdown, start, stop, suspendclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitadd, confirm, contains, removepublic InfinispanEmbeddedIdempotentRepository(String cacheName)
protected void doStart()
throws Exception
doStart in class org.apache.camel.support.service.BaseServiceExceptionprotected void doShutdown()
throws Exception
doShutdown in class org.apache.camel.support.service.BaseServiceExceptionprotected org.infinispan.commons.api.BasicCache<String,Boolean> getCache()
getCache in class org.apache.camel.component.infinispan.InfinispanIdempotentRepositorypublic String getCacheName()
getCacheName in class org.apache.camel.component.infinispan.InfinispanIdempotentRepositorypublic InfinispanEmbeddedConfiguration getConfiguration()
public void setConfiguration(InfinispanEmbeddedConfiguration configuration)
public InfinispanEmbeddedManager getManager()
public void setManager(InfinispanEmbeddedManager manager)
public org.infinispan.manager.EmbeddedCacheManager getCacheContainer()
public void setCacheContainer(org.infinispan.manager.EmbeddedCacheManager cacheContainer)
Apache Camel