Interface IRemoteFile
-
- All Superinterfaces:
ICICSObject
,ICICSResource
,IInstalledCICSResource
,com.ibm.cics.model.meta.ITypedObject
public interface IRemoteFile extends ICICSResource, IInstalledCICSResource
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
IRemoteFile.ChangeAgentValue
Enumeration type for field CHANGEAGENTstatic class
IRemoteFile.InstallAgentValue
Enumeration type for field INSTALLAGENT
-
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
getAddCount()
Getter for field ADDCNTjava.lang.Long
getBasdefinever()
Getter for field BASDEFINEVERjava.lang.Long
getBrowseCount()
Getter for field BROWSECNTIRemoteFile.ChangeAgentValue
getChangeAgent()
Getter for field CHANGEAGENTjava.lang.String
getChangeAgentRelease()
Getter for field CHANGEAGRELjava.util.Date
getChangeTime()
Getter for field CHANGETIMEjava.lang.String
getChangeUserID()
Getter for field CHANGEUSRIDIRemoteFileReference
getCICSObjectReference()
java.lang.String
getDefineSource()
Getter for field DEFINESOURCEjava.util.Date
getDefineTime()
Getter for field DEFINETIMEIRemoteFile.InstallAgentValue
getInstallAgent()
Getter for field INSTALLAGENTjava.util.Date
getInstallTime()
Getter for field INSTALLTIMEjava.lang.String
getInstallUserID()
Getter for field INSTALLUSRIDjava.lang.Long
getKeyLength()
Getter for field KEYLENGTHjava.lang.String
getName()
Getter for field FILEICICSType<IRemoteFile>
getObjectType()
java.lang.Long
getReadCount()
Getter for field GETCNTjava.lang.Long
getReadUpdateCount()
Getter for field GETUPDCNTjava.lang.Long
getRemoteDeleteCount()
Getter for field REMDELCNTjava.lang.String
getRemoteName()
Getter for field REMOTENAMEjava.lang.String
getRemoteSystem()
Getter for field REMOTESYSTEMjava.lang.Long
getUpdateCount()
Getter for field UPDATECNT-
Methods inherited from interface com.ibm.cics.model.ICICSObject
getCICSType
-
Methods inherited from interface com.ibm.cics.model.ICICSResource
getCICSContainer, getCICSRelease, getRegionName
-
-
-
-
Method Detail
-
getObjectType
ICICSType<IRemoteFile> getObjectType()
- Specified by:
getObjectType
in interfaceICICSObject
- Specified by:
getObjectType
in interfacecom.ibm.cics.model.meta.ITypedObject
-
getName
java.lang.String getName()
Getter for field FILEFile ID
The name of the file as known to the local CICS system.
- Specified by:
getName
in interfaceICICSObject
-
getRemoteName
java.lang.String getRemoteName()
Getter for field REMOTENAMERemote file name
The name by which this file is known in the remote system.
-
getRemoteSystem
java.lang.String getRemoteSystem()
Getter for field REMOTESYSTEMRemote system name
The name of the CICS system where the remote file resides.
-
getKeyLength
java.lang.Long getKeyLength()
Getter for field KEYLENGTHKey length
For remote files associated with a VSAM KSDS, the length of the key. For remote files associated with a BDAM data set, the length of the logical key used for deblocking.
-
getRemoteDeleteCount
java.lang.Long getRemoteDeleteCount()
Getter for field REMDELCNTNumber of DELETE requests
The number of DELETE requests issued against this remote file.
-
getReadCount
java.lang.Long getReadCount()
Getter for field GETCNTNumber of READ requests
The number of GET requests issued against this remote file.
-
getReadUpdateCount
java.lang.Long getReadUpdateCount()
Getter for field GETUPDCNTNumber of READ UPDATE requests
The number of GET UPDATE requests issued against this remote file.
-
getBrowseCount
java.lang.Long getBrowseCount()
Getter for field BROWSECNTThe number of READNEXT and READPREV requests
The number of READNEXT and READPREV requests issued against the file.
-
getAddCount
java.lang.Long getAddCount()
Getter for field ADDCNTNumber of WRITE requests
The number of PUT requests issued against this remote file.
-
getUpdateCount
java.lang.Long getUpdateCount()
Getter for field UPDATECNTNumber of REWRITE requests
The number of PUT UPDATE requests issued against this remote file.
-
getChangeUserID
java.lang.String getChangeUserID()
Getter for field CHANGEUSRIDLast modification user ID
The user ID that made the last modification to the resource definition.
-
getChangeAgent
IRemoteFile.ChangeAgentValue getChangeAgent()
Getter for field CHANGEAGENTLast modification agent
The change agent identifier that made the last modification.
- CSDAPI - The resource was last changed by a CEDA transaction, by the programmable interface to DFHEDAP or by an EXEC CICS CSD command.
- CSDBATCH - The resource was last changed by a DFHCSDUP job.
- DREPAPI - The resource was last changed by a CICSPlex SM BAS API command.
- DREPBATCH - The resource was last changed by a CICSPlex SM utility.
- TABLE - The resource was last changed by a CICSPlex table definition.
- SYSTEM - The resource was last changed by the CICS or CICSPlex SM system.
- CREATESPI - The resource was last changed by an EXEC CICS CREATE command.
- NOTAPPLIC - This is not applicable for this resource.
- OVERRIDE - Resource was last changed by resource overrides.
- N_A - Resource was created or last updated prior to CICS TS Version 4 Release 1 and support for resource signatures.
-
getChangeAgentRelease
java.lang.String getChangeAgentRelease()
Getter for field CHANGEAGRELLast modification agent release
The CICS release level of the agent that made the last modification to the resource definition.
-
getInstallAgent
IRemoteFile.InstallAgentValue getInstallAgent()
Getter for field INSTALLAGENTInstallation agent
The install agent identifier that made the installation.
- CSDAPI - The resource was installed by a CEDA transaction, by the programmable interface to DFHEDAP or by an EXEC CICS CSD command.
- CREATESPI - The resource was installed by an EXEC CICS CREATE command.
- TABLE - The resource was last installed by a CICSPlex table definition.
- SYSTEM - The resource was last installed by the CICS system.
- GRPLIST - The resource was installed by GRPLIST INSTALL.
-
getChangeTime
java.util.Date getChangeTime()
Getter for field CHANGETIMELast modification time
The local date and time when the definition was last changed.
-
getDefineSource
java.lang.String getDefineSource()
Getter for field DEFINESOURCESource of the resource definition
The source of the definition, depending on which agent made the last change.
-
getDefineTime
java.util.Date getDefineTime()
Getter for field DEFINETIMECreation time
The local date and time when the resource definition record was created on DFHCSD or EYUDREP.
-
getInstallUserID
java.lang.String getInstallUserID()
Getter for field INSTALLUSRIDInstallation user ID
The user ID that installed the resource definition.
-
getInstallTime
java.util.Date getInstallTime()
Getter for field INSTALLTIMEInstallation time
The local date and time when the definition was installed.
-
getBasdefinever
java.lang.Long getBasdefinever()
Getter for field BASDEFINEVERBAS resource definition version
The BAS version number of this definition.
-
getCICSObjectReference
IRemoteFileReference getCICSObjectReference()
- Specified by:
getCICSObjectReference
in interfaceICICSObject
- Specified by:
getCICSObjectReference
in interfaceICICSResource
-
-