jrun.jms.core.util
Class JrunJMSConfigHelper

java.lang.Object
  |
  +--jrun.jms.core.util.JrunJMSConfigHelper

public class JrunJMSConfigHelper
extends java.lang.Object


Constructor Summary
JrunJMSConfigHelper()
           
 
Method Summary
static int getClientPingInterval()
          Return the client ping interval for this server.
static java.util.ArrayList getConnectionFactories()
           
static java.lang.String getJmsAdminServerName()
          Return the JMS Adinistration server name
static java.lang.String getJmsServerName()
          Return the JMS server name
static java.util.Properties getJndiClientProps()
           
static int getPort(java.lang.String scheme)
           
static java.lang.String getServerHost()
           
static java.lang.String getServerInternalHost()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JrunJMSConfigHelper

public JrunJMSConfigHelper()
Method Detail

getJndiClientProps

public static java.util.Properties getJndiClientProps()

getPort

public static int getPort(java.lang.String scheme)

getServerHost

public static java.lang.String getServerHost()

getServerInternalHost

public static java.lang.String getServerInternalHost()

getConnectionFactories

public static java.util.ArrayList getConnectionFactories()

getJmsAdminServerName

public static java.lang.String getJmsAdminServerName()
Return the JMS Adinistration server name
Returns:
String

getJmsServerName

public static java.lang.String getJmsServerName()
Return the JMS server name
Returns:
String

getClientPingInterval

public static int getClientPingInterval()
Return the client ping interval for this server. This interval is used to determine when clients are no longer available.


Copyright � 2002 Macromedia Corporation. All Rights Reserved.