org.glassfish.resource.common
Class ResourceConstants

java.lang.Object
  extended by org.glassfish.resource.common.ResourceConstants

public final class ResourceConstants
extends Object

A constants class housing all the resource related constants

Author:
PRASHANTH ABBAGANI

Field Summary
static String ADMIN_OBJECT_CLASS_NAME
           
static String ALLOW_NON_COMPONENT_CALLERS
           
static String ASSOCIATE_WITH_THREAD
           
static String ASSOCIATE_WITH_THREAD_CONNECTIONS_COUNT
           
static String BACKEND_PRINCIPAL
           
static String CASCADE
           
static String CONN_DEF_NAME
           
static String CONN_FAIL_ALL_CONNECTIONS
           
static String CONN_IDLE_TIME_OUT
           
static String CONN_MAX_POOL_SIZE
           
static String CONN_POOL_RESIZE_QUANTITY
           
static String CONN_STEADY_POOL_SIZE
           
static String CONN_TRANSACTION_SUPPORT
           
static String CONNECTION_CREATION_RETRY_ATTEMPTS
           
static String CONNECTION_CREATION_RETRY_INTERVAL_IN_SECONDS
           
static String CONNECTION_LEAK_RECLAIM
           
static String CONNECTION_LEAK_TIMEOUT_IN_SECONDS
           
static String CONNECTION_POOL_NAME
           
static String CONNECTION_VALIDATION_METHOD
           
static String CONNECTOR_CONN_DESCRIPTION
           
static String CONNECTOR_CONNECTION_POOL_NAME
           
static String CONNECTOR_PROPERTY
           
static String CONNECTOR_SECURITY_MAP
           
static String CUSTOM_VALIDATION
           
static String DATASOURCE_CLASS
           
static String DRIVER_CLASSNAME
           
static String ENABLED
           
static String FACTORY_CLASS
           
static String FAIL_ALL_CONNECTIONS
           
static String IDLE_TIME_OUT_IN_SECONDS
           
static String INIT_SQL
           
static String IS_CONNECTION_VALIDATION_REQUIRED
           
static String IS_ISOLATION_LEVEL_GUARANTEED
           
static String JDBC_RESOURCE_JNDI_NAME
           
static String JNDI_LOOKUP
           
static String JNDI_NAME
           
static String LAZY_CONNECTION_ASSOCIATION
           
static String LAZY_CONNECTION_ENLISTMENT
           
static String MAIL_DEBUG
           
static String MAIL_FROM_ADDRESS
           
static String MAIL_HOST
           
static String MAIL_STORE_PROTO
           
static String MAIL_STORE_PROTO_CLASS
           
static String MAIL_TRANS_PROTO
           
static String MAIL_TRANS_PROTO_CLASS
           
static String MAIL_USER
           
static String MATCH_CONNECTIONS
           
static String MAX_CONNECTION_USAGE_COUNT
           
static String MAX_POOL_SIZE
           
static String MAX_WAIT_TIME_IN_MILLIS
           
static String NON_TRANSACTIONAL_CONNECTIONS
           
static String PASSWORD
           
static String PING
           
static String POOL_NAME
           
static String POOL_SIZE_QUANTITY
           
static String POOLING
           
static String PRINCIPAL
           
static String RES_ADAPTER
           
static String RES_ADAPTER_CONFIG
           
static String RES_ADAPTER_NAME
           
static String RES_TYPE
           
static String RESOURCE_ADAPTER_CONFIG_NAME
           
static String RESOURCE_TYPE
           
static String SECURITY_MAP
           
static String SECURITY_MAP_NAME
           
static String SQL_TRACE_LISTENERS
           
static String STATEMENT_CACHE_SIZE
           
static String STATEMENT_LEAK_RECLAIM
           
static String STATEMENT_LEAK_TIMEOUT_IN_SECONDS
           
static String STATEMENT_TIMEOUT_IN_SECONDS
           
static String STEADY_POOL_SIZE
           
static String THREAD_POOL_IDS
           
static String TRANS_ISOLATION_LEVEL
           
