Package com.ibm.ws.javaee.dd.commonext
Interface ResourceRef
-
public interface ResourceRef
Represents <resource-ref>.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
ResourceRef.BranchCouplingEnum
static class
ResourceRef.ConnectionManagementPolicyEnum
static class
ResourceRef.IsolationLevelEnum
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ResourceRef.BranchCouplingEnum
getBranchCoupling()
int
getCommitPriority()
ResourceRef.ConnectionManagementPolicyEnum
getConnectionManagementPolicy()
ResourceRef.IsolationLevelEnum
getIsolationLevel()
java.lang.String
getName()
boolean
isSetBranchCoupling()
boolean
isSetCommitPriority()
boolean
isSetConnectionManagementPolicy()
boolean
isSetIsolationLevel()
-
-
-
Method Detail
-
getName
java.lang.String getName()
-
isSetIsolationLevel
boolean isSetIsolationLevel()
-
getIsolationLevel
ResourceRef.IsolationLevelEnum getIsolationLevel()
-
isSetConnectionManagementPolicy
boolean isSetConnectionManagementPolicy()
-
getConnectionManagementPolicy
ResourceRef.ConnectionManagementPolicyEnum getConnectionManagementPolicy()
-
isSetCommitPriority
boolean isSetCommitPriority()
-
getCommitPriority
int getCommitPriority()
-
isSetBranchCoupling
boolean isSetBranchCoupling()
-
getBranchCoupling
ResourceRef.BranchCouplingEnum getBranchCoupling()
-
-