Interface IFEPINodeDefinition
-
- All Superinterfaces:
ICICSDefinition
,ICICSObject
,IDefinition
,com.ibm.cics.model.meta.ITypedObject
public interface IFEPINodeDefinition extends ICICSDefinition
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
IFEPINodeDefinition.AcquiredStatusValue
Enumeration type for field ACQSTATUSstatic class
IFEPINodeDefinition.ChangeAgentValue
Enumeration type for field CHANGEAGENTstatic class
IFEPINodeDefinition.NodeServiceStatusValue
Enumeration type for field SERVSTATUS
-
Field Summary
-
Fields inherited from interface com.ibm.cics.model.ICICSDefinition
COPYRIGHT
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IFEPINodeDefinition.AcquiredStatusValue
getAcquiredStatus()
Getter for field ACQSTATUSIFEPINodeDefinition.ChangeAgentValue
getChangeAgent()
Getter for field CHANGEAGENTICICSDefinitionReference<IFEPINodeDefinition>
getCICSObjectReference()
java.lang.String
getNodeList()
Getter for field NODELISTIFEPINodeDefinition.NodeServiceStatusValue
getNodeServiceStatus()
Getter for field SERVSTATUSICICSType<IFEPINodeDefinition>
getObjectType()
java.lang.String
getPasswordList()
Getter for field PASSWORDSjava.lang.String
getUserDataArea1()
Getter for field USERDATA1java.lang.String
getUserDataArea2()
Getter for field USERDATA2java.lang.String
getUserDataArea3()
Getter for field USERDATA3-
Methods inherited from interface com.ibm.cics.model.ICICSDefinition
getChangeAgentRelease, getChangeTime, getChangeUserID, getCICSContainer, getCreateTime, getCSDGroup, getDescription, getVersion
-
Methods inherited from interface com.ibm.cics.model.ICICSObject
getCICSType, getName
-
-
-
-
Method Detail
-
getObjectType
ICICSType<IFEPINodeDefinition> getObjectType()
- Specified by:
getObjectType
in interfaceICICSDefinition
- Specified by:
getObjectType
in interfaceICICSObject
- Specified by:
getObjectType
in interfaceIDefinition
- Specified by:
getObjectType
in interfacecom.ibm.cics.model.meta.ITypedObject
-
getChangeAgent
IFEPINodeDefinition.ChangeAgentValue getChangeAgent()
Getter for field CHANGEAGENTLast modification agent
The change agent identifier that made the last modification.
- DREPAPI - Resource was last changed by a CICSPlex SM API command.
- N_A - Resource was created or last updated prior to CICS TS Version 4 Release 1 and support for resource signatures.
-
getUserDataArea1
java.lang.String getUserDataArea1()
Getter for field USERDATA1User data area 1
Optional string of up to 8 characters that allows you to provide additional site-specific data related to the resource definition.
-
getUserDataArea2
java.lang.String getUserDataArea2()
Getter for field USERDATA2User data area 2
Optional string of up to 8 characters that allows you to provide additional site-specific data related to the resource definition.
-
getUserDataArea3
java.lang.String getUserDataArea3()
Getter for field USERDATA3User data area 3
Optional string of up to 8 characters that allows you to provide additional site-specific data related to the resource definition.
-
getAcquiredStatus
IFEPINodeDefinition.AcquiredStatusValue getAcquiredStatus()
Getter for field ACQSTATUSAcquired status
The initial acquire state of the nodes being installed. All nodes listed have the same initial state:
- ACQUIRED - The VTAM ACB for the node is to be opened and 'set logon start' is to be done.
- RELEASED - The VTAM ACB for the node is not be opened.
-
getNodeServiceStatus
IFEPINodeDefinition.NodeServiceStatusValue getNodeServiceStatus()
Getter for field SERVSTATUSNode service status
The initial service state of the nodes being installed. All nodes listed will have the same initial state:
- INSERVICE - The nodes are in service and can be used in a conversation.
- OUTSERVICE - The nodes are not in service and cannot be used for any conversations.
-
getPasswordList
java.lang.String getPasswordList()
Getter for field PASSWORDSPassword list
A contiguous array of 8-character passwords. They correspond one-to-one with the node names in NODELIST. The passwords are those that VTAM requires to access the application minor nodes. They are not required if passwords are not used. You can use a value of 8 null characters (X'00') to indicate no password.
-
getNodeList
java.lang.String getNodeList()
Getter for field NODELISTNode list
A contiguous array of 8-character node names (that is, VTAM application minor node names in the front-end). Names must not contain null characters (X'00'), leading blanks, or embedded blanks. You can specify a maximum of 64 node names.
-
getCICSObjectReference
ICICSDefinitionReference<IFEPINodeDefinition> getCICSObjectReference()
- Specified by:
getCICSObjectReference
in interfaceICICSDefinition
- Specified by:
getCICSObjectReference
in interfaceICICSObject
- Specified by:
getCICSObjectReference
in interfaceIDefinition
-
-