public interface IFEPINode extends ICICSResource, IInstalledCICSResource
Modifier and Type | Interface and Description |
---|---|
static class |
IFEPINode.AcqstatusValue
Enumeration type for field ACQSTATUS
|
static class |
IFEPINode.InstlstatusValue
Enumeration type for field INSTLSTATUS
|
static class |
IFEPINode.ServstatusValue
Enumeration type for field SERVSTATUS
|
COPYRIGHT
COPYRIGHT
Modifier and Type | Method and Description |
---|---|
java.lang.Long |
getAcqnum()
Getter for field ACQNUM
|
IFEPINode.AcqstatusValue |
getAcqstatus()
Getter for field ACQSTATUS
|
IFEPINodeReference |
getCICSObjectReference() |
IFEPINode.InstlstatusValue |
getInstlstatus()
Getter for field INSTLSTATUS
|
java.lang.Long |
getLastacqcode()
Getter for field LASTACQCODE
|
java.lang.String |
getNodename()
Getter for field NODENAME
|
ICICSType<IFEPINode> |
getObjectType() |
IFEPINode.ServstatusValue |
getServstatus()
Getter for field SERVSTATUS
|
java.lang.String |
getUserdata()
Getter for field USERDATA
|
getCICSContainer, getCICSRelease, getRegionName
getCICSType, getName
ICICSType<IFEPINode> getObjectType()
getObjectType
in interface ICICSObject
getObjectType
in interface com.ibm.cics.model.meta.ITypedObject
java.lang.String getNodename()
Node name
The name of the node identifying a connection
java.lang.Long getAcqnum()
Number of node acquires
The number of times the connection has been acquired
IFEPINode.AcqstatusValue getAcqstatus()
Acquired status
The acquire state; that is, whether the VTAM ACB is opened or closed. Values are ACQUIRED, ACQUIRING, RELEASED or RELEASING
IFEPINode.InstlstatusValue getInstlstatus()
Node install status
The install state of the node: INSTALLED or 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
IFEPINode.ServstatusValue getServstatus()
Node service status
The service state of the node. 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.
java.lang.String getUserdata()
User data for node
The user data for the node
IFEPINodeReference getCICSObjectReference()
getCICSObjectReference
in interface ICICSObject
getCICSObjectReference
in interface ICICSResource
Copyright ? 2008-2015 IBM Corp. All Rights Reserved.