public interface IFEPINodeDefinition extends ICICSDefinition
Modifier and Type | Interface and Description |
---|---|
static class |
IFEPINodeDefinition.AcquiredStatusValue
Enumeration type for field ACQSTATUS
|
static class |
IFEPINodeDefinition.ChangeAgentValue
Enumeration type for field CHANGEAGENT
|
static class |
IFEPINodeDefinition.NodeServiceStatusValue
Enumeration type for field SERVSTATUS
|
COPYRIGHT
Modifier and Type | Method and Description |
---|---|
IFEPINodeDefinition.AcquiredStatusValue |
getAcquiredStatus()
Getter for field ACQSTATUS
|
IFEPINodeDefinition.ChangeAgentValue |
getChangeAgent()
Getter for field CHANGEAGENT
|
ICICSDefinitionReference<IFEPINodeDefinition> |
getCICSObjectReference() |
java.lang.String |
getNodeList()
Getter for field NODELIST
|
IFEPINodeDefinition.NodeServiceStatusValue |
getNodeServiceStatus()
Getter for field SERVSTATUS
|
ICICSType<IFEPINodeDefinition> |
getObjectType() |
java.lang.String |
getPasswordList()
Getter for field PASSWORDS
|
java.lang.String |
getUserDataArea1()
Getter for field USERDATA1
|
java.lang.String |
getUserDataArea2()
Getter for field USERDATA2
|
java.lang.String |
getUserDataArea3()
Getter for field USERDATA3
|
getChangeAgentRelease, getChangeTime, getChangeUserID, getCICSContainer, getCreateTime, getCSDGroup, getDescription, getVersion
getCICSType, getName
ICICSType<IFEPINodeDefinition> getObjectType()
getObjectType
in interface ICICSDefinition
getObjectType
in interface ICICSObject
getObjectType
in interface IDefinition
getObjectType
in interface com.ibm.cics.model.meta.ITypedObject
IFEPINodeDefinition.ChangeAgentValue getChangeAgent()
Last modification agent
The change agent identifier that made the last modification.
java.lang.String getUserDataArea1()
User data area 1
Optional string of up to 8 characters that allows you to provide additional site-specific data related to the resource definition.
java.lang.String getUserDataArea2()
User data area 2
Optional string of up to 8 characters that allows you to provide additional site-specific data related to the resource definition.
java.lang.String getUserDataArea3()
User data area 3
Optional string of up to 8 characters that allows you to provide additional site-specific data related to the resource definition.
IFEPINodeDefinition.AcquiredStatusValue getAcquiredStatus()
Acquired status
The initial acquire state of the nodes being installed. All nodes listed have the same initial state:
IFEPINodeDefinition.NodeServiceStatusValue getNodeServiceStatus()
Node service status
The initial service state of the nodes being installed. All nodes listed will have the same initial state:
java.lang.String getPasswordList()
Password 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.
java.lang.String getNodeList()
Node 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.
ICICSDefinitionReference<IFEPINodeDefinition> getCICSObjectReference()
getCICSObjectReference
in interface ICICSDefinition
getCICSObjectReference
in interface ICICSObject
getCICSObjectReference
in interface IDefinition
Copyright ? 2008-2015 IBM Corp. All Rights Reserved.