static String USER_NAME
           
static String USERGROUP
           
static String VALIDATE_ATMOST_ONCE_PERIOD_IN_SECONDS
           
static String VALIDATION_CLASSNAME
           
static String VALIDATION_TABLE_NAME
           
static String WORK_SECURITY_MAP
           
static String WORK_SECURITY_MAP_EIS_GROUP
           
static String WORK_SECURITY_MAP_EIS_PRINCIPAL
           
static String WORK_SECURITY_MAP_GROUP_MAP
           
static String WORK_SECURITY_MAP_MAPPED_GROUP
           
static String WORK_SECURITY_MAP_MAPPED_PRINCIPAL
           
static String WORK_SECURITY_MAP_NAME
           
static String WORK_SECURITY_MAP_PRINCIPAL_MAP
           
static String WORK_SECURITY_MAP_RA_NAME
           
static String WRAP_JDBC_OBJECTS
           
 
Constructor Summary
ResourceConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

JNDI_NAME

public static final String JNDI_NAME
See Also:
Constant Field Values

POOL_NAME

public static final String POOL_NAME
See Also:
Constant Field Values

RES_TYPE

public static final String RES_TYPE
See Also:
Constant Field Values

FACTORY_CLASS

public static final String FACTORY_CLASS
See Also:
Constant Field Values

ENABLED

public static final String ENABLED
See Also:
Constant Field Values

JNDI_LOOKUP

public static final String JNDI_LOOKUP
See Also:
Constant Field Values

CONNECTION_POOL_NAME

public static final String CONNECTION_POOL_NAME
See Also:
Constant Field Values

STEADY_POOL_SIZE

public static final String STEADY_POOL_SIZE
See Also:
Constant Field Values

MAX_POOL_SIZE

public static final String MAX_POOL_SIZE
See Also:
Constant Field Values

MAX_WAIT_TIME_IN_MILLIS

public static final String MAX_WAIT_TIME_IN_MILLIS
See Also:
Constant Field Values

POOL_SIZE_QUANTITY

public static final String POOL_SIZE_QUANTITY
See Also:
Constant Field Values

IDLE_TIME_OUT_IN_SECONDS

public static final String IDLE_TIME_OUT_IN_SECONDS
See Also:
Constant Field Values

INIT_SQL

public static final String INIT_SQL
See Also:
Constant Field Values

IS_CONNECTION_VALIDATION_REQUIRED

public static final String IS_CONNECTION_VALIDATION_REQUIRED
See Also:
Constant Field Values

CONNECTION_VALIDATION_METHOD

public static final String CONNECTION_VALIDATION_METHOD
See Also:
Constant Field Values

CUSTOM_VALIDATION

public static final String CUSTOM_VALIDATION
See Also:
Constant Field Values

FAIL_ALL_CONNECTIONS

public static final String FAIL_ALL_CONNECTIONS
See Also:
Constant Field Values

VALIDATION_TABLE_NAME

public static final String VALIDATION_TABLE_NAME
See Also:
Constant Field Values

DATASOURCE_CLASS

public static final String DATASOURCE_CLASS
See Also:
Constant Field Values

TRANS_ISOLATION_LEVEL

public static final String TRANS_ISOLATION_LEVEL
See Also:
Constant Field Values

IS_ISOLATION_LEVEL_GUARANTEED

public static final String IS_ISOLATION_LEVEL_GUARANTEED
See Also:
Constant Field Values

NON_TRANSACTIONAL_CONNECTIONS

public static final String NON_TRANSACTIONAL_CONNECTIONS
See Also:
Constant Field Values

ALLOW_NON_COMPONENT_CALLERS

public static final String ALLOW_NON_COMPONENT_CALLERS
See Also:
Constant Field Values

VALIDATE_ATMOST_ONCE_PERIOD_IN_SECONDS

public static final String VALIDATE_ATMOST_ONCE_PERIOD_IN_SECONDS
See Also:
Constant Field Values

CONNECTION_LEAK_TIMEOUT_IN_SECONDS

