com.j_spaces.sadapter.GenericPA
Class PersistentContext

java.lang.Object
  extended by com.j_spaces.sadapter.GenericPA.PersistentContext

public class PersistentContext
extends Object

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

PersistentContext

public PersistentContext()
Method Detail

getDbName

public String getDbName()
Returns the datastore name.

Returns:
datastore name

setDbName

public void setDbName(String datastoreName)
Sets the datastore name.

Parameters:
datastoreName - datastore name to set.

getImplementationUserContext

public Object getImplementationUserContext()
Returns the user context Implementation object.

Returns:
user context.

setImplementationUserContext

public void setImplementationUserContext(Object implementationUserContext)
Sets the user context implementation object.

Parameters:
implementationUserContext - The m_ImplementationUserContext to set.