|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.j_spaces.sadapter.GenericPA.PersistentContext
public class PersistentContext
The PersistentContext is used by the Generic SA interfaces. It can be used in order to store database connections, file handles, transaction info & etc'
| Constructor Summary | |
|---|---|
PersistentContext()
|
|
| Method Summary | |
|---|---|
String |
getDbName()
Returns the datastore name. |
Object |
getImplementationUserContext()
Returns the user context Implementation object. |
void |
setDbName(String datastoreName)
Sets the datastore name. |
void |
setImplementationUserContext(Object implementationUserContext)
Sets the user context implementation object. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PersistentContext()
| Method Detail |
|---|
public String getDbName()
public void setDbName(String datastoreName)
datastoreName - datastore name to set.public Object getImplementationUserContext()
public void setImplementationUserContext(Object implementationUserContext)
implementationUserContext - The m_ImplementationUserContext to set.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||