Class InteractionSpecImpl

java.lang.Object
com.ibm.websphere.ola.InteractionSpecImpl
All Implemented Interfaces:
Serializable, javax.resource.cci.InteractionSpec

public class InteractionSpecImpl extends Object implements javax.resource.cci.InteractionSpec
This class defines the methods necessary to interact with a service being hosted by an external address space or CICS region.
See Also:
  • Field Summary

    Fields inherited from interface javax.resource.cci.InteractionSpec

    SYNC_RECEIVE, SYNC_SEND, SYNC_SEND_RECEIVE
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    equals(Object thatObject)
    Equality check
    Gets the service name to connect to.
    int
    Hash code for equality tests
    void
    setServiceName(String serviceName)
    Sets the service name to connect to.

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • InteractionSpecImpl

      public InteractionSpecImpl()
  • Method Details

    • setServiceName

      public void setServiceName(String serviceName)
      Sets the service name to connect to.
      Parameters:
      serviceName - The name of the service to connect to.
    • getServiceName

      public String getServiceName()
      Gets the service name to connect to.
      Returns:
      The name of the service to connect to.
    • hashCode

      public int hashCode()
      Hash code for equality tests
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object thatObject)
      Equality check
      Overrides:
      equals in class Object