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 RuntimeManagerLockStrategyAbstractRuntimeManager. 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 classFreeRuntimeManagerLockStrategyclassInterruptibleRuntimeManagerLockStrategyclassLegacyRuntimeManagerLockStrategyclassSerializableRuntimeManagerLockStrategyclassTimeoutRuntimeManagerLockStrategyMethods in org.jbpm.runtime.manager.impl.lock that return RuntimeManagerLockStrategy Modifier and Type Method Description RuntimeManagerLockStrategyRuntimeManagerLockStrategyFactory. createFreeLockStrategy()RuntimeManagerLockStrategyRuntimeManagerLockStrategyFactory. createLockStrategy(String identifier)
-