Interface IFEPITarget
-
- All Superinterfaces:
ICICSObject
,ICICSResource
,IInstalledCICSResource
,com.ibm.cics.model.meta.ITypedObject
public interface IFEPITarget extends ICICSResource, IInstalledCICSResource
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
IFEPITarget.InstlstatusValue
Enumeration type for field INSTLSTATUSstatic class
IFEPITarget.ServstatusValue
Enumeration type for field SERVSTATUS
-
Field Summary
-
Fields inherited from interface com.ibm.cics.model.ICICSResource
COPYRIGHT
-
Fields inherited from interface com.ibm.cics.model.IInstalledCICSResource
COPYRIGHT
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Long
getAllocates()
Getter for field ALLOCATESjava.lang.String
getApplid()
Getter for field APPLIDIFEPITargetReference
getCICSObjectReference()
java.lang.Long
getCurallcwait()
Getter for field CURALLCWAITIFEPITarget.InstlstatusValue
getInstlstatus()
Getter for field INSTLSTATUSjava.lang.Long
getNodes()
Getter for field NODESICICSType<IFEPITarget>
getObjectType()
java.lang.Long
getPeakallcwait()
Getter for field PEAKALLCWAITjava.lang.String
getPoolname()
Getter for field POOLNAMEIFEPITarget.ServstatusValue
getServstatus()
Getter for field SERVSTATUSjava.lang.String
getTargetname()
Getter for field TARGETNAMEjava.lang.Long
getTotalloctout()
Getter for field TOTALLOCTOUTjava.lang.Long
getTotallocwait()
Getter for field TOTALLOCWAITjava.lang.String
getUserdata()
Getter for field USERDATA-
Methods inherited from interface com.ibm.cics.model.ICICSObject
getCICSType, getName
-
Methods inherited from interface com.ibm.cics.model.ICICSResource
getCICSContainer, getCICSRelease, getRegionName
-
-
-
-
Method Detail
-
getObjectType
ICICSType<IFEPITarget> getObjectType()
- Specified by:
getObjectType
in interfaceICICSObject
- Specified by:
getObjectType
in interfacecom.ibm.cics.model.meta.ITypedObject
-
getTargetname
java.lang.String getTargetname()
Getter for field TARGETNAMETarget name
The name of the target
-
getPoolname
java.lang.String getPoolname()
Getter for field POOLNAMEPool name
The name of the pool in which the target is located
-
getApplid
java.lang.String getApplid()
Getter for field APPLIDVTAM applid of back end system
The VTAM application name of the back-end system that the target system represents
-
getNodes
java.lang.Long getNodes()
Getter for field NODESNumber of nodes
The number of nodes connected to this target
-
getAllocates
java.lang.Long getAllocates()
Getter for field ALLOCATESTotal number of allocates
The number of conversation allocates to this target in this pool that timed out
-
getTotallocwait
java.lang.Long getTotallocwait()
Getter for field TOTALLOCWAITTotal number of allocates that waited
The number of conversations that had to wait to be allocated to this target in this pool
-
getCurallcwait
java.lang.Long getCurallcwait()
Getter for field CURALLCWAITCurrent number of allocates waiting
The current number of conversations waiting to be allocated to this target in this pool
-
getPeakallcwait
java.lang.Long getPeakallcwait()
Getter for field PEAKALLCWAITPeak number of allocates waiting
The peak number of conversations that had to wait to be allocated to this target in this pool
-
getTotalloctout
java.lang.Long getTotalloctout()
Getter for field TOTALLOCTOUTTotal number of allocates that timed out
The number of conversations specifically allocated to this target in this pool that timed out
-
getInstlstatus
IFEPITarget.InstlstatusValue getInstlstatus()
Getter for field INSTLSTATUSInstall status
The install state of the pool: INSTALLED, or NOTINSTALLED
-
getServstatus
IFEPITarget.ServstatusValue getServstatus()
Getter for field SERVSTATUSService status
The service state of the target. Values are: INSERVICE, OUTSERVICE or GOINGOUT
-
getUserdata
java.lang.String getUserdata()
Getter for field USERDATATarget user data
User data for the target
-
getCICSObjectReference
IFEPITargetReference getCICSObjectReference()
- Specified by:
getCICSObjectReference
in interfaceICICSObject
- Specified by:
getCICSObjectReference
in interfaceICICSResource
-
-