public interface IFEPITarget extends ICICSResource, IInstalledCICSResource
| Modifier and Type | Interface and Description |
|---|---|
static class |
IFEPITarget.InstlstatusValue
Enumeration type for field INSTLSTATUS
|
static class |
IFEPITarget.ServstatusValue
Enumeration type for field SERVSTATUS
|
COPYRIGHTCOPYRIGHT| Modifier and Type | Method and Description |
|---|---|
java.lang.Long |
getAllocates()
Getter for field ALLOCATES
|
java.lang.String |
getApplid()
Getter for field APPLID
|
IFEPITargetReference |
getCICSObjectReference() |
java.lang.Long |
getCurallcwait()
Getter for field CURALLCWAIT
|
IFEPITarget.InstlstatusValue |
getInstlstatus()
Getter for field INSTLSTATUS
|
java.lang.Long |
getNodes()
Getter for field NODES
|
ICICSType<IFEPITarget> |
getObjectType() |
java.lang.Long |
getPeakallcwait()
Getter for field PEAKALLCWAIT
|
java.lang.String |
getPoolname()
Getter for field POOLNAME
|
IFEPITarget.ServstatusValue |
getServstatus()
Getter for field SERVSTATUS
|
java.lang.String |
getTargetname()
Getter for field TARGETNAME
|
java.lang.Long |
getTotalloctout()
Getter for field TOTALLOCTOUT
|
java.lang.Long |
getTotallocwait()
Getter for field TOTALLOCWAIT
|
java.lang.String |
getUserdata()
Getter for field USERDATA
|
getCICSContainer, getCICSRelease, getRegionNamegetCICSType, getNameICICSType<IFEPITarget> getObjectType()
getObjectType in interface ICICSObjectgetObjectType in interface com.ibm.cics.model.meta.ITypedObjectjava.lang.String getTargetname()
Target name
The name of the target
java.lang.String getPoolname()
Pool name
The name of the pool in which the target is located
java.lang.String getApplid()
VTAM applid of back end system
The VTAM application name of the back-end system that the target system represents
java.lang.Long getNodes()
Number of nodes
The number of nodes connected to this target
java.lang.Long getAllocates()
Total number of allocates
The number of conversation allocates to this target in this pool that timed out
java.lang.Long getTotallocwait()
Total number of allocates that waited
The number of conversations that had to wait to be allocated to this target in this pool
java.lang.Long getCurallcwait()
Current number of allocates waiting
The current number of conversations waiting to be allocated to this target in this pool
java.lang.Long getPeakallcwait()
Peak number of allocates waiting
The peak number of conversations that had to wait to be allocated to this target in this pool
java.lang.Long getTotalloctout()
Total number of allocates that timed out
The number of conversations specifically allocated to this target in this pool that timed out
IFEPITarget.InstlstatusValue getInstlstatus()
Install status
The install state of the pool: INSTALLED, or NOTINSTALLED
IFEPITarget.ServstatusValue getServstatus()
Service status
The service state of the target. Values are: INSERVICE, OUTSERVICE or GOINGOUT
java.lang.String getUserdata()
Target user data
User data for the target
IFEPITargetReference getCICSObjectReference()
getCICSObjectReference in interface ICICSObjectgetCICSObjectReference in interface ICICSResourceCopyright ? 2008-2015 IBM Corp. All Rights Reserved.