public interface ICICSSharedTSQueue extends ICICSResource
Modifier and Type | Interface and Description |
---|---|
static class |
ICICSSharedTSQueue.LocationValue
Enumeration type for field LOCATION
|
static class |
ICICSSharedTSQueue.RecovstatusValue
Enumeration type for field RECOVSTATUS
|
COPYRIGHT
Modifier and Type | Method and Description |
---|---|
ICICSSharedTSQueueReference |
getCICSObjectReference() |
java.lang.Long |
getExpiryint()
Getter for field EXPIRYINT
|
java.lang.Long |
getExpiryintmin()
Getter for field EXPIRYINTMIN
|
java.lang.Long |
getItemCount()
Getter for field NUMITEMS
|
java.lang.Long |
getLastusedint()
Getter for field LASTUSEDINT
|
ICICSSharedTSQueue.LocationValue |
getLocation()
Getter for field LOCATION
|
java.lang.Long |
getMaxItemLength()
Getter for field MAXITEMLEN
|
java.lang.Long |
getMinItemLength()
Getter for field MINITEMLEN
|
java.lang.String |
getName()
Getter for field NAME
|
ICICSType<ICICSSharedTSQueue> |
getObjectType() |
java.lang.String |
getPoolname()
Getter for field POOLNAME
|
java.lang.Long |
getQueueLength()
Getter for field QUELENGTH
|
ICICSSharedTSQueue.RecovstatusValue |
getRecovstatus()
Getter for field RECOVSTATUS
|
java.lang.String |
getTransid()
Getter for field TRANSID
|
getCICSContainer, getCICSRelease, getRegionName
getCICSType
ICICSType<ICICSSharedTSQueue> getObjectType()
getObjectType
in interface ICICSObject
getObjectType
in interface com.ibm.cics.model.meta.ITypedObject
java.lang.String getName()
Queue name
The name of the shared temporary storage queue.
getName
in interface ICICSObject
java.lang.String getPoolname()
Temporary storage pool name
The name of a temporary storage pool. CICS ships the command to the temporary storage server that manages the pool.
ICICSSharedTSQueue.LocationValue getLocation()
Queue location
Indicates where the shared temporary storage queue resides.
java.lang.Long getQueueLength()
Total queue length (bytes)
The total length, in bytes, of all the items in the shared temporary storage queue.
If an AUXILIARY TSQSHR contains an item that is larger than the control interval size of the temporary storage data set, this field will be displayed as N/A.
java.lang.Long getMaxItemLength()
Largest item length (bytes)
The length, in bytes, of the largest item in the shared temporary storage queue.
Note: If an AUXILIARY TSQSHR contains an item that is larger than the control interval size of the temporary storage data set, this field will be displayed as N/A.
java.lang.Long getMinItemLength()
Smallest item length (bytes)
The length, in bytes, of the smallest item in the shared temporary storage queue.
If an AUXILIARY TSQSHR contains an item that is larger than the control interval size of the temporary storage data set, this field will be displayed as N/A.
java.lang.Long getItemCount()
Number of items in queue
The number of items in the shared temporary storage queue.
java.lang.Long getLastusedint()
Interval since queue last used (seconds)
The interval, in seconds, since the shared temporary storage queue was last referenced.
java.lang.String getTransid()
Transaction that created TS queue
The ID of the transaction that created the shared temporary storage queue.
ICICSSharedTSQueue.RecovstatusValue getRecovstatus()
Recovery status
Indicates whether or not the shared temporary storage queue is recoverable.
java.lang.Long getExpiryint()
TS Queue expiry interval (hours)
The last used interval limit time, in hours, which is used to determine whether a temporary storage queue has expired and is eligible to be automatically deleted. The value is derived from the EXPIRYINT value in the TSMODEL, or for CICS TS 5.2 and higher either the EXPIRYINT value or the EXPIRYINTMIN value rounded up to the next hour. The EXPIRYINTMIN value overrides EXPIRYINT. 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.
java.lang.Long getExpiryintmin()
TS Queue expiry interval (minutes)
The last used interval limit time, in minutes, which is used to determine whether a temporary storage queue has expired and is eligible to be automatically deleted. CICS rounds up the value to a multiple of ten minutes. 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 EXPIRYINTMIN can be in the range of 0-to-900000.
ICICSSharedTSQueueReference getCICSObjectReference()
getCICSObjectReference
in interface ICICSObject
getCICSObjectReference
in interface ICICSResource
Copyright © 2008-2013 IBM Corp. All Rights Reserved.