public static final String CONNECTION_LEAK_TIMEOUT_IN_SECONDS
See Also:
Constant Field Values

CONNECTION_LEAK_RECLAIM

public static final String CONNECTION_LEAK_RECLAIM
See Also:
Constant Field Values

CONNECTION_CREATION_RETRY_ATTEMPTS

public static final String CONNECTION_CREATION_RETRY_ATTEMPTS
See Also:
Constant Field Values

CONNECTION_CREATION_RETRY_INTERVAL_IN_SECONDS

public static final String CONNECTION_CREATION_RETRY_INTERVAL_IN_SECONDS
See Also:
Constant Field Values

STATEMENT_TIMEOUT_IN_SECONDS

public static final String STATEMENT_TIMEOUT_IN_SECONDS
See Also:
Constant Field Values

DRIVER_CLASSNAME

public static final String DRIVER_CLASSNAME
See Also:
Constant Field Values

LAZY_CONNECTION_ENLISTMENT

public static final String LAZY_CONNECTION_ENLISTMENT
See Also:
Constant Field Values

LAZY_CONNECTION_ASSOCIATION

public static final String LAZY_CONNECTION_ASSOCIATION
See Also:
Constant Field Values

ASSOCIATE_WITH_THREAD

public static final String ASSOCIATE_WITH_THREAD
See Also:
Constant Field Values

ASSOCIATE_WITH_THREAD_CONNECTIONS_COUNT

public static final String ASSOCIATE_WITH_THREAD_CONNECTIONS_COUNT
See Also:
Constant Field Values

MATCH_CONNECTIONS

public static final String MATCH_CONNECTIONS
See Also:
Constant Field Values

MAX_CONNECTION_USAGE_COUNT

public static final String MAX_CONNECTION_USAGE_COUNT
See Also:
Constant Field Values

PING

public static final String PING
See Also:
Constant Field Values

POOLING

public static final String POOLING
See Also:
Constant Field Values

SQL_TRACE_LISTENERS

public static final String SQL_TRACE_LISTENERS
See Also:
Constant Field Values

STATEMENT_CACHE_SIZE

public static final String STATEMENT_CACHE_SIZE
See Also:
Constant Field Values

VALIDATION_CLASSNAME

public static final String VALIDATION_CLASSNAME
See Also:
Constant Field Values

WRAP_JDBC_OBJECTS

public static final String WRAP_JDBC_OBJECTS
See Also:
Constant Field Values

CASCADE

public static final String CASCADE
See Also:
Constant Field Values

STATEMENT_LEAK_TIMEOUT_IN_SECONDS

public static final String STATEMENT_LEAK_TIMEOUT_IN_SECONDS
See Also:
Constant Field Values

STATEMENT_LEAK_RECLAIM

public static final String STATEMENT_LEAK_RECLAIM
See Also:
Constant Field Values

MAIL_HOST

public static final String MAIL_HOST
See Also:
Constant Field Values

MAIL_USER

public static final String MAIL_USER
See Also:
Constant Field Values

MAIL_FROM_ADDRESS

public static final String MAIL_FROM_ADDRESS
See Also:
Constant Field Values

MAIL_STORE_PROTO

public static final String MAIL_STORE_PROTO
See Also:
Constant Field Values

MAIL_STORE_PROTO_CLASS

public static final String MAIL_STORE_PROTO_CLASS
See Also:
Constant Field Values

MAIL_TRANS_PROTO

public static final String MAIL_TRANS_PROTO
See Also:
Constant Field Values

MAIL_TRANS_PROTO_CLASS

public static final String MAIL_TRANS_PROTO_CLASS
See Also:
Constant Field Values

MAIL_DEBUG

public static final String MAIL_DEBUG
See Also:
Constant Field Values

JDBC_RESOURCE_JNDI_NAME

public static final String JDBC_RESOURCE_JNDI_NAME
See Also:
Constant Field Values

RES_ADAPTER

public static final String RES_ADAPTER
See Also:
Constant Field Values

ADMIN_OBJECT_CLASS_NAME

