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
FieldsModifier and TypeFieldDescriptionprotected final DefaultInboundChannelModelCacheManager.CacheKey
protected final DefaultInboundChannelModelCacheManager.CacheRegisteredChannel
protected final boolean
-
Constructor Summary
ConstructorsConstructorDescriptionChannelRegistrationImpl
(boolean registered, DefaultInboundChannelModelCacheManager.CacheRegisteredChannel previousChannel, DefaultInboundChannelModelCacheManager.CacheKey cacheKey) -
Method Summary
-
Field Details
-
registered
protected final boolean registered -
previousChannel
-
cacheKey
-
-
Constructor Details
-
ChannelRegistrationImpl
public ChannelRegistrationImpl(boolean registered, DefaultInboundChannelModelCacheManager.CacheRegisteredChannel previousChannel, DefaultInboundChannelModelCacheManager.CacheKey cacheKey)
-
-
Method Details
-
registered
public boolean registered()- Specified by:
registered
in interfaceInboundChannelModelCacheManager.ChannelRegistration
-
previousChannel
- Specified by:
previousChannel
in interfaceInboundChannelModelCacheManager.ChannelRegistration
-
rollback
public void rollback()- Specified by:
rollback
in interfaceInboundChannelModelCacheManager.ChannelRegistration
-