|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITSModel
generated from CICS resourcetable TSMODEL
Nested Class Summary | |
---|---|
static class |
ITSModel.ChangeAgentValue
Enumeration type for field CHANGEAGENT |
static class |
ITSModel.InstallAgentValue
Enumeration type for field INSTALLAGENT |
static class |
ITSModel.LocationValue
Enumeration type for field LOCATION |
static class |
ITSModel.RecovstatusValue
Enumeration type for field RECOVSTATUS |
static class |
ITSModel.SecurityStatusValue
Enumeration type for field SECURITYST |
Field Summary |
---|
Fields inherited from interface com.ibm.cics.model.ICICSResource |
---|
COPYRIGHT |
Fields inherited from interface com.ibm.cics.model.IInstalledCICSResource |
---|
COPYRIGHT |
Method Summary | ||
---|---|---|
|
findReferences(IReferenceAttribute<From,ITSModel> referenceAttribute)
Returns an ICICSObjectListFactory that can be used to retrieve all objects that reference this ICICSObject by the supplied IReferenceAttribute. |
|
java.lang.Long |
getBasdefinever()
Getter for field BASDEFINEVER |
|
ITSModel.ChangeAgentValue |
getChangeAgent()
Getter for field CHANGEAGENT |
|
java.lang.String |
getChangeAgentRelease()
Getter for field CHANGEAGREL |
|
java.util.Date |
getChangeTime()
Getter for field CHANGETIME |
|
java.lang.String |
getChangeUserID()
Getter for field CHANGEUSRID |
|
ITSModelReference |
getCICSObjectReference()
|
|
java.lang.String |
getDefineSource()
Getter for field DEFINESOURCE |
|
java.util.Date |
getDefineTime()
Getter for field DEFINETIME |
|
java.lang.Long |
getExpiryint()
Getter for field EXPIRYINT |
|
ITSModel.InstallAgentValue |
getInstallAgent()
Getter for field INSTALLAGENT |
|
java.util.Date |
getInstallTime()
Getter for field INSTALLTIME |
|
java.lang.String |
getInstallUserID()
Getter for field INSTALLUSRID |
|
ITSModel.LocationValue |
getLocation()
Getter for field LOCATION |
|
java.lang.String |
getName()
Getter for field NAME |
|
ICICSType<ITSModel> |
getObjectType()
|
|
java.lang.String |
getPoolname()
Getter for field POOLNAME |
|
ITSModel.RecovstatusValue |
getRecovstatus()
Getter for field RECOVSTATUS |
|
java.lang.String |
getRemoteprefix()
Getter for field REMOTEPREFIX |
|
java.lang.String |
getRemotesystem()
Getter for field REMOTESYSTEM |
|
ITSModel.SecurityStatusValue |
getSecurityStatus()
Getter for field SECURITYST |
|
java.lang.String |
getTSQueuePrefix()
Getter for field PREFIX |
Methods inherited from interface com.ibm.cics.model.ICICSResource |
---|
getCICSRelease, getRegionName |
Methods inherited from interface com.ibm.cics.model.ICICSObject |
---|
getCICSType |
Methods inherited from interface com.ibm.cics.model.meta.ITypedObject |
---|
getAttributeValue |
Method Detail |
---|
ICICSType<ITSModel> getObjectType()
getObjectType
in interface ICICSObject
getObjectType
in interface com.ibm.cics.model.meta.ITypedObject
java.lang.String getName()
TS model name
The name of the temporary storage model.
getName
in interface ICICSObject
java.lang.String getTSQueuePrefix()
TS queue prefix
The prefix used for evaluating the temporary storage queues to which this model is to be applied.
ITSModel.LocationValue getLocation()
Queue location
Identifies the location of temporary storage queues matching this model as one of the following:
ITSModel.RecovstatusValue getRecovstatus()
Recovery status
This defines the recovery characteristics for temporary storage queues matching this model and has a value of RECOVERABLE or NOTRECOVABLE.
ITSModel.SecurityStatusValue getSecurityStatus()
Security status
This defines the security characteristics for temporary storage queues matching this model and has a value of EXTSECURITY or NOSECURITY.
java.lang.String getPoolname()
Shared TS pool name
The name of the shared temporary storage pool to be used by this TS Model.
java.lang.String getRemotesystem()
Remote system ID
The name of the Remote CICS System on which the queues matching this model is defined.
java.lang.String getRemoteprefix()
Remote TS queue prefix
The prefix of the queues on the remote system that this model is applied to.
ITSModel.ChangeAgentValue getChangeAgent()
Last modification agent
The change agent identifier that made the last modification.
java.lang.String getChangeUserID()
Last modification user ID
The user ID that made the last modification to the resource definition.
java.lang.String getChangeAgentRelease()
Last modification agent release
The CICS release level of the agent that made the last modification to the resource definition.
java.util.Date getChangeTime()
Last modification time
The local date and time when the definition was last changed.
java.lang.String getDefineSource()
Source of the resource definition
The source of the definition, depending on which agent made the last change.
java.util.Date getDefineTime()
Creation time
The local date and time when the resource definition record was created on DFHCSD or EYUDREP.
java.lang.String getInstallUserID()
Installation user ID
The user ID that installed the resource definition.
java.util.Date getInstallTime()
Installation time
The local date and time when the definition was installed.
ITSModel.InstallAgentValue getInstallAgent()
Installation agent
The install agent identifier that made the installation.
java.lang.Long getBasdefinever()
BAS resource definition version
The BAS version number of this definition.
java.lang.Long getExpiryint()
TS Queue expiry interval (hours)
This parameter specifies the last used interval limit time, in hours, which is used to determine whether a temporary storage queue based on this TSMODEL has expired and is eligible to be automatically deleted. The value in the TSMODEL at the time a temporary storage queue is created will be used for the lifetime of a queue even if the TSMODEL is subsequently changed. The value of EXPIRYINT can be in the range of 0-to-15000.
ITSModelReference getCICSObjectReference()
getCICSObjectReference
in interface ICICSObject
<From extends ICICSObject> ICICSObjectListFactory<From> findReferences(IReferenceAttribute<From,ITSModel> referenceAttribute)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |