Interface IFEPIPoolDefinition
-
- All Superinterfaces:
ICICSDefinition,ICICSObject,IDefinition,com.ibm.cics.model.meta.ITypedObject
public interface IFEPIPoolDefinition extends ICICSDefinition
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classIFEPIPoolDefinition.ChangeAgentValueEnumeration type for field CHANGEAGENTstatic classIFEPIPoolDefinition.PoolAcquireStatusValueEnumeration type for field ACQSTATUSstatic classIFEPIPoolDefinition.PoolServiceStatusValueEnumeration 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 IFEPIPoolDefinition.ChangeAgentValuegetChangeAgent()Getter for field CHANGEAGENTICICSDefinitionReference<IFEPIPoolDefinition>getCICSObjectReference()java.lang.StringgetNodeList()Getter for field NODELISTICICSType<IFEPIPoolDefinition>getObjectType()IFEPIPoolDefinition.PoolAcquireStatusValuegetPoolAcquireStatus()Getter for field ACQSTATUSIFEPIPoolDefinition.PoolServiceStatusValuegetPoolServiceStatus()Getter for field SERVSTATUSjava.lang.StringgetPropertySetName()Getter for field PROPERTYSETjava.lang.StringgetTargetRegionList()Getter for field TARGETLISTjava.lang.StringgetUserDataArea1()Getter for field USERDATA1java.lang.StringgetUserDataArea2()Getter for field USERDATA2java.lang.StringgetUserDataArea3()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<IFEPIPoolDefinition> getObjectType()
- Specified by:
getObjectTypein interfaceICICSDefinition- Specified by:
getObjectTypein interfaceICICSObject- Specified by:
getObjectTypein interfaceIDefinition- Specified by:
getObjectTypein interfacecom.ibm.cics.model.meta.ITypedObject
-
getChangeAgent
IFEPIPoolDefinition.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.
-
getPropertySetName
java.lang.String getPropertySetName()
Getter for field PROPERTYSETProperty set name
The 1- to 8-character name of the set of properties for the FEPI pool.
-
getPoolServiceStatus
IFEPIPoolDefinition.PoolServiceStatusValue getPoolServiceStatus()
Getter for field SERVSTATUSPool 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:
- 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.
-
getPoolAcquireStatus
IFEPIPoolDefinition.PoolAcquireStatusValue getPoolAcquireStatus()
Getter for field ACQSTATUSPool acquire status
The initial acquire state of the connections being created. All new connections will have the same initial state:
- ACQUIRED - The connections are to have sessions established.
- RELEASED - The connections are not to have sessions established.
-
getNodeList
java.lang.String getNodeList()
Getter for field NODELISTNode list
The node names to be used to create new connections in the pool. You can specify a maximum of 128 node names. Each node name in the list must be 8 characters long. Shorter node names should be padded to 8 characters using blanks. These names should be defined by creating corresponding FENODDEFs.
-
getTargetRegionList
java.lang.String getTargetRegionList()
Getter for field TARGETLISTTarget region list
The target names used to create new targets in the pool. You can specify up to a maximum of 32 target names. Each target name in the list must be 8 characters long. Shorter target names should be padded to 8 characters using blanks. These names should be defined by creating corresponding FETRGDEFs.
-
getCICSObjectReference
ICICSDefinitionReference<IFEPIPoolDefinition> getCICSObjectReference()
- Specified by:
getCICSObjectReferencein interfaceICICSDefinition- Specified by:
getCICSObjectReferencein interfaceICICSObject- Specified by:
getCICSObjectReferencein interfaceIDefinition
-
-