public class DefaultLockFactory extends java.lang.Object implements LockFactory
| Modifier and Type | Class and Description |
|---|---|
static class |
DefaultLockFactory.DefaultLock |
LockFactory.StatefulLock| Constructor and Description |
|---|
DefaultLockFactory() |
| Modifier and Type | Method and Description |
|---|---|
LockFactory.StatefulLock |
newLock(java.lang.String beanId) |
void |
setContainer(StatefulContainer statefulContainer) |
public LockFactory.StatefulLock newLock(java.lang.String beanId)
newLock in interface LockFactorypublic void setContainer(StatefulContainer statefulContainer)
setContainer in interface LockFactory