|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Delegation type defines delegation types
| Field Summary | |
static int |
TYPE_DEFERRED
Deferred delegation. |
static int |
TYPE_IMMEDIATE
Immediate delegation. |
| Field Detail |
public static final int TYPE_IMMEDIATE
DelegationManager.delegate
method invocation delegated to the delegatee transaction.
public static final int TYPE_DEFERRED
DelegationManager.delegate
method invocation delegated to the delegatee transaction. Instead, the
object(s) is disassociated with the delegator transaction.
It is acquired by the delegatee transaction after it invokes the
DelegationManager.acquire method.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||