java.io.Serializable
, java.lang.Cloneable
public class ResourceRef extends AbstractRef
Modifier and Type | Field | Description |
---|---|---|
static java.lang.String |
AUTH |
Auth address type.
|
static java.lang.String |
DEFAULT_FACTORY |
Default factory for this reference.
|
static java.lang.String |
DESCRIPTION |
Description address type.
|
static java.lang.String |
SCOPE |
Scope address type.
|
static java.lang.String |
SINGLETON |
Is this resource a singleton
|
Constructor | Description |
---|---|
ResourceRef(java.lang.String resourceClass,
java.lang.String description,
java.lang.String scope,
java.lang.String auth,
boolean singleton) |
Resource Reference.
|
ResourceRef(java.lang.String resourceClass,
java.lang.String description,
java.lang.String scope,
java.lang.String auth,
boolean singleton,
java.lang.String factory,
java.lang.String factoryLocation) |
Resource Reference.
|
Modifier and Type | Method | Description |
---|---|---|
protected java.lang.String |
getDefaultFactoryClassName() |
getFactoryClassName, toString
public static final java.lang.String DEFAULT_FACTORY
public static final java.lang.String DESCRIPTION
public static final java.lang.String SCOPE
public static final java.lang.String AUTH
public static final java.lang.String SINGLETON
public ResourceRef(java.lang.String resourceClass, java.lang.String description, java.lang.String scope, java.lang.String auth, boolean singleton)
resourceClass
- Resource classdescription
- Description of the resourcescope
- Resource scopeauth
- Resource authenticationsingleton
- Is this resource a singleton (every lookup should return
the same instance rather than a new instance)?public ResourceRef(java.lang.String resourceClass, java.lang.String description, java.lang.String scope, java.lang.String auth, boolean singleton, java.lang.String factory, java.lang.String factoryLocation)
resourceClass
- Resource classdescription
- Description of the resourcescope
- Resource scopeauth
- Resource authenticationsingleton
- Is this resource a singleton (every lookup should return
the same instance rather than a new instance)?factory
- The possibly null class name of the object's factory.factoryLocation
- The possibly null location from which to load the
factory (e.g. URL)protected java.lang.String getDefaultFactoryClassName()
getDefaultFactoryClassName
in class AbstractRef
Copyright © 2000-2019 Apache Software Foundation. All Rights Reserved.