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 classIFEPITarget.InstlstatusValueEnumeration type for field INSTLSTATUSstatic classIFEPITarget.ServstatusValueEnumeration 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.LonggetAllocates()Getter for field ALLOCATESjava.lang.StringgetApplid()Getter for field APPLIDIFEPITargetReferencegetCICSObjectReference()java.lang.LonggetCurallcwait()Getter for field CURALLCWAITIFEPITarget.InstlstatusValuegetInstlstatus()Getter for field INSTLSTATUSjava.lang.LonggetNodes()Getter for field NODESICICSType<IFEPITarget>getObjectType()java.lang.LonggetPeakallcwait()Getter for field PEAKALLCWAITjava.lang.StringgetPoolname()Getter for field POOLNAMEIFEPITarget.ServstatusValuegetServstatus()Getter for field SERVSTATUSjava.lang.StringgetTargetname()Getter for field TARGETNAMEjava.lang.LonggetTotalloctout()Getter for field TOTALLOCTOUTjava.lang.LonggetTotallocwait()Getter for field TOTALLOCWAITjava.lang.StringgetUserdata()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:
getObjectTypein interfaceICICSObject- Specified by:
getObjectTypein 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:
getCICSObjectReferencein interfaceICICSObject- Specified by:
getCICSObjectReferencein interfaceICICSResource
-
-