edu.unh.sdb.datasource
Interface Server

All Superinterfaces:
java.rmi.Remote
All Known Implementing Classes:
DataSourceServer

public interface Server
extends java.rmi.Remote


Method Summary
 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
 

Method Detail

sum

int sum(int a,
        int b)
        throws java.rmi.RemoteException
read an array of bytes from the remote file server

Throws:
java.rmi.RemoteException

setDataSource

int setDataSource(java.lang.String xmlFileName,
                  java.lang.String dsName)
                  throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

subblock

void subblock(ISBounds srcBounds)
              throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException