org.objectweb.speedo.jca
Interface JdoAttributeController

All Known Implementing Classes:
JdoManagedConnectionFactory

public interface JdoAttributeController

Describes the accessors/mutators for each of the properties that are supported by the JDO Resource Adapter.

Author:
P. Dechamboux

Method Summary
 java.lang.String getPropertyFile()
          Gives access to the name of the property file for initializing the underlying JDO implementation.
 java.lang.String getTransactionManagerJNDIName()
          Gives access to the JNDI name of the transaction manager (javax.transaction.TransactionManager).
 void setPropertyFile(java.lang.String pf)
          Assigns to this JDO connector the name of the property file for initializing the underlying JDO implementation.
 void setTransactionManagerJNDIName(java.lang.String jndiname)
          Assigns the JNDI name of the transaction manager (javax.transaction.TransactionManager).
 

Method Detail

getPropertyFile

public java.lang.String getPropertyFile()
Gives access to the name of the property file for initializing the underlying JDO implementation.

Returns:
The name of the property file.

setPropertyFile

public void setPropertyFile(java.lang.String pf)
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.

getTransactionManagerJNDIName

public java.lang.String getTransactionManagerJNDIName()
Gives access to the JNDI name of the transaction manager (javax.transaction.TransactionManager).

Returns:
the JNDI name of the transaction manager

setTransactionManagerJNDIName

public void setTransactionManagerJNDIName(java.lang.String jndiname)
                                   throws javax.resource.ResourceException
Assigns the JNDI name of the transaction manager (javax.transaction.TransactionManager).

Parameters:
jndiname - is the JNDI name of the transaction manager
Throws:
javax.resource.ResourceException