org.objectweb.speedo.jca
Interface SpeedoAttributeController

All Known Implementing Classes:
JDOManagedConnectionFactory, SpeedoManagedConnectionFactory

public interface SpeedoAttributeController

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

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

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

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

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