public interface ResourcePropertySet
Modifier and Type | Field and Description |
---|---|
static String |
PARAMETERS
Parameters passed to the implementation class.
|
static String |
RESOURCE
A property to encapsulate all the other resource properties.
|
static String |
RESOURCE_CLASS
The class name of the Resource implementation class.
|
static String |
RESOURCE_NAME
The JNDI location that this datasource should be bound do (in the config file).
|
static String |
RESOURCE_TYPE
The type of the resource (ex.
|
static final String RESOURCE
static final String RESOURCE_NAME
java:comp/env
) to this
context. static final String RESOURCE_TYPE
javax.sql.XADataSource
,
javax.sql.ConnectionPoolDataSource
, etc.. static final String RESOURCE_CLASS
org.apache.derby.jdbc.EmbeddedXADataSource
. static final String PARAMETERS
Copyright © 2004-2013 Codehaus. All Rights Reserved.