jrun.jms
Class JMSAdminHelper

java.lang.Object
  |
  +--jrun.jms.JMSAdminHelper

public class JMSAdminHelper
extends java.lang.Object


Constructor Summary
JMSAdminHelper()
           
 
Method Summary
static int getConnectionFactoryTypeAsInt(java.lang.String type)
           
static java.lang.String getDestinationJndiName(java.lang.String name, boolean isQueue)
           
static java.lang.String getDestJndiName(java.lang.String name, boolean isQueue, java.lang.String subContext)
           
static java.lang.String getProviderDestinationName(java.lang.String name, boolean isQueue)
           
static java.lang.String getStrippedDistName(java.lang.String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JMSAdminHelper

public JMSAdminHelper()
Method Detail

getDestinationJndiName

public static java.lang.String getDestinationJndiName(java.lang.String name,
                                                      boolean isQueue)

getProviderDestinationName

public static java.lang.String getProviderDestinationName(java.lang.String name,
                                                          boolean isQueue)

getDestJndiName

public static java.lang.String getDestJndiName(java.lang.String name,
                                               boolean isQueue,
                                               java.lang.String subContext)

getStrippedDistName

public static java.lang.String getStrippedDistName(java.lang.String name)

getConnectionFactoryTypeAsInt

public static int getConnectionFactoryTypeAsInt(java.lang.String type)
                                         throws javax.jms.JMSException


Copyright � 2002 Macromedia Corporation. All Rights Reserved.