com.ibm.wsspi.resource
Interface ResourceConfig
All Superinterfaces:
- public interface ResourceConfig
- extends ResourceInfo
ResourceFactory
.
This interface is not intended to be implemented by clients.
Nested Class Summary
Nested classes/interfaces inherited from interface com.ibm.wsspi.resource.ResourceInfo |
---|
ResourceInfo.Property |
Field Summary
Fields inherited from interface com.ibm.wsspi.resource.ResourceInfo |
---|
AUTH_APPLICATION, AUTH_CONTAINER, BRANCH_COUPLING_LOOSE, BRANCH_COUPLING_TIGHT, BRANCH_COUPLING_UNSET, SHARING_SCOPE_SHAREABLE, SHARING_SCOPE_UNSHAREABLE |
Method Summary
Modifier and Type | Method and Description |
---|---|
|
addLoginProperty(java.lang.String name,java.lang.String value)
Returns the non-null list of login properties.
|
|
setBranchCoupling(int branchCoupling)
Sets the branch coupling.
|
|
setCommitPriority(int commitPriority)
Sets the commit priority.
|
|
setDescription(java.lang.String description)
Sets the description.
|
|
setIsolationLevel(int isolationLevel)
Sets the isolation level.
|
|
setLoginConfigurationName(java.lang.String name)
Sets the login configuration name.
|
|
setResAuthType(int auth)
Sets the authentication type.
|
|
setSharingScope(int sharingScope)
Sets the sharing scope.
|
|
setType(java.lang.String className)
Sets the type class name.
|
Methods inherited from interface com.ibm.wsspi.resource.ResourceInfo |
---|
getAuth, getBranchCoupling, getCommitPriority, getDescription, getIsolationLevel, getLoginConfigurationName, getLoginPropertyList, getName, getSharingScope, getType |
Method Detail
setDescription
- void setDescription(java.lang.String description)
Sets the description.
setType
- void setType(java.lang.String className)
Sets the type class name.
setResAuthType
- void setResAuthType(int auth)
Sets the authentication type.
Parameters:
auth
- the authentication type See Also:
#getResAuthType
setSharingScope
- void setSharingScope(int sharingScope)
Sets the sharing scope.
setLoginConfigurationName
- void setLoginConfigurationName( java.lang.String name)
Sets the login configuration name.
addLoginProperty
- void addLoginProperty(java.lang.String name,
- java.lang.String value)
Returns the non-null list of login properties.
setIsolationLevel
- void setIsolationLevel(int isolationLevel)
Sets the isolation level.
setCommitPriority
- void setCommitPriority(int commitPriority)
Sets the commit priority.
setBranchCoupling
- void setBranchCoupling(int branchCoupling)
Sets the branch coupling.