Uses of Interface
org.jbpm.runtime.manager.spi.RuntimeManagerLockFactory
-
Packages that use RuntimeManagerLockFactory Package Description org.jbpm.runtime.manager.impl.lock org.jbpm.runtime.manager.spi -
-
Uses of RuntimeManagerLockFactory in org.jbpm.runtime.manager.impl.lock
Classes in org.jbpm.runtime.manager.impl.lock that implement RuntimeManagerLockFactory Modifier and Type Class Description class
DebugRuntimeManagerLockFactory
class
DefaultRuntimeManagerLockFactory
class
SelfReleaseRuntimeManagerLockFactory
Methods in org.jbpm.runtime.manager.impl.lock with parameters of type RuntimeManagerLockFactory Modifier and Type Method Description void
FreeRuntimeManagerLockStrategy. init(RuntimeManagerLockFactory factory)
void
LegacyRuntimeManagerLockStrategy. init(RuntimeManagerLockFactory factory)
-
Uses of RuntimeManagerLockFactory in org.jbpm.runtime.manager.spi
Methods in org.jbpm.runtime.manager.spi with parameters of type RuntimeManagerLockFactory Modifier and Type Method Description void
RuntimeManagerLockStrategy. init(RuntimeManagerLockFactory factory)
-