|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.ivata.mask.web.demo.catalog.CatalogSession
Normally, a persistence session is analagous to a database transaction, grouping together like persistence actions unless they fail. This is just a dummy for the demo, however, and has no real functionality :-)
| Constructor Summary | |
CatalogSession()
|
|
| Method Summary | |
void |
cancel()
This method doesn't really do anything. |
void |
close()
Implements persistence session method. |
java.sql.Connection |
getConnection()
Implements persistence session method. |
java.lang.Object |
getSystemSession()
Refer to PersistenceSession.getSystemSession(). |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public CatalogSession()
| Method Detail |
public void cancel()
cancel in interface com.ivata.mask.persistence.PersistenceSessionPersistenceSession.cancel()
public void close()
throws com.ivata.mask.persistence.PersistenceException
Implements persistence session method. Does nothing for this demo implementation.
close in interface com.ivata.mask.persistence.PersistenceSessioncom.ivata.mask.persistence.PersistenceExceptionPersistenceSession.close()
public java.sql.Connection getConnection()
throws com.ivata.mask.persistence.PersistenceException
Implements persistence session method. Does nothing for this demo implementation.
getConnection in interface com.ivata.mask.persistence.PersistenceSessioncom.ivata.mask.persistence.PersistenceException - always thrown since this method is
unsupported in this demo.PersistenceSession.getConnection()public java.lang.Object getSystemSession()
PersistenceSession.getSystemSession().
getSystemSession in interface com.ivata.mask.persistence.PersistenceSessionPersistenceSession.getSystemSession().
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||