|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.cics.server.API
com.ibm.cics.server.Resource
This abstract class provides the common implementation for named resources.
It provides the following properties:
String
which is the name of the CICS resource
(program, TSQ etc.).
String
which is a brief description of the resource.
Constructor Summary | |
---|---|
Resource()
Construct a default resource. |
Method Summary | |
---|---|
java.lang.String |
getDescription()
Return the description of the resource. |
java.lang.String |
getName()
Return the name of the CICS resource. |
void |
setDescription(java.lang.String description)
Sets the description of the resource. |
void |
setName(java.lang.String name)
Sets the CICS resource name corresponding to this object. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Resource()
Method Detail |
public java.lang.String getDescription()
public java.lang.String getName()
public void setDescription(java.lang.String description)
description
- the description of the CICS resourcepublic void setName(java.lang.String name) throws java.lang.NullPointerException
name
- the name of the CICS resource
java.lang.NullPointerException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |