* Obtain an OTMConnection for the given persistence broker key
*/
public OTMConnection acquireConnection(PBKey pbKey)
{
TransactionFactory txFactory = getTransactionFactory();
return txFactory.acquireConnection(pbKey);
}
/**
* Obtain the transaction which <code>conn</code> is currently
* bound to.