com.ibm.cics.model
Interface IRemoteFile

All Superinterfaces:
ICICSObject, ICICSResource, IInstalledCICSResource, com.ibm.cics.model.meta.ITypedObject

public interface IRemoteFile
extends ICICSResource, IInstalledCICSResource

generated from CICS resourcetable REMFILE


Nested Class Summary
static class IRemoteFile.ChangeAgentValue
          Enumeration type for field CHANGEAGENT
static class IRemoteFile.InstallAgentValue
          Enumeration type for field INSTALLAGENT
 
Method Summary
 java.lang.Long getAddCount()
          Getter for field ADDCNT
 java.lang.Long getBasdefinever()
          Getter for field BASDEFINEVER
 java.lang.Long getBrowseCount()
          Getter for field BROWSECNT
 IRemoteFile.ChangeAgentValue getChangeAgent()
          Getter for field CHANGEAGENT
 java.lang.String getChangeAgentRelease()
          Getter for field CHANGEAGREL
 java.util.Date getChangeTime()
          Getter for field CHANGETIME
 java.lang.String getChangeUserID()
          Getter for field CHANGEUSRID
 java.lang.String getDefineSource()
          Getter for field DEFINESOURCE
 java.util.Date getDefineTime()
          Getter for field DEFINETIME
 IRemoteFile.InstallAgentValue getInstallAgent()
          Getter for field INSTALLAGENT
 java.util.Date getInstallTime()
          Getter for field INSTALLTIME
 java.lang.String getInstallUserID()
          Getter for field INSTALLUSRID
 java.lang.Long getKeyLength()
          Getter for field KEYLENGTH
 java.lang.String getName()
          Getter for field FILE
 java.lang.Long getReadCount()
          Getter for field GETCNT
 java.lang.Long getReadUpdateCount()
          Getter for field GETUPDCNT
 java.lang.Long getRemoteDeleteCount()
          Getter for field REMDELCNT
 java.lang.String getRemoteName()
          Getter for field REMOTENAME
 java.lang.String getRemoteSystem()
          Getter for field REMOTESYSTEM
 java.lang.Long getUpdateCount()
          Getter for field UPDATECNT
 
Methods inherited from interface com.ibm.cics.model.ICICSResource
getCICSRelease, getRegionName
 
Methods inherited from interface com.ibm.cics.model.ICICSObject
getCICSType, getObjectType
 

Method Detail

getName

java.lang.String getName()
Getter for field FILE

File ID

The name of the file as known to the local CICS system.

Specified by:
getName in interface ICICSObject

getRemoteName

java.lang.String getRemoteName()
Getter for field REMOTENAME

Remote file name

The name by which this file is known in the remote system.


getRemoteSystem

java.lang.String getRemoteSystem()
Getter for field REMOTESYSTEM

Remote system name

The name of the CICS system where the remote file resides.


getKeyLength

java.lang.Long getKeyLength()
Getter for field KEYLENGTH

Key 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 REMDELCNT

Number of DELETE requests

The number of DELETE requests issued against this remote file.


getReadCount

java.lang.Long getReadCount()
Getter for field GETCNT

Number of READ requests

The number of GET requests issued against this remote file.


getReadUpdateCount

java.lang.Long getReadUpdateCount()
Getter for field GETUPDCNT

Number of READ UPDATE requests

The number of GET UPDATE requests issued against this remote file.


getBrowseCount

java.lang.Long getBrowseCount()
Getter for field BROWSECNT

The 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 ADDCNT

Number of WRITE requests

The number of PUT requests issued against this remote file.


getUpdateCount

java.lang.Long getUpdateCount()
Getter for field UPDATECNT

Number of REWRITE requests

The number of PUT UPDATE requests issued against this remote file.


getChangeUserID

java.lang.String getChangeUserID()
Getter for field CHANGEUSRID

Last modification user ID

The user ID that made the last modification to the resource definition.


getChangeAgent

IRemoteFile.ChangeAgentValue getChangeAgent()
Getter for field CHANGEAGENT

Last modification agent

The change agent identifier that made the last modification.


getChangeAgentRelease

java.lang.String getChangeAgentRelease()
Getter for field CHANGEAGREL

Last 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 INSTALLAGENT

Installation agent

The install agent identifier that made the installation.


getChangeTime

java.util.Date getChangeTime()
Getter for field CHANGETIME

Last modification time

The local date and time when the definition was last changed.


getDefineSource

java.lang.String getDefineSource()
Getter for field DEFINESOURCE

Source 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 DEFINETIME

Creation 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 INSTALLUSRID

Installation user ID

The user ID that installed the resource definition.


getInstallTime

java.util.Date getInstallTime()
Getter for field INSTALLTIME

Installation time

The local date and time when the definition was installed.


getBasdefinever

java.lang.Long getBasdefinever()
Getter for field BASDEFINEVER

BAS resource definition version

The BAS version number of this definition.



Copyright 2008-2009 IBM Corp. All Rights Reserved.