public interface IFEPITargetDefinition extends ICICSDefinition
Modifier and Type | Interface and Description |
---|---|
static class |
IFEPITargetDefinition.ChangeAgentValue
Enumeration type for field CHANGEAGENT
|
static class |
IFEPITargetDefinition.ServiceStatusValue
Enumeration type for field SERVSTATUS
|
COPYRIGHT
Modifier and Type | Method and Description |
---|---|
IFEPITargetDefinition.ChangeAgentValue |
getChangeAgent()
Getter for field CHANGEAGENT
|
ICICSDefinitionReference<IFEPITargetDefinition> |
getCICSObjectReference() |
ICICSType<IFEPITargetDefinition> |
getObjectType() |
IFEPITargetDefinition.ServiceStatusValue |
getServiceStatus()
Getter for field SERVSTATUS
|
java.lang.String |
getTargetList()
Getter for field TARGETLIST
|
java.lang.String |
getUserDataArea1()
Getter for field USERDATA1
|
java.lang.String |
getUserDataArea2()
Getter for field USERDATA2
|
java.lang.String |
getUserDataArea3()
Getter for field USERDATA3
|
java.lang.String |
getVTAMApplicationIDs()
Getter for field APPLLIST
|
getChangeAgentRelease, getChangeTime, getChangeUserID, getCICSContainer, getCreateTime, getCSDGroup, getDescription, getVersion
getCICSType, getName
ICICSType<IFEPITargetDefinition> getObjectType()
getObjectType
in interface ICICSDefinition
getObjectType
in interface ICICSObject
getObjectType
in interface IDefinition
getObjectType
in interface com.ibm.cics.model.meta.ITypedObject
IFEPITargetDefinition.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.
IFEPITargetDefinition.ServiceStatusValue getServiceStatus()
Service status
The initial service state of the pool being installed and the connections being created. All new connections will have the same initial state. The options are:
java.lang.String getVTAMApplicationIDs()
VTAM application IDs of back end systems
The VTAM application names of the back-end CICS or IMS systems with which FEPI applications are to communicate. They must correspond one-to-one with the names in the target list. You can specify up to 64 VTAM applications. Each name in the list must be 8 characters long. Shorter names should be padded to 8 characters using blanks. Each name must be unique within the list and must not contain null characters (X'00') or leading blanks.
java.lang.String getTargetList()
Target list
The target names to be installed. A target name is the logical FEPI front-end name of a back-end system. You can specify up to a maximum of 64 target names. Each name in the list must be 8 characters long. Shorter names should be padded to 8 characters using blanks. Each name must be unique within the list and must not contain null characters (X'00') or leading blanks.
ICICSDefinitionReference<IFEPITargetDefinition> getCICSObjectReference()
getCICSObjectReference
in interface ICICSDefinition
getCICSObjectReference
in interface ICICSObject
getCICSObjectReference
in interface IDefinition
Copyright ? 2008-2015 IBM Corp. All Rights Reserved.