|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Action
This interface represents pending actions within a transaction.
| Nested Class Summary | |
|---|---|
static class |
Action.DeleteAction
Represents a Delete Action for a Transaction |
static class |
Action.InsertAction
Represents an Insert Action |
static class |
Action.UpdateAction
Represents an Update Action |
| Field Summary | |
|---|---|
static int |
DELETE
Action mask for a Delete Action |
static int |
INSERT
Action mask for an Insert Action |
static int |
UPDATE
Action mask for an Update Action |
| Method Summary | |
|---|---|
Filter |
getFilter()
|
int |
getType()
|
String |
getTypeName()
|
| Field Detail |
|---|
static final int INSERT
static final int UPDATE
static final int DELETE
| Method Detail |
|---|
int getType()
Filter getFilter()
String getTypeName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||