public class ResourceParams extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected NamingResources |
resources
The NamingResources with which we are associated (if any).
|
Constructor and Description |
---|
ResourceParams() |
Modifier and Type | Method and Description |
---|---|
void |
addParameter(String name,
String value) |
String |
getName() |
NamingResources |
getNamingResources() |
Hashtable<String,String> |
getParameters() |
void |
setName(String name) |
String |
toString()
Return a String representation of this object.
|
protected NamingResources resources
public String getName()
public void setName(String name)
public String toString()
public NamingResources getNamingResources()
Copyright © 2018. All rights reserved.