org.apache.naming
Class ResourceEnvRef

java.lang.Object
  extended by javax.naming.Reference
      extended by org.apache.naming.ResourceEnvRef
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable

public class ResourceEnvRef
extends javax.naming.Reference

Represents a reference address to a resource environment.

Version:
$Revision: 123136 $ $Date: 2003/11/30 05:15:06 $
Author:
Remy Maucherat
See Also:
Serialized Form

Field Summary
static java.lang.String DEFAULT_FACTORY
          Default factory for this reference.
 
Fields inherited from class javax.naming.Reference
addrs, classFactory, classFactoryLocation, className
 
Constructor Summary
ResourceEnvRef(java.lang.String resourceType)
          Resource env reference.
ResourceEnvRef(java.lang.String resourceType, java.lang.String factory, java.lang.String factoryLocation)
          Resource env reference.
 
Method Summary
 java.lang.String getFactoryClassName()
          Retrieves the class name of the factory of the object to which this reference refers.
 
Methods inherited from class javax.naming.Reference
add, add, clear, clone, equals, get, get, getAll, getClassName, getFactoryClassLocation, hashCode, remove, size, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

DEFAULT_FACTORY

public static final java.lang.String DEFAULT_FACTORY
Default factory for this reference.

See Also:
Constant Field Values
Constructor Detail

ResourceEnvRef

public ResourceEnvRef(java.lang.String resourceType)
Resource env reference.

Parameters:
resourceType - Type

ResourceEnvRef

public ResourceEnvRef(java.lang.String resourceType,
                      java.lang.String factory,
                      java.lang.String factoryLocation)
Resource env reference.

Parameters:
resourceType - Type
factory - Resource Factory
factoryLocation - Factory location
Method Detail

getFactoryClassName

public java.lang.String getFactoryClassName()
Retrieves the class name of the factory of the object to which this reference refers.

If the factory class name is not set and the Context.OBJECT_FACTORIES system property is not present, the name of the default ResourceEnv factory is returned ("org.apache.naming.factory.ResourceEnvFactory"). Null is returned if the factory class name is not set, but the system property is present.

Overrides:
getFactoryClassName in class javax.naming.Reference
Returns:
The factory class name