public interface Server
extends java.rmi.Remote
| Modifier and Type | Method and Description |
|---|---|
int |
setDataSource(java.lang.String xmlFileName,
java.lang.String dsName) |
void |
subblock(ISBounds srcBounds) |
int |
sum(int a,
int b)
read an array of bytes from the remote file server
|
int sum(int a,
int b)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionint setDataSource(java.lang.String xmlFileName,
java.lang.String dsName)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid subblock(ISBounds srcBounds) throws java.rmi.RemoteException
java.rmi.RemoteException