Uses of Interface
org.jbpm.runtime.manager.spi.RuntimeManagerLockStrategy
-
Packages that use RuntimeManagerLockStrategy Package Description org.jbpm.runtime.manager.impl org.jbpm.runtime.manager.impl.lock -
-
Uses of RuntimeManagerLockStrategy in org.jbpm.runtime.manager.impl
Fields in org.jbpm.runtime.manager.impl declared as RuntimeManagerLockStrategy Modifier and Type Field Description protected RuntimeManagerLockStrategy
AbstractRuntimeManager. runtimeManagerLockStrategy
-
Uses of RuntimeManagerLockStrategy in org.jbpm.runtime.manager.impl.lock
Classes in org.jbpm.runtime.manager.impl.lock that implement RuntimeManagerLockStrategy Modifier and Type Class Description class
FreeRuntimeManagerLockStrategy
class
InterruptibleRuntimeManagerLockStrategy
class
LegacyRuntimeManagerLockStrategy
class
SerializableRuntimeManagerLockStrategy
class
TimeoutRuntimeManagerLockStrategy
Methods in org.jbpm.runtime.manager.impl.lock that return RuntimeManagerLockStrategy Modifier and Type Method Description RuntimeManagerLockStrategy
RuntimeManagerLockStrategyFactory. createFreeLockStrategy()
RuntimeManagerLockStrategy
RuntimeManagerLockStrategyFactory. createLockStrategy(String identifier)
-