Package com.ibm.cics.model
Interface ICICSResource
-
- All Superinterfaces:
ICICSObject
,com.ibm.cics.model.meta.ITypedObject
- All Known Subinterfaces:
IAtomService
,IBridgeFacility
,IBundle
,IBundlePart
,ICaptureSpecification
,ICaptureSpecificationData
,ICaptureSpecificationInfo
,ICaptureSpecificationOptions
,ICICSRegionTags
,ICICSSharedTSQueue
,ICompletedTask
,IConnection
,ICorbaServer
,IDataTable
,IDB2Connection
,IDB2Entry
,IDB2Transaction
,IDBCTLSubsystem
,IDocumentTemplate
,IDynamicStorageArea
,IEPAdapter
,IEPAdapterInSet
,IEPAdapterSet
,IEventBinding
,IEventProcessing
,IExtrapartitionTDQueue
,IFeature
,IFEPIConnection
,IFEPINode
,IFEPIPool
,IFEPIProperty
,IFEPITarget
,IGlobalDynamicStorageArea
,IGlobalTCPIPStatistics
,IGlobalTDQueueStatistics
,IGlobalTSQueueStatistics
,IGlobalUserExit
,IIndirectTDQueue
,IIntervalControlRequest
,IIntrapartitionTDQueue
,IIPICConnection
,IJournalModel
,IJournalName
,IJVMClassCache
,IJVMEndpoint
,IJVMPool
,IJVMProfile
,IJVMServer
,IJVMStatus
,ILibrary
,ILibraryDSName
,ILocalFile
,ILocalTransaction
,ILSRPool
,ILSRPoolBuffer
,IModeName
,IMonitoringAndStatistics
,INodejsApplication
,IOSGiBundle
,IOSGiService
,IPackageset
,IPhysicalDataSet
,IPipeline
,IPolicyRule
,IProcessType
,IProgram
,IRegion
,IRemoteFile
,IRemoteTDQueue
,IRemoteTransaction
,IRPLList
,ISecurityDiscovery
,ISecurityRequestRecording
,IStreamName
,ISystemDump
,ISystemParameter
,ITask
,ITaskAssociation
,ITaskHistoryCollection
,ITaskRelatedUserExit
,ITCPIPService
,ITerminal
,ITransactionClass
,ITransactionDump
,ITSModel
,ITSQueue
,IUnitOfWorkEnqueue
,IUnitOfWorkLink
,IURIMap
,IWebService
,IWMQConnection
,IWMQConnectionStatistics
,IWMQInitiationQueue
,IWMQMonitor
,IXMLTransform
,IZosWorkLoad
public interface ICICSResource extends ICICSObject
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
COPYRIGHT
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ICICSResourceContainer
getCICSContainer()
ICICSResourceReference<? extends ICICSResource>
getCICSObjectReference()
java.lang.String
getCICSRelease()
java.lang.String
getRegionName()
-
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
-
getRegionName
java.lang.String getRegionName()
-
getCICSRelease
java.lang.String getCICSRelease()
-
getCICSObjectReference
ICICSResourceReference<? extends ICICSResource> getCICSObjectReference()
- Specified by:
getCICSObjectReference
in interfaceICICSObject
-
getCICSContainer
ICICSResourceContainer getCICSContainer()
- Specified by:
getCICSContainer
in interfaceICICSObject
-
-