|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ModuleServerInterface
PeerRemote interface to the ModuleServer
Method Summary | |
---|---|
ObjectPair<byte[],Version> |
locate(java.lang.String[] classNames)
Find a module containing a class whose name is className |
ObjectPair<byte[],Version> |
update(java.lang.String module,
Version version)
Search for a newer version than version of module |
Methods inherited from interface jxl.peermi.PeerRemote |
---|
checkAlive |
Method Detail |
---|
ObjectPair<byte[],Version> update(java.lang.String module, Version version) throws java.rmi.RemoteException
version
of module
module
- The name of the module to findversion
- The current version
version
was found, return a ObjectPair
containing byte[] data of the module, and the Version of that module.
If no such module was found, return null;
java.rmi.RemoteException
ObjectPair<byte[],Version> locate(java.lang.String[] classNames) throws java.rmi.RemoteException
className
className
-
java.rmi.RemoteException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |