Interface IFEPINode
-
- All Superinterfaces:
ICICSObject
,ICICSResource
,IInstalledCICSResource
,com.ibm.cics.model.meta.ITypedObject
public interface IFEPINode extends ICICSResource, IInstalledCICSResource
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
IFEPINode.AcqstatusValue
Enumeration type for field ACQSTATUSstatic class
IFEPINode.InstlstatusValue
Enumeration type for field INSTLSTATUSstatic class
IFEPINode.ServstatusValue
Enumeration type for field SERVSTATUS
-
Field Summary
-
Fields inherited from interface com.ibm.cics.model.ICICSResource
COPYRIGHT
-
Fields inherited from interface com.ibm.cics.model.IInstalledCICSResource
COPYRIGHT
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Long
getAcqnum()
Getter for field ACQNUMIFEPINode.AcqstatusValue
getAcqstatus()
Getter for field ACQSTATUSIFEPINodeReference
getCICSObjectReference()
IFEPINode.InstlstatusValue
getInstlstatus()
Getter for field INSTLSTATUSjava.lang.Long
getLastacqcode()
Getter for field LASTACQCODEjava.lang.String
getNodename()
Getter for field NODENAMEICICSType<IFEPINode>
getObjectType()
IFEPINode.ServstatusValue
getServstatus()
Getter for field SERVSTATUSjava.lang.String
getUserdata()
Getter for field USERDATA-
Methods inherited from interface com.ibm.cics.model.ICICSObject
getCICSType, getName
-
Methods inherited from interface com.ibm.cics.model.ICICSResource
getCICSContainer, getCICSRelease, getRegionName
-
-
-
-
Method Detail
-
getObjectType
ICICSType<IFEPINode> getObjectType()
- Specified by:
getObjectType
in interfaceICICSObject
- Specified by:
getObjectType
in interfacecom.ibm.cics.model.meta.ITypedObject
-
getNodename
java.lang.String getNodename()
Getter for field NODENAMENode name
The name of the node identifying a connection
-
getAcqnum
java.lang.Long getAcqnum()
Getter for field ACQNUMNumber of node acquires
The number of times the connection has been acquired
-
getAcqstatus
IFEPINode.AcqstatusValue getAcqstatus()
Getter for field ACQSTATUSAcquired status
The acquire state; that is, whether the VTAM ACB is opened or closed. Values are ACQUIRED, ACQUIRING, RELEASED or RELEASING
-
getInstlstatus
IFEPINode.InstlstatusValue getInstlstatus()
Getter for field INSTLSTATUSNode install status
The install state of the node: INSTALLED or NOTINSTALLED
-
getLastacqcode
java.lang.Long getLastacqcode()
Getter for field LASTACQCODESense 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
-
getServstatus
IFEPINode.ServstatusValue getServstatus()
Getter for field SERVSTATUSNode 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.
-
getUserdata
java.lang.String getUserdata()
Getter for field USERDATAUser data for node
The user data for the node
-
getCICSObjectReference
IFEPINodeReference getCICSObjectReference()
- Specified by:
getCICSObjectReference
in interfaceICICSObject
- Specified by:
getCICSObjectReference
in interfaceICICSResource
-
-