|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JavaRMIServer
WRITEME: Document this type.
Method Summary | ||
---|---|---|
|
read(Class<T> klass,
int id)
WRITEME: Document this method brpocock@star-hope.org |
|
|
read(Class<T> klass,
String ident)
WRITEME: Document this method brpocock@star-hope.org |
|
|
remove(T obj)
WRITEME: Document this method brpocock@star-hope.org |
|
|
write(T obj)
WRITEME: Document this method brpocock@star-hope.org |
|
|
writeSync(T obj)
WRITEME: Document this method brpocock@star-hope.org |
Method Detail |
---|
<T extends DataRecord> T read(Class<T> klass, int id) throws NotFoundException, RemoteException
T
- WRITEMEklass
- WRITEMEid
- WRITEME
NotFoundException
- WRITEME
RemoteException
- WRITEME<T extends DataRecord> T read(Class<T> klass, String ident) throws NotFoundException, RemoteException
T
- WRITEMEklass
- WRITEMEident
- WRITEME
NotFoundException
- WRITEME
RemoteException
- WRITEME<T extends DataRecord> void remove(T obj) throws NotFoundException, RemoteException
T
- WRITEMEobj
- WRITEME
NotFoundException
- WRITEME
RemoteException
- WRITEME<T extends DataRecord> T write(T obj) throws RemoteException
T
- whatever type it might beobj
- WRITEME
RemoteException
- WRITEME<T extends DataRecord> T writeSync(T obj) throws RemoteException
T
- WRITEMEobj
- WRITEME
RemoteException
- WRITEME
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |