Class DefaultInboundChannelModelCacheManager.ChannelRegistrationImpl
- java.lang.Object
-
- org.flowable.eventregistry.impl.deployer.DefaultInboundChannelModelCacheManager.ChannelRegistrationImpl
-
- All Implemented Interfaces:
InboundChannelModelCacheManager.ChannelRegistration
- Enclosing class:
- DefaultInboundChannelModelCacheManager
protected class DefaultInboundChannelModelCacheManager.ChannelRegistrationImpl extends Object implements InboundChannelModelCacheManager.ChannelRegistration
-
-
Field Summary
Fields Modifier and Type Field Description protected DefaultInboundChannelModelCacheManager.CacheKeycacheKeyprotected DefaultInboundChannelModelCacheManager.CacheRegisteredChannelpreviousChannelprotected booleanregistered
-
Constructor Summary
Constructors Constructor Description ChannelRegistrationImpl(boolean registered, DefaultInboundChannelModelCacheManager.CacheRegisteredChannel previousChannel, DefaultInboundChannelModelCacheManager.CacheKey cacheKey)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InboundChannelModelCacheManager.RegisteredChannelpreviousChannel()booleanregistered()voidrollback()
-
-
-
Field Detail
-
registered
protected final boolean registered
-
previousChannel
protected final DefaultInboundChannelModelCacheManager.CacheRegisteredChannel previousChannel
-
cacheKey
protected final DefaultInboundChannelModelCacheManager.CacheKey cacheKey
-
-
Constructor Detail
-
ChannelRegistrationImpl
public ChannelRegistrationImpl(boolean registered, DefaultInboundChannelModelCacheManager.CacheRegisteredChannel previousChannel, DefaultInboundChannelModelCacheManager.CacheKey cacheKey)
-
-
Method Detail
-
registered
public boolean registered()
- Specified by:
registeredin interfaceInboundChannelModelCacheManager.ChannelRegistration
-
previousChannel
public InboundChannelModelCacheManager.RegisteredChannel previousChannel()
- Specified by:
previousChannelin interfaceInboundChannelModelCacheManager.ChannelRegistration
-
rollback
public void rollback()
- Specified by:
rollbackin interfaceInboundChannelModelCacheManager.ChannelRegistration
-
-