com.ibm.cics.server
Class URIMap

java.lang.Object
  extended by com.ibm.cics.server.API
      extended by com.ibm.cics.server.Resource
          extended by com.ibm.cics.server.URIMap
All Implemented Interfaces:
java.io.Serializable

public class URIMap
extends Resource

This class represents a URIMAP resource.

See Also:
Serialized Form
Since CICS TS version:
4.1
Since package version:
1.200

Constructor Summary
URIMap()
          Construct a URIMap bean.
URIMap(java.lang.String name)
          Construct a URIMap bean.
 
Method Summary
 void setName(java.lang.String name)
          Sets the CICS resource name corresponding to this object.
 
Methods inherited from class com.ibm.cics.server.Resource
getDescription, getName, setDescription
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

URIMap

public URIMap()
Construct a URIMap bean.

Since CICS TS version:
4.1
Since package version:
1.200

URIMap

public URIMap(java.lang.String name)
Construct a URIMap bean.

Parameters:
name - The name of the URIMAP
Since CICS TS version:
4.1
Since package version:
1.200
Method Detail

setName

public void setName(java.lang.String name)
             throws java.lang.IllegalArgumentException
Description copied from class: Resource
Sets the CICS resource name corresponding to this object.

Overrides:
setName in class Resource
Parameters:
name - the name of the CICS resource
Throws:
java.lang.IllegalArgumentException
See Also:
Resource.setName(java.lang.String)
Since CICS TS version:
4.1
Since package version:
1.200