com.ibm.cics.model
Interface IMONSpecificationsToSystem

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

public interface IMONSpecificationsToSystem
extends ICPSMDefinition

generated from CICS resourcetable LNKSMSCS


Nested Class Summary
static class IMONSpecificationsToSystem.LinkValue
          Enumeration type for field LINK
 
Field Summary
 
Fields inherited from interface com.ibm.cics.model.ICPSMDefinition
COPYRIGHT
 
Method Summary
<From extends ICICSObject>
ICICSObjectListFactory<From>
findReferences(IReferenceAttribute<From,IMONSpecificationsToSystem> referenceAttribute)
          Returns an ICICSObjectListFactory that can be used to retrieve all objects that reference this ICICSObject by the supplied IReferenceAttribute.
 IMONSpecificationsToSystemReference getCICSObjectReference()
           
 java.lang.String getGroup()
          Getter for field GROUP
 IMONSpecificationsToSystem.LinkValue getLink()
          Getter for field LINK
 ICICSType<IMONSpecificationsToSystem> getObjectType()
           
 java.lang.String getSpec()
          Getter for field SPEC
 java.lang.String getSystem()
          Getter for field SYSTEM
 
Methods inherited from interface com.ibm.cics.model.ICPSMDefinition
getChangeAgent, getChangeAgentRelease, getChangeTime, getChangeUserID, getCreateTime
 
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<IMONSpecificationsToSystem> getObjectType()
Specified by:
getObjectType in interface ICICSObject
Specified by:
getObjectType in interface ICPSMDefinition
Specified by:
getObjectType in interface IDefinition
Specified by:
getObjectType in interface com.ibm.cics.model.meta.ITypedObject

getSpec

java.lang.String getSpec()
Getter for field SPEC

Monitor specification

The name of the monitor specification


getSystem

java.lang.String getSystem()
Getter for field SYSTEM

CICS system

The name of a linked CICS system.


getLink

IMONSpecificationsToSystem.LinkValue getLink()
Getter for field LINK

Creation mode

Indicates how the CICS system is associated with the monitor specification:

EXPLICIT
The CICS system is directly associated with the specification.
INHERIT
The CICS system inherited the specification from a CICS system group of which it is a member.


getGroup

java.lang.String getGroup()
Getter for field GROUP

System group that MONSPEC was inherited from

The name of the CICS system group from which the monitor specification was inherited.


getCICSObjectReference

IMONSpecificationsToSystemReference getCICSObjectReference()
Specified by:
getCICSObjectReference in interface ICICSObject
Specified by:
getCICSObjectReference in interface ICPSMDefinition
Specified by:
getCICSObjectReference in interface IDefinition

findReferences

<From extends ICICSObject> ICICSObjectListFactory<From> findReferences(IReferenceAttribute<From,IMONSpecificationsToSystem> 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.