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 classIFEPINode.AcqstatusValueEnumeration type for field ACQSTATUSstatic classIFEPINode.InstlstatusValueEnumeration type for field INSTLSTATUSstatic classIFEPINode.ServstatusValueEnumeration 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.LonggetAcqnum()Getter for field ACQNUMIFEPINode.AcqstatusValuegetAcqstatus()Getter for field ACQSTATUSIFEPINodeReferencegetCICSObjectReference()IFEPINode.InstlstatusValuegetInstlstatus()Getter for field INSTLSTATUSjava.lang.LonggetLastacqcode()Getter for field LASTACQCODEjava.lang.StringgetNodename()Getter for field NODENAMEICICSType<IFEPINode>getObjectType()IFEPINode.ServstatusValuegetServstatus()Getter for field SERVSTATUSjava.lang.StringgetUserdata()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:
getObjectTypein interfaceICICSObject- Specified by:
getObjectTypein 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:
getCICSObjectReferencein interfaceICICSObject- Specified by:
getCICSObjectReferencein interfaceICICSResource
-
-