|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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()
|
java.lang.String |
getTypeName()
|
Field Detail |
public static final int INSERT
public static final int UPDATE
public static final int DELETE
Method Detail |
public int getType()
public Filter getFilter()
public java.lang.String getTypeName()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |