net.rmi.dfs
Interface DFSInterface

All Superinterfaces:
java.rmi.Remote
All Known Implementing Classes:
DFSImplementation

public interface DFSInterface
extends java.rmi.Remote


Method Summary
 void cd(java.lang.String file)
           
 byte[] getFile(java.lang.String file)
           
 java.lang.String[] ls()
           
 void mkdir(java.lang.String file)
           
 void putFile(java.lang.String file, byte[] b)
           
 

Method Detail

getFile

byte[] getFile(java.lang.String file)
               throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

putFile

void putFile(java.lang.String file,
             byte[] b)
             throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

ls

java.lang.String[] ls()
                      throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

mkdir

void mkdir(java.lang.String file)
           throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

cd

void cd(java.lang.String file)
        throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException