org.jboss.soa.esb.helpers
Class AppServerContext

java.lang.Object
  extended by org.jboss.soa.esb.helpers.AppServerContext

public abstract class AppServerContext
extends java.lang.Object

Obtains JNDI naming context for a predefined list of 'well known' server types


Nested Class Summary
static class AppServerContext.SERVER_TYPE
           
 
Field Summary
static java.lang.String CTX_JBOSS
          Indicates that a jboss context is requested
static int MAX_RETRIES
           
static int WAIT_FOR_RETRY
           
 
Constructor Summary
AppServerContext()
           
 
Method Summary
static javax.naming.Context getServerContext(java.lang.String pType, java.lang.String p_sJndiServer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CTX_JBOSS

public static final java.lang.String CTX_JBOSS
Indicates that a jboss context is requested

See Also:
Constant Field Values

MAX_RETRIES

public static final int MAX_RETRIES
See Also:
Constant Field Values

WAIT_FOR_RETRY

public static final int WAIT_FOR_RETRY
See Also:
Constant Field Values
Constructor Detail

AppServerContext

public AppServerContext()
Method Detail

getServerContext

public static javax.naming.Context getServerContext(java.lang.String pType,
                                                    java.lang.String p_sJndiServer)