Class CciJMSReceiveInteractionSpec

java.lang.Object
org.eclipse.persistence.internal.eis.adapters.jms.CciJMSInteractionSpec
org.eclipse.persistence.internal.eis.adapters.jms.CciJMSReceiveInteractionSpec
All Implemented Interfaces:
InteractionSpec, Serializable

public class CciJMSReceiveInteractionSpec extends CciJMSInteractionSpec
INTERNAL: Interaction spec for JMS JCA adapter. Specifies a receive message interaction.
Since:
OracleAS TopLink 10g (10.0.3)
See Also:
  • Field Details

    • timeout

      protected long timeout
  • Constructor Details

    • CciJMSReceiveInteractionSpec

      public CciJMSReceiveInteractionSpec()
      The default constructor.
  • Method Details

    • setTimeout

      public void setTimeout(String timeout)
      Set the length of time to wait for a response. A setting of 0 indicates infinite wait time.
    • setTimeout

      public void setTimeout(long timeout)
      Set the length of time to wait for a response. A setting of 0 indicates infinite wait time.
    • getTimeout

      public long getTimeout()
      Return the length of time to wait for a response.
      Returns:
      the length of time to wait for a response, 0 for infinite