This abstract method is used to create a ConnectionFactory. It should be
implemented by the ManagedConnectionFactory associated with the actual
implementation of the JCA driver (either for JDO or for EJB).
Creates a JDOConnectionFactory; yields the existing one if any.
Parameters: cm - The ConnectionManager to be used by the createdConnectionFactory (may be null).
Releases a DTP transaction context and its related resources.
Parameters: xid - The DTP transaction identifier.
setLogWriter
public void setLogWriter(PrintWriter writer) throws ResourceException(Code)
If he given PrintWrtier is a Loggable implementation then the inner
logger and the inner loggerFactory are used. Otherwise the a basic Logger
implementation is used over the specified PrintWriter.
Assigns to this JDO connector the name of the property file for
initializing the underlying JDO implementation.
Parameters: pf - The name of the property file.
setTransactionManager
public void setTransactionManager(TransactionManager tm)(Code)
setTransactionManagerJNDIName
public void setTransactionManagerJNDIName(String jndiname) throws ResourceException(Code)
start
public synchronized void start() throws ResourceException(Code)