Interface IIntervalControlRequest
-
- All Superinterfaces:
ICICSObject
,ICICSResource
,com.ibm.cics.model.meta.ITypedObject
public interface IIntervalControlRequest extends ICICSResource
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
IIntervalControlRequest.FmhstatusValue
Enumeration type for field FMHSTATUSstatic class
IIntervalControlRequest.RequestTypeValue
Enumeration type for field REQTYPE
-
Field Summary
-
Fields inherited from interface com.ibm.cics.model.ICICSResource
COPYRIGHT
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IIntervalControlRequestReference
getCICSObjectReference()
IIntervalControlRequest.FmhstatusValue
getFmhstatus()
Getter for field FMHSTATUSjava.lang.String
getInterval()
Getter for field INTERVALjava.lang.String
getName()
Getter for field NAMEICICSType<IIntervalControlRequest>
getObjectType()
java.lang.String
getQueue()
Getter for field QUEUEIIntervalControlRequest.RequestTypeValue
getRequestType()
Getter for field REQTYPEjava.lang.Long
getRseq()
Getter for field RSEQjava.lang.String
getRtermid()
Getter for field RTERMIDjava.lang.String
getRtransid()
Getter for field RTRANSIDjava.lang.String
getTermID()
Getter for field TERMIDjava.lang.String
getTime()
Getter for field TIMEjava.lang.String
getTransID()
Getter for field TRANSIDjava.lang.String
getUserID()
Getter for field USERID-
Methods inherited from interface com.ibm.cics.model.ICICSObject
getCICSType
-
Methods inherited from interface com.ibm.cics.model.ICICSResource
getCICSContainer, getCICSRelease, getRegionName
-
-
-
-
Method Detail
-
getObjectType
ICICSType<IIntervalControlRequest> getObjectType()
- Specified by:
getObjectType
in interfaceICICSObject
- Specified by:
getObjectType
in interfacecom.ibm.cics.model.meta.ITypedObject
-
getName
java.lang.String getName()
Getter for field NAMERequest name
The name of the request.
- Specified by:
getName
in interfaceICICSObject
-
getTransID
java.lang.String getTransID()
Getter for field TRANSIDTRANSID specified by command creating request
The transaction name associated with the request.
-
getRequestType
IIntervalControlRequest.RequestTypeValue getRequestType()
Getter for field REQTYPEType of command that created request
The request type attribute.
- DELAY - The queued request was issued by a DELAY command.
- POST - The queued request was issued by a POST command.
- START - The queued request was issued by a START command.
- ROUTE - The queued request was issued by a ROUTE command.
-
getUserID
java.lang.String getUserID()
Getter for field USERIDAssociated user ID
The ID of the user associated with the task that created this request.
-
getTermID
java.lang.String getTermID()
Getter for field TERMIDTERMID from START command that created request
The terminal name associated with the request.
-
getRtransid
java.lang.String getRtransid()
Getter for field RTRANSIDRTRANSID from START command that created request
The remote transaction name associated with the request.
-
getRtermid
java.lang.String getRtermid()
Getter for field RTERMIDRTERMID from START command that created request
The remote terminal name associated with the request.
-
getQueue
java.lang.String getQueue()
Getter for field QUEUEQUEUE from START command that created request
The queue value associated with the request.
-
getFmhstatus
IIntervalControlRequest.FmhstatusValue getFmhstatus()
Getter for field FMHSTATUSFunction management headers status
Indicates whether the data asociated with the request contains function management headers:
- FMH - The data associated with the request contains a function management header.
- NOFMH - The data associated with the request does not contain a function management header.
- NOTAPPLIC - Either there is no data associated with the request or the request type is not START or ROUTE.
-
getInterval
java.lang.String getInterval()
Getter for field INTERVALInterval until request expires
The amount of time that remains until the request expires.
-
getTime
java.lang.String getTime()
Getter for field TIMEExpiration time
The expiration time associated with the request. This is expressed as an absolute value measured from the midnight (local time) preceeding the request. The hours until expiry will be greater than 23 if the request expires beyond the current day.
-
getRseq
java.lang.Long getRseq()
Getter for field RSEQSequence number
A sequence number generated to guarantee a unique resource key.
-
getCICSObjectReference
IIntervalControlRequestReference getCICSObjectReference()
- Specified by:
getCICSObjectReference
in interfaceICICSObject
- Specified by:
getCICSObjectReference
in interfaceICICSResource
-
-