org.apache.naming

Class ResourceLinkRef

public class ResourceLinkRef extends Reference

Represents a reference address to a resource.

Version: $Revision: 467222 $ $Date: 2006-10-24 05:17:11 +0200 (Tue, 24 Oct 2006) $

Author: Remy Maucherat

Field Summary
static StringDEFAULT_FACTORY
Default factory for this reference.
static StringGLOBALNAME
Description address type.
Constructor Summary
ResourceLinkRef(String resourceClass, String globalName)
ResourceLink Reference.
ResourceLinkRef(String resourceClass, String globalName, String factory, String factoryLocation)
ResourceLink Reference.
Method Summary
StringgetFactoryClassName()
Retrieves the class name of the factory of the object to which this reference refers.

Field Detail

DEFAULT_FACTORY

public static final String DEFAULT_FACTORY
Default factory for this reference.

GLOBALNAME

public static final String GLOBALNAME
Description address type.

Constructor Detail

ResourceLinkRef

public ResourceLinkRef(String resourceClass, String globalName)
ResourceLink Reference.

Parameters: resourceClass Resource class globalName Global name

ResourceLinkRef

public ResourceLinkRef(String resourceClass, String globalName, String factory, String factoryLocation)
ResourceLink Reference.

Parameters: resourceClass Resource class globalName Global name

Method Detail

getFactoryClassName

public String getFactoryClassName()
Retrieves the class name of the factory of the object to which this reference refers.
Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.