org.apache.openejb.core
Class EnvProps

java.lang.Object
  extended by org.apache.openejb.core.EnvProps

public class EnvProps
extends Object


Field Summary
static String IM_CLASS_NAME
           
static String IM_CONCURRENT_ATTEMPTS
           
static String IM_PASSIVATE_SIZE
           
static String IM_PASSIVATOR
           
static String IM_PASSIVATOR_PATH_PREFIX
           
static String IM_POOL_SIZE
           
static String IM_STRICT_POOLING
           
static String IM_TIME_OUT
           
static String INTRA_VM_COPY
           
static String JDBC_DRIVER
           
static String JDBC_URL
           
static String PASSWORD
           
static String USER_NAME
           
 
Constructor Summary
EnvProps()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

IM_CLASS_NAME

public static final String IM_CLASS_NAME
See Also:
Constant Field Values

IM_TIME_OUT

public static final String IM_TIME_OUT
See Also:
Constant Field Values

IM_PASSIVATOR_PATH_PREFIX

public static final String IM_PASSIVATOR_PATH_PREFIX
See Also:
Constant Field Values

IM_POOL_SIZE

public static final String IM_POOL_SIZE
See Also:
Constant Field Values

IM_PASSIVATE_SIZE

public static final String IM_PASSIVATE_SIZE
See Also:
Constant Field Values

IM_PASSIVATOR

public static final String IM_PASSIVATOR
See Also:
Constant Field Values

IM_CONCURRENT_ATTEMPTS

public static final String IM_CONCURRENT_ATTEMPTS
See Also:
Constant Field Values

IM_STRICT_POOLING

public static final String IM_STRICT_POOLING
See Also:
Constant Field Values

INTRA_VM_COPY

public static final String INTRA_VM_COPY
See Also:
Constant Field Values

JDBC_DRIVER

public static final String JDBC_DRIVER
See Also:
Constant Field Values

JDBC_URL

public static final String JDBC_URL
See Also:
Constant Field Values

USER_NAME

public static final String USER_NAME
See Also:
Constant Field Values

PASSWORD

public static final String PASSWORD
See Also:
Constant Field Values
Constructor Detail

EnvProps

public EnvProps()


Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.