|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.rmi.server.RemoteObject
java.rmi.server.RemoteServer
java.rmi.server.UnicastRemoteObject
FRS.defaultRepository
| Constructor Summary | |
defaultRepository(java.lang.String home)
Costruttore |
|
| Method Summary | |
void |
createFile(java.lang.String path)
Crea un file nel repository |
ISessioneLettura |
createProxyLettura(java.lang.String path,
ITerminazioneSessione termList,
IClientCallBack client,
IExecutionMonitor monitor)
crea un proxy di lettura |
ISessioneScrittura |
createProxyScrittura(java.lang.String path,
boolean append,
ITerminazioneSessione termList,
IClientCallBack client,
IExecutionMonitor monitor)
crea un proxy di scrittura |
void |
deleteFile(java.lang.String path)
cancella un file presente nel repository |
static void |
main(java.lang.String[] args)
creazione del repository |
| Methods inherited from class java.rmi.server.UnicastRemoteObject |
clone, exportObject, exportObject, exportObject, unexportObject |
| Methods inherited from class java.rmi.server.RemoteServer |
getClientHost, getLog, setLog |
| Methods inherited from class java.rmi.server.RemoteObject |
equals, getRef, hashCode, toString, toStub |
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public defaultRepository(java.lang.String home)
throws java.rmi.RemoteException
| Method Detail |
public void createFile(java.lang.String path)
throws java.rmi.RemoteException
createFile in interface IRepositoryjava.rmi.RemoteException
public void deleteFile(java.lang.String path)
throws java.rmi.RemoteException
deleteFile in interface IRepositoryjava.rmi.RemoteException
public ISessioneScrittura createProxyScrittura(java.lang.String path,
boolean append,
ITerminazioneSessione termList,
IClientCallBack client,
IExecutionMonitor monitor)
throws java.rmi.RemoteException
createProxyScrittura in interface IRepositoryjava.rmi.RemoteException
public ISessioneLettura createProxyLettura(java.lang.String path,
ITerminazioneSessione termList,
IClientCallBack client,
IExecutionMonitor monitor)
throws java.rmi.RemoteException
createProxyLettura in interface IRepositoryjava.rmi.RemoteExceptionpublic static void main(java.lang.String[] args)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||