com.ibm.cics.model
Interface ICSDResourceDefinition

All Superinterfaces:
ICICSObject, ICSDDefinition, IDefinition, com.ibm.cics.model.meta.ITypedObject

public interface ICSDResourceDefinition
extends ICSDDefinition

generated from CICS resourcetable CSDINGRP


Nested Class Summary
static class ICSDResourceDefinition.DeftypeValue
          Enumeration type for field DEFTYPE
 
Field Summary
static java.lang.String COPYRIGHT
           
 
Method Summary
 java.lang.String getCicssys()
          Getter for field CICSSYS
 java.lang.String getCpsmtype()
          Getter for field CPSMTYPE
 java.lang.String getCsdgroup()
          Getter for field CSDGROUP
 java.lang.String getDefname()
          Getter for field DEFNAME
 ICSDResourceDefinition.DeftypeValue getDeftype()
          Getter for field DEFTYPE
 
Methods inherited from interface com.ibm.cics.model.ICICSObject
getCICSType, getName, getObjectType
 

Field Detail

COPYRIGHT

static final java.lang.String COPYRIGHT
See Also:
Constant Field Values
Method Detail

getCsdgroup

java.lang.String getCsdgroup()
Getter for field CSDGROUP

CSD group name

The name of the CSD group


getDefname

java.lang.String getDefname()
Getter for field DEFNAME

Resource definition

The name of the resource definition.


getDeftype

ICSDResourceDefinition.DeftypeValue getDeftype()
Getter for field DEFTYPE

CICS 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.
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 CPSMTYPE

CPSM resource definition type

Identifies the CPSM type of resource definition which is associated with the resource group.


getCicssys

java.lang.String getCicssys()
Getter for field CICSSYS

CICS system name

The name of the CICS system from which the CSD resource was retrieved.



Copyright © 2008-2012 IBM Corp. All Rights Reserved.