public class ResourceEnvRef
extends javax.naming.Reference
| Modifier and Type | Field and Description | 
|---|---|
| static java.lang.String | DEFAULT_FACTORYDefault factory for this reference. | 
| Constructor and Description | 
|---|
| ResourceEnvRef(java.lang.String resourceType)Resource env reference. | 
| ResourceEnvRef(java.lang.String resourceType,
java.lang.String factory,
java.lang.String factoryLocation)Resource env reference. | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | getFactoryClassName()Retrieves the class name of the factory of the object to which this
reference refers. | 
public static final java.lang.String DEFAULT_FACTORY
public ResourceEnvRef(java.lang.String resourceType)
resourceType - Typepublic ResourceEnvRef(java.lang.String resourceType,
              java.lang.String factory,
              java.lang.String factoryLocation)
resourceType - Typefactory - The factory classfactoryLocation - The factory locationCopyright © 2000-2015 Apache Software Foundation. All Rights Reserved.