com.ibm.cics.server

Class RemotableResource

    • Constructor Summary

      Constructors 
      Constructor and Description
      RemotableResource()
      Construct a default RemotableResource.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      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 java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RemotableResource

        public RemotableResource()
        Construct a default RemotableResource.
        Since CICS TS version:
        1.3
        Since package version:
        1.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
      • 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.
        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