org.apache.naming

Class ResourceEnvRef


public class ResourceEnvRef
extends Reference

Represents a reference address to a resource environment.

Version:
$Revision: 1.3 $ $Date: 2004/02/27 14:58:53 $

Author:
Remy Maucherat

Field Summary

static String
DEFAULT_FACTORY
Default factory for this reference.

Constructor Summary

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

Method Summary

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

Field Details

DEFAULT_FACTORY

public static final String DEFAULT_FACTORY
Default factory for this reference.

Constructor Details

ResourceEnvRef

public ResourceEnvRef(String resourceType)
Resource env reference.

Parameters:


ResourceEnvRef

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

Parameters:

Method Details

getFactoryClassName

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


Copyright B) 2000-2003 Apache Software Foundation. All Rights Reserved.