Basic HTML version of Foils prepared October 24 99

Foil 37 Example IDL definition for File Browser Service

From Full Description of WebFlow and Friends for Education and Science Portals NCSA Portal/Metadata Meeting -- October 22-23 99. by Geoffrey C. Fox, Tom Haupt


1 module WebFlow {
2 module FileBrowser {
3 typedef sequence<string> FileList;
4
5 interface WFFileDescriptor {
6 Object getSource();
7 string getFileName();
8 string getFileDirectory();
9 string getFileHost();
10 string getFileAttribute();
11 void setFileName(in string Name);
12 void setFileDirectory(in string Name);
13 void setFileHost(in string Name);
14 void setFileAttribute(in string Name);
15 };
16 };
17
18

in Table To:


© Northeast Parallel Architectures Center, Syracuse University, npac@npac.syr.edu

If you have any comments about this server, send e-mail to webmaster@npac.syr.edu.

Page produced by wwwfoil on Sun Oct 24 1999