public class DataSourceServer extends java.rmi.server.UnicastRemoteObject implements Server
| Modifier and Type | Method and Description |
|---|---|
static void |
main(java.lang.String[] args) |
int |
setDataSource(java.lang.String xmlFileName,
java.lang.String dsName)
reset and allocate i/o buffer
|
void |
subblock(ISBounds srcBounds) |
int |
sum(int a,
int b)
read an array of bytes from the remote file server
|
clone, exportObject, exportObject, exportObject, unexportObjectpublic int sum(int a,
int b)
throws java.rmi.RemoteException
Serverpublic int setDataSource(java.lang.String xmlFileName,
java.lang.String dsName)
throws java.rmi.RemoteException
setDataSource in interface Serverjava.rmi.RemoteExceptionpublic void subblock(ISBounds srcBounds) throws java.rmi.RemoteException
public static void main(java.lang.String[] args)