|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface a state of an user instance.
Method Summary | |
void |
jdoChangeStatus(byte action)
Changes the status of this object |
SpeedoProxy |
jdoGetSpeedoProxy()
|
byte |
jdoGetStatus()
Gets the current status of this object |
boolean |
jdoHasBeenFlush()
indicates if the object has been flushed on the support in a writing before the end of the working set (commit | rollback | close). |
void |
jdoSetFlushed(boolean val)
Assignates a boolean value to indicate if the object has been flushed on the support in a writing before the end of the working set (commit | rollback | close). |
void |
jdoSetSpeedoProxy(SpeedoProxy sp)
Assignes the SpeedoProxy attached to this state representation. |
void |
jdoSetStatus(byte newValue)
Forces the new value of the status |
void |
prepareWrite()
Prepare to write (relations consistency management) |
void |
workingSetClosed()
The context has been closed (ex: transaction end). |
Method Detail |
public void jdoChangeStatus(byte action)
action
- the action that may change the statusLifeCycle
public byte jdoGetStatus()
LifeCycle
public void jdoSetStatus(byte newValue)
newValue
- the new status of this objectLifeCycle
public SpeedoProxy jdoGetSpeedoProxy()
public void jdoSetSpeedoProxy(SpeedoProxy sp)
public void prepareWrite()
public void workingSetClosed()
public boolean jdoHasBeenFlush()
public void jdoSetFlushed(boolean val)
val
- is the boolean which must be assigned.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |