Package com.ibm.ws.javaee.dd.commonext
Interface ResourceRef
public interface ResourceRef
Represents <resource-ref>.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enum
static enum
static enum
-
Method Summary
-
Method Details
-
getName
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()
-