iSeries Remote Systems
v6.0.0

com.ibm.etools.iseries.editor.verifiers
Interface IVerifier

All Known Implementing Classes:
Verifier

public interface IVerifier

Interface for all extenders of Verifier class to implement.


Field Summary
static String Copyright
           
 
Method Summary
 String doVerification(boolean bSilentMode)
          Do the verification.
 String doVerificationWithOptionsDialog()
          Display an options dialog and verify.
 boolean getCacheRefresh()
          Method getCacheRefresh.
 String getFullLocalFileName()
          Get the file name if not a remote file.
 ISeriesMember getISeriesMember()
          Get the ISeries member if it is a remote file.
 boolean isLocal()
          Queries whether the resource we are verifying is local or remote.
 void setIFile(IFile fileObject)
          sets the IFile to use to retrieve connection, filename and CCSID information
 void setISeriesConnection(ISeriesConnection connection)
          Method setISeriesConnection.
 void setLocal(boolean bIsLocal)
          Sets whether the resource we are verifying is local or remote.
 

Field Detail

Copyright

public static final String Copyright
See Also:
Constant Field Values
Method Detail

doVerification

public String doVerification(boolean bSilentMode)
Do the verification. This method is called from the editor, and the RSE view.


doVerificationWithOptionsDialog

public String doVerificationWithOptionsDialog()
Display an options dialog and verify. This method is called from the editor, and the RSE view.


getISeriesMember

public ISeriesMember getISeriesMember()
Get the ISeries member if it is a remote file.

Returns:
the hostname if the resource is remote, null otherwise

getFullLocalFileName

public String getFullLocalFileName()
Get the file name if not a remote file.

Returns:
the file name

getCacheRefresh

public boolean getCacheRefresh()
Method getCacheRefresh. get whether or not the cache refresh option is turned on.

Returns:
boolean returns true if refrsh cache is on, false otherwise.

isLocal

public boolean isLocal()
Queries whether the resource we are verifying is local or remote.

Returns:
true if resource is a local resource, false if resource is a remote resource.

setIFile

public void setIFile(IFile fileObject)
sets the IFile to use to retrieve connection, filename and CCSID information


setISeriesConnection

public void setISeriesConnection(ISeriesConnection connection)
Method setISeriesConnection. sets the connection to be used by communications during the verify when accessing host info

Parameters:
connection - the connection to use when verify

setLocal

public void setLocal(boolean bIsLocal)
Sets whether the resource we are verifying is local or remote.


iSeries Remote Systems
v6.0.0

Copyright © 2005 IBM Corp. All Rights Reserved.

Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.