All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----java.rmi.server.RemoteObject | +----java.rmi.server.RemoteServer | +----java.rmi.server.UnicastRemoteObject | +----com.arcsinc.arcsclient.RemoteToolClientImpl
protected String baseDirName
public RemoteToolClientImpl() throws RemoteException
public ProjectContainer init() throws IOException
public ProjectContainer init(String hostName) throws IOException
public String getBaseDirName() throws RemoteException
public void setBaseDirName(String v) throws RemoteException
public boolean isAlive()
public void receiveMessage(String message) throws RemoteException
public void serverMessage(String message) throws RemoteException
public void resultFromToolAction(int action, boolean success) throws RemoteException
public void resultFromToolAction(int action, boolean success, String message) throws RemoteException
public void returnFile(String fileName, byte fileData[]) throws RemoteException
All Packages Class Hierarchy This Package Previous Next Index