oracle.security.jazn
Interface Persistable
- public interface Persistable
Type | Method |
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. |
PERSISTENCE_INVALID
public static final int PERSISTENCE_INVALID
- An invalid persistence mode
PERSISTENCE_NOTSET
public static final int PERSISTENCE_NOTSET
- Indicates that persistence mode has not been explicitly set
PERSISTENCE_NONE
public static final int PERSISTENCE_NONE
- Do not persist changes to backing store.
PERSISTENCE_VM_EXIT
public static final int PERSISTENCE_VM_EXIT
- Persist changes only when VM shuts down.
PERSISTENCE_ALL
public static final int PERSISTENCE_ALL
- Persist changes for all modifiers
setDirtyBit
public void setDirtyBit()
- Sets dirty bit for this component.
isDirty
public boolean isDirty()
- Returns true if this component is dirty
and needs to be updated.
- Returns:
- true if this component needs to be udpated.
persist
public void persist()
throws JAZNException
- Persists changes to backing store
Copyright 2001, Oracle Corporation. All Rights Reserved.