public abstract class FactorySelector extends Selector
| Constructor and Description |
|---|
FactorySelector(String vendor,
String factoryClassName,
String factoryMethodName)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
protected TransactionManager |
doLookup()
Lookup the transaction manager.
|
getTransactionManager, getVendor, registerResource, unregisterResourcepublic FactorySelector(String vendor, String factoryClassName, String factoryMethodName)
vendor - the transaction manager vendor namefactoryClassName - the class used to lookup the transaction managerfactoryMethodName - the method to be called on the class used to lookup the transaction managerprotected TransactionManager doLookup()
Copyright © 2003-2014 Terracotta, Inc.. All Rights Reserved.