| |
|
| org.objectweb.speedo.jca.SpeedoAttributeController
All known Subclasses: org.objectweb.speedo.jca.SpeedoManagedConnectionFactory,
SpeedoAttributeController | public interface SpeedoAttributeController (Code) | | Describes the accessors/mutators for each of the properties
that are supported by the JDO Resource Adapter.
author: P. Dechamboux |
getPropertyFile | String getPropertyFile()(Code) | | Gives access to the name of the property file for initializing the
underlying JDO implementation.
The name of the property file. |
getTransactionManagerJNDIName | String getTransactionManagerJNDIName()(Code) | | Gives access to the JNDI name of the transaction manager
(javax.transaction.TransactionManager).
the JNDI name of the transaction manager |
setPropertyFile | void setPropertyFile(String pf)(Code) | | 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. |
setTransactionManagerJNDIName | void setTransactionManagerJNDIName(String jndiname) throws ResourceException(Code) | | Assigns the JNDI name of the transaction manager
(javax.transaction.TransactionManager).
Parameters: jndiname - is the JNDI name of the transaction manager |
|
|
|