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.
|
addrs, classFactory, classFactoryLocation, className| Constructor and Description |
|---|
ResourceRef(String resourceClass,
String description,
String scope,
String auth)
Resource Reference.
|
ResourceRef(String resourceClass,
String description,
String scope,
String auth,
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 ResourceRef(String resourceClass, String description, String scope, String auth)
resourceClass - Resource classscope - Resource scopeauth - Resource autheticationpublic String getFactoryClassName()
getFactoryClassName in class ReferenceCopyright © 2017. All rights reserved.