public interface ISystemResource extends ICPSMManager
| Modifier and Type | Interface and Description |
|---|---|
static class |
ISystemResource.ModeValue
Enumeration type for field MODE
|
static class |
ISystemResource.UsageValue
Enumeration type for field USAGE
|
COPYRIGHT| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAlias()
Getter for field ALIAS
|
ISystemResourceReference |
getCICSObjectReference() |
java.lang.String |
getCicssys()
Getter for field CICSSYS
|
java.lang.Long |
getDefver()
Getter for field DEFVER
|
ISystemResource.ModeValue |
getMode()
Getter for field MODE
|
ICICSType<ISystemResource> |
getObjectType() |
java.lang.String |
getRdeftype()
Getter for field RDEFTYPE
|
java.lang.String |
getRefdef()
Getter for field REFDEF
|
java.lang.String |
getReftype()
Getter for field REFTYPE
|
java.lang.String |
getRefver()
Getter for field REFVER
|
java.lang.String |
getResassgn()
Getter for field RESASSGN
|
java.lang.String |
getResdef()
Getter for field RESDEF
|
java.lang.String |
getResdesc()
Getter for field RESDESC
|
java.lang.String |
getResgroup()
Getter for field RESGROUP
|
ISystemResource.UsageValue |
getUsage()
Getter for field USAGE
|
getCICSContainergetCICSType, getNameICICSType<ISystemResource> getObjectType()
getObjectType in interface ICICSObjectgetObjectType in interface ICPSMManagergetObjectType in interface com.ibm.cics.model.meta.ITypedObjectjava.lang.String getCicssys()
CICS system name
The name of the CICS system to which the specified resources will be assigned.
java.lang.String getResdef()
Resource definition name
The name of a resource that will be assigned to the specified CICS system.
java.lang.String getRdeftype()
Resource definition type
The type of resource that will be assigned.
Note: Session definitions (SESSDEF) are included here to complete the logical scope picture; however, they are never actually installed in a CICS system.
java.lang.String getResdesc()
Resource description name
The name of a resource description that is associated with the CICS system.
java.lang.String getResassgn()
Resource assignment name
The name of the resource assignment that associates the resource definition with the specified description.
java.lang.String getResgroup()
Resource group name
The name of the resource group that contains the definition of the resource to be assigned.
ISystemResource.UsageValue getUsage()
Resource usage type
Indicates how the resource will be used in the CICS system:
ISystemResource.ModeValue getMode()
Resource usage qualifier
Additional information that CICSPlex SM requires for some resource types to determine which subset of resource attributes to use in processing the assignment:
java.lang.Long getDefver()
Resource definition version
The version number of the resource definition, from 1 to 15.
java.lang.String getRefdef()
Referenced definition name
The name of a resource that is referenced by the resource being assigned. For example, connections (CONNDEF) reference sessions (SESSDEF).
java.lang.String getRefver()
Referenced definition version
The version number of the referenced resource definition, from 1 to 15.
java.lang.String getReftype()
Referenced definition type
The resource type of the referenced resource definition.
java.lang.String getAlias()
Alias for remote definition
For remote resources, the name of the resource as it is known in the remote system.
ISystemResourceReference getCICSObjectReference()
getCICSObjectReference in interface ICICSObjectgetCICSObjectReference in interface ICPSMManagerCopyright ? 2008-2015 IBM Corp. All Rights Reserved.