| java.lang.Object org.cougaar.mts.jms.ReplySync
ReplySync | public class ReplySync (Code) | | This utility class does the low-level work to force the jms linkprotocol to
behave like a synchronous rpc. In particular it blocks the sending thread
until a reply for the outgoing message arrives, generates and sends replies
for incoming messages, and processes received replies by waking the
corresponding thread.
|
DEFAULT_TIMEOUT | final public static int DEFAULT_TIMEOUT(Code) | | |
getLinkProtocolGenericProducer | protected MessageProducer getLinkProtocolGenericProducer()(Code) | | |
getLinkProtocolSession | protected Session getLinkProtocolSession()(Code) | | |
isReply | public boolean isReply(ObjectMessage msg)(Code) | | |
replyToMessage | public void replyToMessage(ObjectMessage omsg, Object replyData) throws JMSException(Code) | | |
setMessageProperties | protected void setMessageProperties(Message message, Integer id, URI uri, Destination destination) throws JMSException(Code) | | |
setReplyProperties | protected void setReplyProperties(ObjectMessage omsg, ObjectMessage replyMsg) throws JMSException(Code) | | |
|
|