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, unexportObject
public int sum(int a, int b) throws java.rmi.RemoteException
Server
public int setDataSource(java.lang.String xmlFileName, java.lang.String dsName) throws java.rmi.RemoteException
setDataSource
in interface Server
java.rmi.RemoteException
public void subblock(ISBounds srcBounds) throws java.rmi.RemoteException
public static void main(java.lang.String[] args)