Package com.swiftmq.jndi
Class InitialContextFactoryImpl
- java.lang.Object
-
- com.swiftmq.jndi.InitialContextFactoryImpl
-
- All Implemented Interfaces:
java.io.Serializable
,javax.naming.spi.InitialContextFactory
public class InitialContextFactoryImpl extends java.lang.Object implements javax.naming.spi.InitialContextFactory, java.io.Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
MAX_RETRIES
static java.lang.String
RECONNECT
static java.lang.String
RECONNECT_DEBUG
static java.lang.String
RETRY_DELAY
-
Constructor Summary
Constructors Constructor Description InitialContextFactoryImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.naming.Context
getInitialContext(java.util.Hashtable env)
-
-
-
Field Detail
-
RECONNECT
public static final java.lang.String RECONNECT
- See Also:
- Constant Field Values
-
RECONNECT_DEBUG
public static final java.lang.String RECONNECT_DEBUG
- See Also:
- Constant Field Values
-
MAX_RETRIES
public static final java.lang.String MAX_RETRIES
- See Also:
- Constant Field Values
-
RETRY_DELAY
public static final java.lang.String RETRY_DELAY
- See Also:
- Constant Field Values
-
-