|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
DataServiceManager
. This will
be removed in a future release.
@Deprecated public interface DataServiceManager
Entry point of Data Service API. Every service that is a "Data Service" has one associated DataServiceManager instance.
Method Summary | |
---|---|
void |
begin()
Deprecated. Start a transaction, ignored if a tx is already running. |
void |
commit()
Deprecated. Commit the current transaction, if one is in progress. |
void |
dispose()
Deprecated. |
com.activegrid.runtime.data.DataServiceMetaData |
getMetaData()
Deprecated. |
org.hibernate.Session |
getSession()
Deprecated. |
java.lang.Object |
invoke(com.activegrid.runtime.data.Task task,
java.lang.Object... input)
Deprecated. Run a Task instance within a Transaction. |
void |
rollback()
Deprecated. Rollback the current transaction, if one is in progress. |
Method Detail |
---|
void begin()
void commit()
void rollback()
java.lang.Object invoke(com.activegrid.runtime.data.Task task, java.lang.Object... input)
task
- The task to runinput
- Generic input the task may use
org.hibernate.Session getSession()
com.activegrid.runtime.data.DataServiceMetaData getMetaData()
void dispose()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |