public interface ResourceInfo
This interface is not intended to be implemented by clients.
Modifier and Type | Interface and Description |
---|---|
static interface |
ResourceInfo.Property |
Modifier and Type | Field and Description |
---|---|
static int |
AUTH_APPLICATION |
static int |
AUTH_CONTAINER |
static int |
BRANCH_COUPLING_LOOSE |
static int |
BRANCH_COUPLING_TIGHT |
static int |
BRANCH_COUPLING_UNSET
Represents an unset value for
getBranchCoupling() . |
static int |
SHARING_SCOPE_SHAREABLE |
static int |
SHARING_SCOPE_UNSHAREABLE |
Modifier and Type | Method and Description |
---|---|
int |
getAuth() |
int |
getBranchCoupling() |
int |
getCommitPriority() |
java.lang.String |
getDescription() |
int |
getIsolationLevel() |
java.lang.String |
getLoginConfigurationName() |
java.util.List<? extends ResourceInfo.Property> |
getLoginPropertyList() |
java.lang.String |
getName()
Returns the name, which is either null (for a direct lookup), relative to
java:comp/env (e.g., jdbc/myDS), or is fully-qualified with a scope (e.g.,
java:global/env/myDS or java:comp/jdbc/myDS).
|
int |
getSharingScope() |
java.lang.String |
getType() |
static final int AUTH_CONTAINER
getAuth()
,
Constant Field Valuesstatic final int AUTH_APPLICATION
getAuth()
,
Constant Field Valuesstatic final int SHARING_SCOPE_SHAREABLE
getSharingScope()
,
Constant Field Valuesstatic final int SHARING_SCOPE_UNSHAREABLE
getSharingScope()
,
Constant Field Valuesstatic final int BRANCH_COUPLING_UNSET
getBranchCoupling()
.static final int BRANCH_COUPLING_LOOSE
getBranchCoupling()
,
Constant Field Valuesstatic final int BRANCH_COUPLING_TIGHT
getBranchCoupling()
,
Constant Field Valuesjava.lang.String getName()
java.lang.String getDescription()
java.lang.String getType()
int getAuth()
AUTH_CONTAINER
- Container
AUTH_APPLICATION
- Application
int getSharingScope()
SHARING_SCOPE_SHAREABLE
- Shareable
SHARING_SCOPE_UNSHAREABLE
- Unshareable
java.lang.String getLoginConfigurationName()
java.util.List<? extends ResourceInfo.Property> getLoginPropertyList()
int getIsolationLevel()
java.sql.Connection#TRANSACTION_NONE
java.sql.Connection#TRANSACTION_READ_UNCOMMITTED
java.sql.Connection#TRANSACTION_READ_COMMITTED
java.sql.Connection#TRANSACTION_REPEATABLE_READ
java.sql.Connection#TRANSACTION_SERIALIZABLE
int getCommitPriority()
int getBranchCoupling()