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
INTRNAL:
Interaction spec for JMS JCA adapter.
Specifies a send message interaction.
- Since:
- OracleAS TopLink 10g (10.0.3)
- See Also:
-
Field Summary
Fields inherited from class org.eclipse.persistence.internal.eis.adapters.jms.CciJMSInteractionSpec
destination, destinationURL, messageSelector
Fields inherited from interface jakarta.resource.cci.InteractionSpec
SYNC_RECEIVE, SYNC_SEND, SYNC_SEND_RECEIVE
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturn the destination where the entity processing the request is to place the responseReturn the destination URL where the entity processing the request is to place the responseboolean
Indicates if a JNDI lookup is to be performed to locate the reply to destination.void
setReplyToDestination
(String destination) Set the destination where the entity processing the request is to place the responsevoid
Set the destination URL where the entity processing the request is to place the responseMethods inherited from class org.eclipse.persistence.internal.eis.adapters.jms.CciJMSInteractionSpec
getDestination, getDestinationURL, getFormattedMessageSelector, getMessageSelector, hasDestinationURL, hasMessageSelector, setDestination, setDestinationURL, setMessageSelector, toString
-
Field Details
-
replyToDestinationURL
-
replyToDestination
-
-
Constructor Details
-
CciJMSSendInteractionSpec
public CciJMSSendInteractionSpec()The default constructor
-
-
Method Details
-
setReplyToDestinationURL
Set the destination URL where the entity processing the request is to place the response- Parameters:
url
- - JMSReplyTo destination URL
-
getReplyToDestinationURL
Return the destination URL where the entity processing the request is to place the response- Returns:
- JMSReplyTo destination URL
-
setReplyToDestination
Set the destination where the entity processing the request is to place the response- Parameters:
destination
- - JMSReplyTo destination
-
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
-