All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class icc.db.FileSystem

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

public final class FileSystem
extends DataService

Variable Index

 o FILEDIR
 o MAXBYTES
 o NOACCESS
 o NOTFOUND
 o TEXTDIR

Constructor Index

 o FileSystem(ServiceCenter, String, String)

Method Index

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

Variables

 o FILEDIR
 static final String FILEDIR
 o TEXTDIR
 static final String TEXTDIR
 o NOACCESS
 static final IllegalArgumentException NOACCESS
 o NOTFOUND
 static final IOException NOTFOUND
 o MAXBYTES
 static final int MAXBYTES

Constructors

 o FileSystem
 public FileSystem(ServiceCenter 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)
 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.