org.apache.naming
public class ResourceRef extends Reference
Version: $Revision: 467222 $ $Date: 2006-10-24 05:17:11 +0200 (Tue, 24 Oct 2006) $
| Field Summary | |
|---|---|
| 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. |
| Constructor Summary | |
|---|---|
| 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.
| |
| Method Summary | |
|---|---|
| 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. |
Parameters: resourceClass Resource class scope Resource scope auth Resource authetication
Parameters: resourceClass Resource class scope Resource scope auth Resource authetication