Class CciJMSSendInteractionSpec

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

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

    • replyToDestinationURL

      protected String replyToDestinationURL
    • replyToDestination

      protected String replyToDestination
  • Constructor Details

    • CciJMSSendInteractionSpec

      public CciJMSSendInteractionSpec()
      The default constructor
  • Method Details

    • setReplyToDestinationURL

      public void setReplyToDestinationURL(String url)
      Set the destination URL where the entity processing the request is to place the response
      Parameters:
      url - - JMSReplyTo destination URL
    • getReplyToDestinationURL

      public String getReplyToDestinationURL()
      Return the destination URL where the entity processing the request is to place the response
      Returns:
      JMSReplyTo destination URL
    • setReplyToDestination

      public void setReplyToDestination(String destination)
      Set the destination where the entity processing the request is to place the response
      Parameters:
      destination - - JMSReplyTo destination
    • getReplyToDestination

      public String getReplyToDestination()
      Return the destination where the entity processing the request is to place the response
      Returns:
      JMSReplyTo destination
    • hasReplyToDestinationURL

      public boolean hasReplyToDestinationURL()
      Indicates if a JNDI lookup is to be performed to locate the reply to destination.
      Returns:
      true if a replyTo destination URL has been specified, false otherwise