public interface ResourceConfig extends ResourceInfo
ResourceFactory
.
This interface is not intended to be implemented by clients.
ResourceInfo.Property
AUTH_APPLICATION, AUTH_CONTAINER, BRANCH_COUPLING_LOOSE, BRANCH_COUPLING_TIGHT, BRANCH_COUPLING_UNSET, SHARING_SCOPE_SHAREABLE, SHARING_SCOPE_UNSHAREABLE
Modifier and Type | Method and Description |
---|---|
void |
addLoginProperty(java.lang.String name,
java.lang.String value)
Returns the non-null list of login properties.
|
void |
setBranchCoupling(int branchCoupling)
Sets the branch coupling.
|
void |
setCommitPriority(int commitPriority)
Sets the commit priority.
|
void |
setDescription(java.lang.String description)
Sets the description.
|
void |
setIsolationLevel(int isolationLevel)
Sets the isolation level.
|
void |
setLoginConfigurationName(java.lang.String name)
Sets the login configuration name.
|
void |
setResAuthType(int auth)
Sets the authentication type.
|
void |
setSharingScope(int sharingScope)
Sets the sharing scope.
|
void |
setType(java.lang.String className)
Sets the type class name.
|
getAuth, getBranchCoupling, getCommitPriority, getDescription, getIsolationLevel, getLoginConfigurationName, getLoginPropertyList, getName, getSharingScope, getType
void setDescription(java.lang.String description)
description
- the descriptionResourceInfo.getDescription()
void setType(java.lang.String className)
className
- the class nameResourceInfo.getType()
void setResAuthType(int auth)
auth
- the authentication type#getResAuthType
void setSharingScope(int sharingScope)
sharingScope
- the sharing scopeResourceInfo.getSharingScope()
void setLoginConfigurationName(java.lang.String name)
void addLoginProperty(java.lang.String name, java.lang.String value)
void setIsolationLevel(int isolationLevel)
void setCommitPriority(int commitPriority)
void setBranchCoupling(int branchCoupling)