com.ibm.commerce.messaging.adapters.jcasample

Class SampleInteractionSpec

  • java.lang.Object
    • com.ibm.commerce.messaging.adapters.jcasample.SampleInteractionSpec
  • All Implemented Interfaces:
    java.io.Serializable, javax.resource.cci.InteractionSpec


    public class SampleInteractionSpec
    extends java.lang.Object
    implements javax.resource.cci.InteractionSpec, java.io.Serializable

    The class provides the object containing all possible interaction specific data. In this case, it contains input.

    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT
      Copyright statement.
      • Fields inherited from interface javax.resource.cci.InteractionSpec

        SYNC_RECEIVE, SYNC_SEND, SYNC_SEND_RECEIVE
    • Constructor Summary

      Constructors 
      Constructor and Description
      SampleInteractionSpec()
      SampleInteractionSpec constructor
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.String getInput()
      Gets the input.
      void setInput(java.lang.String input)
      Sets the input.
      • Methods inherited from class java.lang.Object

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

      • COPYRIGHT

        public static final java.lang.String COPYRIGHT
        Copyright statement.
        See Also:
        Constant Field Values
    • Constructor Detail

      • SampleInteractionSpec

        public SampleInteractionSpec()
        SampleInteractionSpec constructor
    • Method Detail

      • setInput

        public void setInput(java.lang.String input)
        Sets the input.
        Parameters:
        input - The input string.
      • getInput

        public java.lang.String getInput()
        Gets the input.
        Returns:
        input