com.ibm.cics.model
Interface IIntervalControlRequest

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

public interface IIntervalControlRequest
extends ICICSResource

generated from CICS resourcetable REQID


Nested Class Summary
static class IIntervalControlRequest.FmhstatusValue
          Enumeration type for field FMHSTATUS
static class IIntervalControlRequest.RequestTypeValue
          Enumeration type for field REQTYPE
 
Field Summary
 
Fields inherited from interface com.ibm.cics.model.ICICSResource
COPYRIGHT
 
Method Summary
<From extends ICICSObject>
ICICSObjectListFactory<From>
findReferences(IReferenceAttribute<From,IIntervalControlRequest> referenceAttribute)
          Returns an ICICSObjectListFactory that can be used to retrieve all objects that reference this ICICSObject by the supplied IReferenceAttribute.
 IIntervalControlRequestReference getCICSObjectReference()
           
 IIntervalControlRequest.FmhstatusValue getFmhstatus()
          Getter for field FMHSTATUS
 java.lang.String getInterval()
          Getter for field INTERVAL
 java.lang.String getName()
          Getter for field NAME
 ICICSType<IIntervalControlRequest> getObjectType()
           
 java.lang.String getQueue()
          Getter for field QUEUE
 IIntervalControlRequest.RequestTypeValue getRequestType()
          Getter for field REQTYPE
 java.lang.Long getRseq()
          Getter for field RSEQ
 java.lang.String getRtermid()
          Getter for field RTERMID
 java.lang.String getRtransid()
          Getter for field RTRANSID
 java.lang.String getTermID()
          Getter for field TERMID
 java.lang.String getTime()
          Getter for field TIME
 java.lang.String getTransID()
          Getter for field TRANSID
 java.lang.String getUserID()
          Getter for field USERID
 
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

getObjectType

ICICSType<IIntervalControlRequest> getObjectType()
Specified by:
getObjectType in interface ICICSObject
Specified by:
getObjectType in interface com.ibm.cics.model.meta.ITypedObject

getName

java.lang.String getName()
Getter for field NAME

Request name

The name of the request.

Specified by:
getName in interface ICICSObject

getTransID

java.lang.String getTransID()
Getter for field TRANSID

TRANSID specified by command creating request

The transaction name associated with the request.


getRequestType

IIntervalControlRequest.RequestTypeValue getRequestType()
Getter for field REQTYPE

Type of command that created request

The request type attribute.


getUserID

java.lang.String getUserID()
Getter for field USERID

Associated user ID

The ID of the user associated with the task that created this request.


getTermID

java.lang.String getTermID()
Getter for field TERMID

TERMID from START command that created request

The terminal name associated with the request.


getRtransid

java.lang.String getRtransid()
Getter for field RTRANSID

RTRANSID from START command that created request

The remote transaction name associated with the request.


getRtermid

java.lang.String getRtermid()
Getter for field RTERMID

RTERMID from START command that created request

The remote terminal name associated with the request.


getQueue

java.lang.String getQueue()
Getter for field QUEUE

QUEUE from START command that created request

The queue value associated with the request.


getFmhstatus

IIntervalControlRequest.FmhstatusValue getFmhstatus()
Getter for field FMHSTATUS

Function management headers status

Indicates whether the data asociated with the request contains function management headers:


getInterval

java.lang.String getInterval()
Getter for field INTERVAL

Interval until request expires

The amount of time that remains until the request expires.


getTime

java.lang.String getTime()
Getter for field TIME

Expiration time

The expiration time associated with the request. This is expressed as a local time.


getRseq

java.lang.Long getRseq()
Getter for field RSEQ

Sequence number

A sequence number generated to guarantee a unique resource key.


getCICSObjectReference

IIntervalControlRequestReference getCICSObjectReference()
Specified by:
getCICSObjectReference in interface ICICSObject

findReferences

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