| Modifier and Type | Method and Description |
|---|---|
CheckedAction |
CheckedActionFactory.getCheckedAction(Uid txId,
String actionType)
Return a CheckedAction instance for a transaction.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
BasicAction.setCheckedAction(CheckedAction c)
Add the specified CheckedAction object to this transaction.
|
| Modifier and Type | Method and Description |
|---|---|
CheckedAction |
CheckedActionFactoryImple.getCheckedAction(Uid txId,
String actionType)
This implementation returns the same CheckedAction instance for every transaction.
|
| Modifier and Type | Method and Description |
|---|---|
static CheckedAction |
CheckedActions.get() |
| Modifier and Type | Method and Description |
|---|---|
static void |
CheckedActions.set(CheckedAction ca) |
| Modifier and Type | Method and Description |
|---|---|
CheckedAction |
CurrentImple.getCheckedAction() |
| Modifier and Type | Method and Description |
|---|---|
void |
CurrentImple.setCheckedAction(CheckedAction ca) |
| Modifier and Type | Method and Description |
|---|---|
CheckedAction |
Current.getCheckedAction() |
| Modifier and Type | Method and Description |
|---|---|
void |
Current.setCheckedAction(CheckedAction ca) |
Copyright © 2014 JBoss by Red Hat. All rights reserved.