| 
JAAS Provider Java API Reference 10g (9.0.4.0.0) B10389-01  | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
This interface defines the basic behavior for a persistable object.
| Field Summary | |
static int | 
PERSISTENCE_ALLPersist changes for all modifiers  | 
static int | 
PERSISTENCE_INVALIDAn invalid persistence mode  | 
static int | 
PERSISTENCE_NONEDo not persist changes to backing store.  | 
static int | 
PERSISTENCE_NOTSETIndicates that persistence mode has not been explicitly set  | 
static int | 
PERSISTENCE_VM_EXITPersist changes only when VM shuts down.  | 
| Method Summary | |
 boolean | 
isDirty()Returns true if this component is dirty and needs to be updated.  | 
 void | 
persist()Persists changes to backing store  | 
 void | 
setDirtyBit()Sets dirty bit for this component.  | 
 void | 
setDirtyBit(boolean dirtyBit)Sets dirty bit for this component.  | 
| Field Detail | 
public static final int PERSISTENCE_INVALID
public static final int PERSISTENCE_NOTSET
public static final int PERSISTENCE_NONE
public static final int PERSISTENCE_VM_EXIT
public static final int PERSISTENCE_ALL
| Method Detail | 
public void setDirtyBit()
public void setDirtyBit(boolean dirtyBit)
public boolean isDirty()
public void persist()
             throws JAZNException
JAZNException 
  | 
JAAS Provider Java API Reference 10g (9.0.4.0.0) B10389-01  | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||