All Packages Class Hierarchy This Package Previous Next Index
Interface com.arcsinc.arcsclient.RemoteToolClient
- public interface RemoteToolClient
- extends Remote
-
resultFromToolAction(int, boolean)
-
-
resultFromToolAction(int, boolean, String)
-
-
returnFile(String, byte[])
-
-
serverMessage(String)
-
serverMessage
public abstract void serverMessage(String message) throws RemoteException
12 alt=" o ">
resultFromToolAction
public abstract void resultFromToolAction(int action,
boolean success) throws RemoteException
resultFromToolAction
public abstract void resultFromToolAction(int action,
boolean success,
String message) throws RemoteException
returnFile
public abstract void returnFile(String fileName,
byte fileData[]) throws RemoteException
All Packages Class Hierarchy This Package Previous Next Index