| java.lang.Object org.apache.naming.factory.TyrexFactory org.apache.naming.factory.TyrexResourceFactory
TyrexResourceFactory | public class TyrexResourceFactory extends TyrexFactory (Code) | | Object factory for Tyrex Resources.
This class retrieves Tyrex resources that are configured in the
TransactionDomain. The type of Resource returned is specified in
Tyrex's domain configuration file.
Tyrex is an open-source transaction manager, developed by Assaf Arkin and
exolab.org. See the Tyrex homepage
for more details about Tyrex and downloads.
author: David Haraburda version: $Revision: 1.1 $ $Date: 2002/06/28 12:44:41 $ |
DEFAULT_RESOURCE_NAME | final public static String DEFAULT_RESOURCE_NAME(Code) | | |
getObjectInstance | public Object getObjectInstance(Object obj, Name name, Context nameCtx, Hashtable environment) throws NamingException(Code) | | Create a new Resource instance. The type of Resource is dependant
upon Tyrex's domain configuration.
Parameters: obj - The reference object describing the Resource |
|
|