public interface IFEPIConnection extends ICICSResource
Modifier and Type | Interface and Description |
---|---|
static class |
IFEPIConnection.AcqstatusValue
Enumeration type for field ACQSTATUS
|
static class |
IFEPIConnection.InstlstatusValue
Enumeration type for field INSTLSTATUS
|
static class |
IFEPIConnection.ServstatusValue
Enumeration type for field SERVSTATUS
|
static class |
IFEPIConnection.StateValue
Enumeration type for field STATE
|
COPYRIGHT
Modifier and Type | Method and Description |
---|---|
IFEPIConnection.AcqstatusValue |
getAcqstatus()
Getter for field ACQSTATUS
|
java.lang.Long |
getAcquires()
Getter for field ACQUIRES
|
java.lang.Long |
getCharsrecvd()
Getter for field CHARSRECVD
|
java.lang.Long |
getCharssent()
Getter for field CHARSSENT
|
IFEPIConnectionReference |
getCICSObjectReference() |
java.lang.Long |
getConversatns()
Getter for field CONVERSATNS
|
java.lang.Long |
getErrors()
Getter for field ERRORS
|
IFEPIConnection.InstlstatusValue |
getInstlstatus()
Getter for field INSTLSTATUS
|
java.lang.Long |
getLastacqcode()
Getter for field LASTACQCODE
|
java.lang.String |
getNodename()
Getter for field NODENAME
|
ICICSType<IFEPIConnection> |
getObjectType() |
java.lang.String |
getPoolname()
Getter for field POOLNAME
|
java.lang.Long |
getRecvtimeout()
Getter for field RECVTIMEOUT
|
IFEPIConnection.ServstatusValue |
getServstatus()
Getter for field SERVSTATUS
|
IFEPIConnection.StateValue |
getState()
Getter for field STATE
|
java.lang.String |
getTargetname()
Getter for field TARGETNAME
|
java.lang.Long |
getUnsolicinp()
Getter for field UNSOLICINP
|
java.lang.String |
getUserdata()
Getter for field USERDATA
|
java.lang.Long |
getWaitconvnum()
Getter for field WAITCONVNUM
|
getCICSContainer, getCICSRelease, getRegionName
getCICSType, getName
ICICSType<IFEPIConnection> getObjectType()
getObjectType
in interface ICICSObject
getObjectType
in interface com.ibm.cics.model.meta.ITypedObject
java.lang.String getTargetname()
Target name
The target identifying the connection
java.lang.String getNodename()
Node name
The name of the node identifying a connection
java.lang.String getPoolname()
Pool name
The FEPI pool name
java.lang.Long getAcquires()
Number of acquires
The total number of times the connection has been acquired
java.lang.Long getConversatns()
Number of conversations
The total number of conversations that have used this connection
java.lang.Long getUnsolicinp()
Number of unsolicited inputs
The total number of times unsolicited input was received on this connection
java.lang.Long getCharssent()
Number of characters sent
The total number of characters of data sent on this connection
java.lang.Long getCharsrecvd()
Number of characters received
The total number of characters of data received on this connection
java.lang.Long getRecvtimeout()
Number of receive timeouts
The total number of times a FEPI RECEIVE timed-out on this connection
java.lang.Long getErrors()
Number of error conditions
The total number of VTAMB. error conditions raised for this connection
IFEPIConnection.AcqstatusValue getAcqstatus()
Acquired status
The acquire state; that is , whether a session on the connection is bound or not. Values are : ACQUIRED, ACQUIRING, RELEASED or RELEASING
IFEPIConnection.InstlstatusValue getInstlstatus()
Connections install status
Specifies whether the resource is installed, or is in the process of being discarded, waiting for the conversations that are using it to end. Input values: INSTALLED, NOTINSTALLED
java.lang.Long getLastacqcode()
Sense code from last REQSESS request
The result of the last acquire request for the connection; that is, the sense code from the last VTAM REQSESS, zero indicating success
IFEPIConnection.ServstatusValue getServstatus()
Connection service status
Specifies the service status of the connection; that is, whether it can be used for a conversation. The service status can be INSERVICE to allow usage, or to OUTSERVICE to stop usage for any new conversation. Note that setting OUTSERVICE does not end any existing conversations that are using the resource; the status is GOINGOUT until the existing conversations end.
IFEPIConnection.StateValue getState()
Conversation status
A 12-character value identifying the state of the conversation using the connection. The values are:
java.lang.Long getWaitconvnum()
Number of conversations waiting for connection
The total number of conversations waiting for this connection
java.lang.String getUserdata()
User data for connection
The user data for the connection
IFEPIConnectionReference getCICSObjectReference()
getCICSObjectReference
in interface ICICSObject
getCICSObjectReference
in interface ICICSResource
Copyright ? 2008-2015 IBM Corp. All Rights Reserved.