Package | Description |
---|---|
net.sf.joafip.entity | |
net.sf.joafip.service |
Modifier and Type | Method and Description |
---|---|
static EnumFilePersistenceCloseAction |
EnumFilePersistenceCloseAction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EnumFilePersistenceCloseAction[] |
EnumFilePersistenceCloseAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
EnumFilePersistenceCloseAction |
IDataAccessSession.close(EnumFilePersistenceCloseAction action)
close data access session with a save action
possible save actions SAVE ask for save modification, can be canceled by not save action by other data access session close. |
EnumFilePersistenceCloseAction |
DataAccessSession.close(EnumFilePersistenceCloseAction action) |
EnumFilePersistenceCloseAction |
IDataAccessSession.closeAndWait(EnumFilePersistenceCloseAction action)
as
IDataAccessSession.close(EnumFilePersistenceCloseAction) , but wait for effective
execution of action |
EnumFilePersistenceCloseAction |
DataAccessSession.closeAndWait(EnumFilePersistenceCloseAction action) |
Modifier and Type | Method and Description |
---|---|
void |
IFilePersistenceCloseActionListener.actionDone(EnumFilePersistenceCloseAction action)
notify close action done
the implementation must not invoke method of DataAccessSession or
FilePersistence |
void |
IExclusiveDataAccessSession.close(EnumFilePersistenceCloseAction action) |
EnumFilePersistenceCloseAction |
IDataAccessSession.close(EnumFilePersistenceCloseAction action)
close data access session with a save action
possible save actions SAVE ask for save modification, can be canceled by not save action by other data access session close. |
void |
ExclusiveDataAccessSession.close(EnumFilePersistenceCloseAction action) |
EnumFilePersistenceCloseAction |
DataAccessSession.close(EnumFilePersistenceCloseAction action) |
EnumFilePersistenceCloseAction |
IDataAccessSession.closeAndWait(EnumFilePersistenceCloseAction action)
as
IDataAccessSession.close(EnumFilePersistenceCloseAction) , but wait for effective
execution of action |
EnumFilePersistenceCloseAction |
DataAccessSession.closeAndWait(EnumFilePersistenceCloseAction action) |
void |
IDASFilePersistenceCallBack.fireActionDone(EnumFilePersistenceCloseAction action)
fire close action done notification
|
void |
DataAccessSession.fireActionDone(EnumFilePersistenceCloseAction action) |
Copyright © 2007-2012 Luc Peuvrier. All Rights Reserved.