Interface IFEPITargetDefinition
-
- All Superinterfaces:
ICICSDefinition
,ICICSObject
,IDefinition
,com.ibm.cics.model.meta.ITypedObject
public interface IFEPITargetDefinition extends ICICSDefinition
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
IFEPITargetDefinition.ChangeAgentValue
Enumeration type for field CHANGEAGENTstatic class
IFEPITargetDefinition.ServiceStatusValue
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 IFEPITargetDefinition.ChangeAgentValue
getChangeAgent()
Getter for field CHANGEAGENTICICSDefinitionReference<IFEPITargetDefinition>
getCICSObjectReference()
ICICSType<IFEPITargetDefinition>
getObjectType()
IFEPITargetDefinition.ServiceStatusValue
getServiceStatus()
Getter for field SERVSTATUSjava.lang.String
getTargetList()
Getter for field TARGETLISTjava.lang.String
getUserDataArea1()
Getter for field USERDATA1java.lang.String
getUserDataArea2()
Getter for field USERDATA2java.lang.String
getUserDataArea3()
Getter for field USERDATA3java.lang.String
getVTAMApplicationIDs()
Getter for field APPLLIST-
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<IFEPITargetDefinition> 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
IFEPITargetDefinition.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.
-
getServiceStatus
IFEPITargetDefinition.ServiceStatusValue getServiceStatus()
Getter for field SERVSTATUSService 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:
- INSERVICE - The pool and any connections are in service and can be used in a conversation.
- OUTSERVICE - The pool and any connections are not in service and cannot be used for any conversations.
-
getVTAMApplicationIDs
java.lang.String getVTAMApplicationIDs()
Getter for field APPLLISTVTAM 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.
-
getTargetList
java.lang.String getTargetList()
Getter for field TARGETLISTTarget 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.
-
getCICSObjectReference
ICICSDefinitionReference<IFEPITargetDefinition> getCICSObjectReference()
- Specified by:
getCICSObjectReference
in interfaceICICSDefinition
- Specified by:
getCICSObjectReference
in interfaceICICSObject
- Specified by:
getCICSObjectReference
in interfaceIDefinition
-
-