All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class icc.db.FileSystem

java.lang.Object
   |
   +----icc.net.EventHandler
           |
           +----icc.net.DataService
                   |
                   +----icc.net.ProxyService
                           |
                           +----icc.db.FileSystem

public class FileSystem
extends ProxyService

Variable Index

 o DIR
 o MAXBYTES
 o NOACCESS
 o NOTFOUND

Constructor Index

 o FileSystem(WebtopCenter, String, String)

Method Index

 o accessOnCube(String, Cube)
 o accessOnId(String, Integer)
 o receive(DataRequest)
 o serve(Request, IDCard)

Variables

 o DIR
 static final String DIR
 o NOACCESS
 static final IllegalArgumentException NOACCESS
 o NOTFOUND
 static final IOException NOTFOUND
 o MAXBYTES
 static final int MAXBYTES

Constructors

 o FileSystem
 public FileSystem(WebtopCenter provider,
                   String path,
                   String baseURL)

Methods

 o serve
 public Event[] serve(Request req,
                      IDCard consumer) throws IOException
Overrides:
serve in class DataService
 o receive
 public void receive(DataRequest result)
Overrides:
receive in class ProxyService
 o accessOnCube
 static char accessOnCube(String username,
                          Cube cube)
 o accessOnId
 static char accessOnId(String username,
                        Integer id)

All Packages  Class Hierarchy  This Package  Previous  Next  Index

This website has been archived and is no longer maintained.