public class ResourceEnvFactory extends FactoryBase
| Constructor and Description | 
|---|
| ResourceEnvFactory() | 
| Modifier and Type | Method and Description | 
|---|---|
| protected javax.naming.spi.ObjectFactory | getDefaultFactory(javax.naming.Reference ref)If a default factory is available for the given reference type, create
 the default factory. | 
| protected java.lang.Object | getLinked(javax.naming.Reference ref)If this reference is a link to another JNDI object, obtain that object. | 
| protected boolean | isReferenceTypeSupported(java.lang.Object obj)Determines if this factory supports processing the provided reference
 object. | 
getObjectInstanceprotected boolean isReferenceTypeSupported(java.lang.Object obj)
FactoryBaseisReferenceTypeSupported in class FactoryBaseobj - The object to be processedtrue if this factory can process the object,
         otherwise falseprotected javax.naming.spi.ObjectFactory getDefaultFactory(javax.naming.Reference ref)
FactoryBasegetDefaultFactory in class FactoryBaseref - The reference object to be processednull if no default factory exists.protected java.lang.Object getLinked(javax.naming.Reference ref)
FactoryBasegetLinked in class FactoryBaseref - The reference object to be processednull if linked objects are
          not supported by or not configured for this reference objectCopyright © 2000-2018 Apache Software Foundation. All Rights Reserved.