Package com.ibm.ws.javaee.dd.commonext
Interface ResourceRef
-
public interface ResourceRefRepresents <resource-ref>.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classResourceRef.BranchCouplingEnumstatic classResourceRef.ConnectionManagementPolicyEnumstatic classResourceRef.IsolationLevelEnum
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ResourceRef.BranchCouplingEnumgetBranchCoupling()intgetCommitPriority()ResourceRef.ConnectionManagementPolicyEnumgetConnectionManagementPolicy()ResourceRef.IsolationLevelEnumgetIsolationLevel()java.lang.StringgetName()booleanisSetBranchCoupling()booleanisSetCommitPriority()booleanisSetConnectionManagementPolicy()booleanisSetIsolationLevel()
-
-
-
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()
-
-