All Packages Class Hierarchy This Package Previous Next Index
Interface compute.Compute
- public interface Compute
- extends Remote
Interface for querying the database, which is visible to the client
-
executeTask(String)
- Method which the client calls in order to execute the query
executeTask
public abstract Object executeTask(String string) throws RemoteException
- Method which the client calls in order to execute the query
- Parameters:
- string - Query
- Returns:
- Object Query result
- Throws: RemoteException
- cant connect
All Packages Class Hierarchy This Package Previous Next Index