com.ibm.cics.server

Class Service

    • Constructor Summary

      Constructors 
      Constructor and Description
      Service()
      Construct a Service bean.
      Service(java.lang.String name)
      Construct a Service with a specific name.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void invoke(Channel theChannel, java.lang.String operationName)
      Invoke the named operation on the Service.
      void invoke(Channel theChannel, java.lang.String operationName, java.lang.String uri)
      Invoke the named operation on the Service using a specified URI.
      void invoke(Channel theChannel, java.lang.String operationName, URIMap urimap)
      Invoke the named operation on the Service using a specified URIMAP.
      void setScope(java.lang.String scope)
      Set the scope for the Service.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait