|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
Describes the accessors/mutators for each of the properties that are supported by the JDO Resource Adapter.
| 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 |
public java.lang.String getPropertyFile()
public void setPropertyFile(java.lang.String pf)
pf - The name of the property file.public java.lang.String getTransactionManagerJNDIName()
public void setTransactionManagerJNDIName(java.lang.String jndiname)
throws javax.resource.ResourceException
jndiname - is the JNDI name of the transaction manager
javax.resource.ResourceException
|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||