Note:
Extension of the classes in this package is prohibited unless otherwise documented. Similarly, extension or implementation of the interfaces in this package is prohibited except as documented.

Package com.sas.swing.models.remotefileselector.ifileservice

The primary focus of the com.sas.swing.models.remotefileselector.ifileservice package is to provide the classes that make up the service model for the IFileService host connection API.

See:
          Description

Class Summary
IFileServiceEngineToObjectTransform IFileServiceEngineToObjectTransform class reads the metadata information related to SAS data engines.
IFileServiceFileMetadata IFileServiceFileMetadata defines a class that contains the file metadata returned through calls to the IFileService class.
IFileServiceModel IFileServiceModel defines the model that communicates with the IOM IFileService.
IFileServiceModTimeToDateTransform IFileServiceModTimeToDateTransform reads the modified time metadata attribute and returns it as a Date object.
IFileServiceSearchModel  
IFileServiceSizeToIntegerTransform  
 

Package com.sas.swing.models.remotefileselector.ifileservice Description

The primary focus of the com.sas.swing.models.remotefileselector.ifileservice package is to provide the classes that make up the service model for the IFileService host connection API.

Remote File Selector Model - IFileService

Overview

The IFileServiceModel class provides the connection, through the IFileService API, to the host file system. It is used by the RemoteFileServerModel to query the server for file system information.

The IFileServiceFileMetadata class stores the information specific to the IFileService type of file.

The IFileServiceEngineToObjectTransform, IFileServiceModTimeToDateTransform, and the IFileServiceSizeToIntegerTransform classes retrieve the file information from the IFileServiceFileMetadata class.

 


Note:
Extension of the classes in this package is prohibited unless otherwise documented. Similarly, extension or implementation of the interfaces in this package is prohibited except as documented.


Copyright © 2009 SAS Institute Inc. All Rights Reserved.