public static final String ADMIN_OBJECT_CLASS_NAME
See Also:
Constant Field Values

RESOURCE_TYPE

public static final String RESOURCE_TYPE
See Also:
Constant Field Values

CONNECTOR_CONN_DESCRIPTION

public static final String CONNECTOR_CONN_DESCRIPTION
See Also:
Constant Field Values

CONNECTOR_SECURITY_MAP

public static final String CONNECTOR_SECURITY_MAP
See Also:
Constant Field Values

CONNECTOR_PROPERTY

public static final String CONNECTOR_PROPERTY
See Also:
Constant Field Values

CONNECTOR_CONNECTION_POOL_NAME

public static final String CONNECTOR_CONNECTION_POOL_NAME
See Also:
Constant Field Values

RESOURCE_ADAPTER_CONFIG_NAME

public static final String RESOURCE_ADAPTER_CONFIG_NAME
See Also:
Constant Field Values

CONN_DEF_NAME

public static final String CONN_DEF_NAME
See Also:
Constant Field Values

CONN_STEADY_POOL_SIZE

public static final String CONN_STEADY_POOL_SIZE
See Also:
Constant Field Values

CONN_MAX_POOL_SIZE

public static final String CONN_MAX_POOL_SIZE
See Also:
Constant Field Values

CONN_POOL_RESIZE_QUANTITY

public static final String CONN_POOL_RESIZE_QUANTITY
See Also:
Constant Field Values

CONN_IDLE_TIME_OUT

public static final String CONN_IDLE_TIME_OUT
See Also:
Constant Field Values

CONN_FAIL_ALL_CONNECTIONS

public static final String CONN_FAIL_ALL_CONNECTIONS
See Also:
Constant Field Values

CONN_TRANSACTION_SUPPORT

public static final String CONN_TRANSACTION_SUPPORT
See Also:
Constant Field Values

SECURITY_MAP

public static final String SECURITY_MAP
See Also:
Constant Field Values

SECURITY_MAP_NAME

public static final String SECURITY_MAP_NAME
See Also:
Constant Field Values

PRINCIPAL

public static final String PRINCIPAL
See Also:
Constant Field Values

USERGROUP

public static final String USERGROUP
See Also:
Constant Field Values

BACKEND_PRINCIPAL

public static final String BACKEND_PRINCIPAL
See Also:
Constant Field Values

RES_ADAPTER_CONFIG

public static final String RES_ADAPTER_CONFIG
See Also:
Constant Field Values

THREAD_POOL_IDS

public static final String THREAD_POOL_IDS
See Also:
Constant Field Values

RES_ADAPTER_NAME

public static final String RES_ADAPTER_NAME
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

WORK_SECURITY_MAP

public static final String WORK_SECURITY_MAP
See Also:
Constant Field Values

WORK_SECURITY_MAP_NAME

public static final String WORK_SECURITY_MAP_NAME
See Also:
Constant Field Values

WORK_SECURITY_MAP_RA_NAME

public static final String WORK_SECURITY_MAP_RA_NAME
See Also:
Constant Field Values

WORK_SECURITY_MAP_GROUP_MAP

public static final String WORK_SECURITY_MAP_GROUP_MAP
See Also:
Constant Field Values

WORK_SECURITY_MAP_PRINCIPAL_MAP

public static final String WORK_SECURITY_MAP_PRINCIPAL_MAP
See Also:
Constant Field Values

WORK_SECURITY_MAP_EIS_GROUP

public static final String WORK_SECURITY_MAP_EIS_GROUP
See Also:
Constant Field Values

WORK_SECURITY_MAP_MAPPED_GROUP

public static final String WORK_SECURITY_MAP_MAPPED_GROUP
See Also:
Constant Field Values

WORK_SECURITY_MAP_EIS_PRINCIPAL

public static final String WORK_SECURITY_MAP_EIS_PRINCIPAL
See Also:
Constant Field Values

WORK_SECURITY_MAP_MAPPED_PRINCIPAL

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

ResourceConstants

public ResourceConstants()


Copyright © 2012 GlassFish Community. All Rights Reserved.