public class URIMap extends Resource
This class represents a URIMAP resource.
com.ibm.cics.server.API for general restrictions on using the JCICS API.,
Serialized Form| Constructor and Description |
|---|
URIMap()
Construct a URIMap bean.
|
URIMap(java.lang.String name)
Construct a URIMap bean.
|
| Modifier and Type | Method and Description |
|---|---|
void |
setName(java.lang.String name)
Sets the CICS resource name corresponding to this object.
|
getDescription, getName, setDescriptiongetCICSServerApiVersionpublic URIMap()
public URIMap(java.lang.String name)
name - The name of the URIMAPpublic void setName(java.lang.String name)
throws java.lang.IllegalArgumentException
ResourcesetName in class Resourcename - the name of the CICS resourcejava.lang.IllegalArgumentExceptionResource.setName(java.lang.String)