All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface com.arcsinc.arcsclient.RemoteToolClient

public interface RemoteToolClient
extends Remote

Method Index

 o resultFromToolAction(int, boolean)
 o resultFromToolAction(int, boolean, String)
 o returnFile(String, byte[])
 o serverMessage(String)

Methods

 o serverMessage
 public abstract void serverMessage(String message) throws RemoteException
 o 12 alt=" o "> resultFromToolAction
 public abstract void resultFromToolAction(int action,
                                           boolean success) throws RemoteException
 o resultFromToolAction
 public abstract void resultFromToolAction(int action,
                                           boolean success,
                                           String message) throws RemoteException
 o returnFile
 public abstract void returnFile(String fileName,
                                 byte fileData[]) throws RemoteException

All Packages  Class Hierarchy  This Package  Previous  Next  Index
pre>