|
||||||||||
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
com.ibm.cics.server.RemotableResource
This abstract class provides the common implementation for resources that can be accessed on other systems.
In addition to the properties it inherits from Resource,
this class adds the sysId property,
which is a String
which identifies the remote system on which
the resource is defined.
Constructor Summary | |
---|---|
RemotableResource()
Construct a default RemotableResource. |
Method Summary | |
---|---|
java.lang.String |
getSysId()
Return the name of the CICS system. |
void |
setSysId(java.lang.String sysId)
Sets the SYSID of the remote region that really owns this resource. |
Methods inherited from class com.ibm.cics.server.Resource |
---|
getDescription, getName, setDescription, setName |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public RemotableResource()
Method Detail |
public java.lang.String getSysId()
public void setSysId(java.lang.String sysId) throws java.lang.NullPointerException, InvalidSystemIdException
sysId
- the name of the CICS system
java.lang.NullPointerException
- This exception is thrown if a
null name is supplied.
InvalidSystemIdException
- This exception
is thrown if an empty SYSID is supplied.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |