|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITSModelDefinition
generated from CICS resourcetable TSMDEF
Nested Class Summary | |
---|---|
static class |
ITSModelDefinition.LocationValue
Enumeration type for field LOCATION |
Method Summary | |
---|---|
java.lang.Long |
getExpiryint()
Getter for field EXPIRYINT |
ITSModelDefinition.LocationValue |
getLocation()
Getter for field LOCATION |
java.lang.String |
getPoolname()
Getter for field POOLNAME |
java.lang.String |
getPrefix()
Getter for field PREFIX |
ICICSEnums.YesNoValue |
getRecovery()
Getter for field RECOVERY |
java.lang.String |
getRemoteprefix()
Getter for field REMOTEPREFIX |
java.lang.String |
getRemotesystem()
Getter for field REMOTESYSTEM |
ICICSEnums.YesNoValue |
getSecurity()
Getter for field SECURITY |
java.lang.String |
getUserdata1()
Getter for field USERDATA1 |
java.lang.String |
getUserdata2()
Getter for field USERDATA2 |
java.lang.String |
getUserdata3()
Getter for field USERDATA3 |
java.lang.String |
getXprefix()
Getter for field XPREFIX |
java.lang.String |
getXremotepfx()
Getter for field XREMOTEPFX |
Methods inherited from interface com.ibm.cics.model.ICICSDefinition |
---|
getChangeAgent, getChangeAgentRelease, getChangeTime, getChangeUserID, getCreateTime, getCSDGroup, getDescription, getVersion |
Methods inherited from interface com.ibm.cics.model.ICICSObject |
---|
getCICSType, getName, getObjectType |
Method Detail |
---|
java.lang.String getPrefix()
TS queue prefix
The character string that is to be used as the prefix for this model. The prefix may be up to 16 characters in length.
You can use either upper case, or lower case, or a mixture of the two for the prefix name; lower case is not folded to upper case. For example, queue prefixes EYUPREFIX, EYUprefix, and eyuprefix identify three different queue models. If you are using CECI, or any other application that does not support mixed case prefix names, you should check that your data is being written to the correct temporary storage queue.
ITSModelDefinition.LocationValue getLocation()
Queue location
Specifies whether the queue is to be held in auxiliary or main storage:
ICICSEnums.YesNoValue getRecovery()
Recovery option
Specifies whether or not queues matching this model are to be recoverable.
ICICSEnums.YesNoValue getSecurity()
Security option
Specifies whether security checking is to be performed for queues matching this model.
java.lang.String getPoolname()
Shared TS pool name
the 8-character name of the shared temporary storage pool definition that you want to use with this TSMODEL definition. The name can be up to eight characters in length.
java.lang.String getRemotesystem()
Remote system ID
The name of the connection that links the local system to the remote system where the temporary storage queue resides. REMOTESYSTEM and POOLNAME are mutually exclusive. If REMOTESYSTEM is specified, POOLNAME is ignored.
java.lang.String getRemoteprefix()
Remote TS queue prefix
The character string that is to be used as the prefix on the remote system. The prefix may be up to 16 characters in length.
java.lang.String getUserdata1()
User data area 1
Optional string of up to 8 characters that allows you to provide additional site-specific data related to the BAS resource definition. This field is ignored for CICS CSD resource definitions.
java.lang.String getUserdata2()
User data area 2
Optional string of up to 8 characters that allows you to provide additional site-specific data related to the BAS resource definition. This field is ignored for CICS CSD resource definitions.
java.lang.String getUserdata3()
User data area 3
Optional string of up to 8 characters that allows you to provide additional site-specific data related to the BAS resource definition. This field is ignored for CICS CSD resource definitions.
java.lang.String getXprefix()
Hexadecimal TS queue prefix
An alternative to PREFIX. Enter a hexadecimal string, up to 32-characters in length, that is to be used as the prefix for this model. Because XPREFIX is specified in hexadecimal form, you can use a name that contains characters that you cannot enter in the PREFIX attribute. Generic prefix names are allowed, using a single wildcard character, hex 4E
java.lang.String getXremotepfx()
Hexadecimal remote TS queue prefix
An alternative to REMOTEPREFIX. Enter a hexadecimal string, up to 32-characters in length, that is to be used as the prefix on the remote system. Because XREMOTEPREFIX is specified in hexadecimal form, you can use a name that contains characters that you cannot enter in the REMOTEPREFIX attribute. Generic prefix names are allowed, using a single wildcard character, hex 4E.
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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |