org.marketcetera.client.jms
Class JmsUtils

java.lang.Object
  extended by org.marketcetera.client.jms.JmsUtils

public final class JmsUtils
extends Object

Client JMS utilities.

Since:
1.5.0
Version:
$Id: JmsUtils.java 16154 2012-07-14 16:34:05Z colin $
Author:
tlerios@marketcetera.com

Method Summary
static String getReplyTopicName(SessionId id)
          Returns the topic name for replies sent from the ORS to the ORS client, given the session ID.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getReplyTopicName

public static String getReplyTopicName(SessionId id)
Returns the topic name for replies sent from the ORS to the ORS client, given the session ID.

Parameters:
id - The ID.
Returns:
The topic name.


Copyright © 2012. All Rights Reserved.