com.ibm.cics.server

Class RemotableResource

    • Constructor Detail

      • RemotableResource

        public RemotableResource()
        Construct a default RemotableResource.
        Since CICS TS version:
        1.3
        Since package version:
        1.0.0
    • Method Detail

      • getSysId

        public java.lang.String getSysId()
        Return the name of the CICS system.
        Returns:
        the system name
        Since CICS TS version:
        1.3
        Since package version:
        1.0.0
      • setSysId

        public void setSysId(java.lang.String sysId)
                      throws java.lang.NullPointerException,
                             InvalidSystemIdException
        Sets the SYSID of the remote region that really owns this resource. If the system Id is less than 4 characters, it is padded with trailing spaces to bring it up to 4 characters. If the system Id is greater than 4 characters, then it is cropped.
        Parameters:
        sysId - the name of the CICS system
        Throws:
        java.lang.NullPointerException - This exception is thrown if a null name is supplied.
        InvalidSystemIdException - This exception is thrown if an empty SYSID is supplied.
        Since CICS TS version:
        1.3
        Since package version:
        1.0.0