Class CICSInteractionSpec

java.lang.Object
com.ibm.jakarta.connector2.cics.CICSInteractionSpec
All Implemented Interfaces:
jakarta.resource.cci.InteractionSpec, Serializable
Direct Known Subclasses:
EPIInteractionSpec

public abstract class CICSInteractionSpec extends Object implements jakarta.resource.cci.InteractionSpec
This abstract class allows you to set the values for a general CICS request.
  • Field Details

  • Constructor Details

    • CICSInteractionSpec

      public CICSInteractionSpec()
      Constructs an CICSInteractionSpec object
  • Method Details

    • getInteractionVerb

      public int getInteractionVerb()
      Returns the interactionVerb property (int) value. The interactionVerb indicates what type of interaction will be used.
      • SYNC_SEND
      • SYNC_RECEIVE
      • SYNC_SEND_RECEIVE
      These enumerations are defined as constants on the appropriate interaction spec used.
      Returns:
      the interactionVerb
    • setInteractionVerb

      public void setInteractionVerb(int newVerb)
      Sets the interactionVerb property (int) value. The interactionVerb indicates what type of interaction will be used.
      • SYNC_SEND
      • SYNC_RECEIVE
      • SYNC_SEND_RECEIVE
      These enumerations are defined as constants on the appropriate interaction spec used.
      Parameters:
      newVerb - The new interactionVerb.
    • getFunctionName

      public String getFunctionName()
      Return the function name.
      Returns:
      The function name.
    • setFunctionName

      public void setFunctionName(String func)
      Set the function to be run.
      Parameters:
      func - The function to run.
    • addPropertyChangeListener

      public void addPropertyChangeListener(PropertyChangeListener pcl)
      Adds a PropertyChangeListener.
      Parameters:
      pcl - java.beans.PropertyChangeListener.
    • removePropertyChangeListener

      public void removePropertyChangeListener(PropertyChangeListener pcl)
      Removes a PropertyChangeListener.
      Parameters:
      pcl - java.beans.PropertyChangeListener.
    • toString

      public String toString()
      Returns a string representation of this instance. In this case it lists the contents of the properties.
      Overrides:
      toString in class Object
      Returns:
      String.