Package | Description |
---|---|
org.jboss.stm.internal | |
org.jboss.stm.internal.proxy | |
org.jboss.stm.internal.reflect |
Modifier and Type | Class and Description |
---|---|
class |
PersistentContainer<T>
Instances of this class represent the transactional memory within which persistent user objects
can be placed and managed.
|
Modifier and Type | Method and Description |
---|---|
RecoverableContainer<T> |
OptimisticLockManagerProxy.getContainer() |
RecoverableContainer<T> |
LockManagerProxy.getContainer() |
Constructor and Description |
---|
LockManagerProxy(T candidate,
RecoverableContainer<T> cont) |
LockManagerProxy(T candidate,
Uid u,
RecoverableContainer<T> cont) |
OptimisticLockManagerProxy(T candidate,
int ot,
int om,
RecoverableContainer<T> cont) |
OptimisticLockManagerProxy(T candidate,
RecoverableContainer<T> cont) |
OptimisticLockManagerProxy(T candidate,
Uid u,
int om,
RecoverableContainer<T> cont) |
OptimisticLockManagerProxy(T candidate,
Uid u,
RecoverableContainer<T> cont) |
Modifier and Type | Method and Description |
---|---|
protected RecoverableContainer<T> |
InvocationHandler.getContainer()
It might be useful to get the Container for the object at some points.
|
Constructor and Description |
---|
InvocationHandler(RecoverableContainer<T> c,
T obj) |
InvocationHandler(RecoverableContainer<T> cont,
T obj,
Uid u) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.