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
 
Fields inherited from interface com.ibm.cics.model.ICSDDefinition
COPYRIGHT
 
Method Summary
<From extends ICICSObject>
ICICSObjectListFactory<From>
findReferences(IReferenceAttribute<From,ICSDResourceDefinition> referenceAttribute)
          Returns an ICICSObjectListFactory that can be used to retrieve all objects that reference this ICICSObject by the supplied IReferenceAttribute.
 ICSDResourceDefinitionReference getCICSObjectReference()
           
 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
 ICICSType<ICSDResourceDefinition> getObjectType()
           
 
Methods inherited from interface com.ibm.cics.model.ICICSObject
getCICSType, getName
 
Methods inherited from interface com.ibm.cics.model.meta.ITypedObject
getAttributeValue
 

Method Detail

getObjectType

ICICSType<ICSDResourceDefinition> getObjectType()
Specified by:
getObjectType in interface ICICSObject
Specified by:
getObjectType in interface ICSDDefinition
Specified by:
getObjectType in interface IDefinition
Specified by:
getObjectType in interface com.ibm.cics.model.meta.ITypedObject

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.


getCICSObjectReference

ICSDResourceDefinitionReference getCICSObjectReference()
Specified by:
getCICSObjectReference in interface ICICSObject
Specified by:
getCICSObjectReference in interface ICSDDefinition
Specified by:
getCICSObjectReference in interface IDefinition

findReferences

<From extends ICICSObject> ICICSObjectListFactory<From> findReferences(IReferenceAttribute<From,ICSDResourceDefinition> referenceAttribute)
Returns an ICICSObjectListFactory that can be used to retrieve all objects that reference this ICICSObject by the supplied IReferenceAttribute. The list factory can be activated by the caller when necessary. This method does not perform any I/O.



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