public interface IFEPIPoolDefinition extends ICICSDefinition
Modifier and Type | Interface and Description |
---|---|
static class |
IFEPIPoolDefinition.ChangeAgentValue
Enumeration type for field CHANGEAGENT
|
static class |
IFEPIPoolDefinition.PoolAcquireStatusValue
Enumeration type for field ACQSTATUS
|
static class |
IFEPIPoolDefinition.PoolServiceStatusValue
Enumeration type for field SERVSTATUS
|
COPYRIGHT
Modifier and Type | Method and Description |
---|---|
IFEPIPoolDefinition.ChangeAgentValue |
getChangeAgent()
Getter for field CHANGEAGENT
|
ICICSDefinitionReference<IFEPIPoolDefinition> |
getCICSObjectReference() |
java.lang.String |
getNodeList()
Getter for field NODELIST
|
ICICSType<IFEPIPoolDefinition> |
getObjectType() |
IFEPIPoolDefinition.PoolAcquireStatusValue |
getPoolAcquireStatus()
Getter for field ACQSTATUS
|
IFEPIPoolDefinition.PoolServiceStatusValue |
getPoolServiceStatus()
Getter for field SERVSTATUS
|
java.lang.String |
getPropertySetName()
Getter for field PROPERTYSET
|
java.lang.String |
getTargetRegionList()
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
|
getChangeAgentRelease, getChangeTime, getChangeUserID, getCICSContainer, getCreateTime, getCSDGroup, getDescription, getVersion
getCICSType, getName
ICICSType<IFEPIPoolDefinition> getObjectType()
getObjectType
in interface ICICSDefinition
getObjectType
in interface ICICSObject
getObjectType
in interface IDefinition
getObjectType
in interface com.ibm.cics.model.meta.ITypedObject
IFEPIPoolDefinition.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.
java.lang.String getPropertySetName()
Property set name
The 1- to 8-character name of the set of properties for the FEPI pool.
IFEPIPoolDefinition.PoolServiceStatusValue getPoolServiceStatus()
Pool 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:
IFEPIPoolDefinition.PoolAcquireStatusValue getPoolAcquireStatus()
Pool acquire status
The initial acquire state of the connections being created. All new connections will have the same initial state:
java.lang.String getNodeList()
Node 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.
java.lang.String getTargetRegionList()
Target 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.
ICICSDefinitionReference<IFEPIPoolDefinition> getCICSObjectReference()
getCICSObjectReference
in interface ICICSDefinition
getCICSObjectReference
in interface ICICSObject
getCICSObjectReference
in interface IDefinition
Copyright ? 2008-2015 IBM Corp. All Rights Reserved.