public class ResourceRef extends Reference
Modifier and Type | Field and Description |
---|---|
static String |
AUTH
Auth address type.
|
static String |
DEFAULT_FACTORY
Default factory for this reference.
|
static String |
DESCRIPTION
Description address type.
|
static String |
SCOPE
Scope address type.
|
static String |
SINGLETON
Is this resource a singleton
|
addrs, classFactory, classFactoryLocation, className
Constructor and Description |
---|
ResourceRef(String resourceClass,
String description,
String scope,
String auth,
boolean singleton)
Resource Reference.
|
ResourceRef(String resourceClass,
String description,
String scope,
String auth,
boolean singleton,
String factory,
String factoryLocation)
Resource Reference.
|
Modifier and Type | Method and Description |
---|---|
String |
getFactoryClassName()
Retrieves the class name of the factory of the object to which this
reference refers.
|
String |
toString()
Return a String rendering of this object.
|
public static final String DEFAULT_FACTORY
public static final String DESCRIPTION
public static final String SCOPE
public static final String AUTH
public static final String SINGLETON
public ResourceRef(String resourceClass, String description, String scope, String auth, boolean singleton)
resourceClass
- Resource classscope
- Resource scopeauth
- Resource authenticationpublic String getFactoryClassName()
getFactoryClassName
in class Reference
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.