Package com.ibm.cics.model
Interface ICSDResourceDefinition
-
- All Superinterfaces:
ICICSObject
,ICSDDefinition
,IDefinition
,com.ibm.cics.model.meta.ITypedObject
public interface ICSDResourceDefinition extends ICSDDefinition
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
ICSDResourceDefinition.DeftypeValue
Enumeration type for field DEFTYPE
-
Field Summary
-
Fields inherited from interface com.ibm.cics.model.ICSDDefinition
COPYRIGHT
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ICSDResourceDefinitionReference
getCICSObjectReference()
ICSDGroupDefinitionReference
getContainingGroup()
java.lang.String
getCpsmtype()
Getter for field CPSMTYPEjava.lang.String
getCsdgroup()
Getter for field CSDGROUPjava.lang.String
getDefname()
Getter for field DEFNAMEICSDResourceDefinition.DeftypeValue
getDeftype()
Getter for field DEFTYPEICICSType<ICSDResourceDefinition>
getObjectType()
-
Methods inherited from interface com.ibm.cics.model.ICICSObject
getCICSType, getName
-
Methods inherited from interface com.ibm.cics.model.ICSDDefinition
getCICSContainer, getCICSSystem
-
-
-
-
Method Detail
-
getObjectType
ICICSType<ICSDResourceDefinition> getObjectType()
- Specified by:
getObjectType
in interfaceICICSObject
- Specified by:
getObjectType
in interfaceICSDDefinition
- Specified by:
getObjectType
in interfaceIDefinition
- Specified by:
getObjectType
in interfacecom.ibm.cics.model.meta.ITypedObject
-
getCsdgroup
java.lang.String getCsdgroup()
Getter for field CSDGROUPCSD group name
The name of the CSD group
-
getDefname
java.lang.String getDefname()
Getter for field DEFNAMEResource definition
The name of the resource definition.
-
getDeftype
ICSDResourceDefinition.DeftypeValue getDeftype()
Getter for field DEFTYPECICS resource definition type
Identifies the CICS resource type of the resource definition which is associated with the resource group. The values are as follows:
- ATOMSERVICE
- The resource is an ATOMSERVICE.
- BUNDLE
- The resource is a BUNDLE.
- CONNECTION
- The resource is a CONNECTION.
- CORBASERVER
- The resource is a CORBASERVER.
- DB2CONN
- The resource is a DB2CONN.
- DB2ENTRY
- The resource is a DB2ENTRY.
- DB2TRAN
- The resource is a DB2TRAN.
- DJAR
- The resource is a DJAR.
- DUMPCODE
- The resource is a DUMPCODE.
- DOCTEMPLATE
- The resource is a DOCTEMPLATE.
- ENQMODEL
- The resource is a ENQMODEL.
- FILE
- The resource is a FILE.
- IPCONN
- The resource is an IPCONN.
- JOURNALMODEL
- The resource is a JOURNALMODEL.
- JVMSERVER
- The resource is a JVMSERVER.
- LIBRARY
- The resource is a LIBRARY.
- LSRPOOL
- The resource is a LSRPOOL.
- MAP
- The resource is a MAPSET.
- MQCONN
- The resource is an MQCONN.
- PARTITIONSET
- The resource is a PARTITIONSET.
- PARTNER
- The resource is a PARTNER.
- PIPELINE
- The resource is a PIPELINE.
- PROCESSTYPE
- The resource is a PROCESSTYPE.
- PROFILE
- The resource is a PROFILE.
- PROGRAM
- The resource is a PROGRAM.
- REQUESTMODEL
- The resource is a REQUESTMODEL.
- SESSIONS
- The resource is a SESSIONS definition.
- TCPIPSERVICE
- The resource is a TCPIPSERVICE.
- TDQUEUE
- The resource is a TDQUEUE.
- TERMINAL
- The resource is a TERMINAL.
- TRANCLASS
- The resource is a TRANCLASS.
- TRANSACTION
- The resource is a TRANSACTION.
- TSMODEL
- The resource is a TSMODEL.
- TYPETERM
- The resource is a TYPETERM.
- URIMAP
- The resource is a URIMAP.
- WEBSERVICE
- The resource is a WEBSERVICE.
-
getCpsmtype
java.lang.String getCpsmtype()
Getter for field CPSMTYPECPSM resource definition type
Identifies the CPSM type of resource definition which is associated with the resource group.
-
getContainingGroup
ICSDGroupDefinitionReference getContainingGroup()
-
getCICSObjectReference
ICSDResourceDefinitionReference getCICSObjectReference()
- Specified by:
getCICSObjectReference
in interfaceICICSObject
- Specified by:
getCICSObjectReference
in interfaceICSDDefinition
- Specified by:
getCICSObjectReference
in interfaceIDefinition
-
-