|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.naming.Reference
org.apache.naming.ResourceRef
Represents a reference address to a resource.
Field Summary | |
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. |
Fields inherited from class javax.naming.Reference |
addrs, classFactory, classFactoryLocation, className |
Constructor Summary | |
ResourceRef(java.lang.String resourceClass,
java.lang.String description,
java.lang.String scope,
java.lang.String auth)
Resource Reference. |
|
ResourceRef(java.lang.String resourceClass,
java.lang.String description,
java.lang.String scope,
java.lang.String auth,
java.lang.String factory,
java.lang.String factoryLocation)
Resource Reference. |
Method Summary | |
java.lang.String |
getFactoryClassName()
Retrieves the class name of the factory of the object to which this reference refers. |
java.lang.String |
toString()
Return a String rendering of this object. |
Methods inherited from class javax.naming.Reference |
add, add, clear, clone, equals, get, get, getAll, getClassName, getFactoryClassLocation, hashCode, remove, size |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
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
Constructor Detail |
public ResourceRef(java.lang.String resourceClass, java.lang.String description, java.lang.String scope, java.lang.String auth)
resourceClass
- Resource classdescription
- Resource descriptionscope
- Resource scopeauth
- Resource autheticationpublic ResourceRef(java.lang.String resourceClass, java.lang.String description, java.lang.String scope, java.lang.String auth, java.lang.String factory, java.lang.String factoryLocation)
resourceClass
- Resource classdescription
- Resource descriptionscope
- Resource scopeauth
- Resource authenticationfactory
- Factory class namefactoryLocation
- Location from which to load the factoryMethod Detail |
public java.lang.String getFactoryClassName()
If the factory class name is not set and the
Context.OBJECT_FACTORIES
system property is not present,
the name of the default Resource factory is returned
("org.apache.naming.factory.ResourceFactory"). Null is returned if
the factory class name is not set, but the system property is present.
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |