All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.arcsinc.arcsclient.RemoteToolClientImpl

java.lang.Object
   |
   +----java.rmi.server.RemoteObject
           |
           +----java.rmi.server.RemoteServer
                   |
                   +----java.rmi.server.UnicastRemoteObject
                           |
                           +----com.arcsinc.arcsclient.RemoteToolClientImpl

public class RemoteToolClientImpl
extends UnicastRemoteObject
implements RemoteToolClient

Variable Index

 o baseDirName ef="#baseDirName">baseDirName

Constructor Index

 o RemoteToolClientImpl()

Method Index

 o getBaseDirName()
Get the value of baseDirName.
 o init()
 o init(String)
 o isAlive()
 o receiveMessage(String)
 o resultFromToolAction(int, boolean)
 o resultFromToolAction(int, boolean, String)
 o returnFile(String, byte[])
 o serverMessage(String)
 o setBaseDirName(String)
Set the value of baseDirName.

Variables

 o baseDirName
 protected String baseDirName

Constructors

 o RemoteToolClientImpl
 public RemoteToolClientImpl() throws RemoteException

Methods

 o init
 public ProjectContainer init() throws IOException
 o init
 public ProjectContainer init(String hostName) throws IOException
 o getBaseDirName
 public String getBaseDirName() throws RemoteException
Get the value of baseDirName.

Returns:
Value of baseDirName.
 o setBaseDirName
 public void setBaseDirName(String v) throws RemoteException
Set the value of baseDirName.

Parameters:
v - Value to assign to baseDirName.
 o isAlive
 public boolean isAlive()
 o receiveMessage
 public void receiveMessage(String message) throws RemoteException
 o serverMessage
 public void serverMessage(String message) throws RemoteException
 o resultFromToolAction
 public void resultFromToolAction(int action,
                                  boolean success) throws RemoteException
 all.gif resultFromToolAction
 public void resultFromToolAction(int action,
                                  boolean success,
                                  String message) throws RemoteException
 o returnFile
 public void returnFile(String fileName,
                        byte fileData[]) throws RemoteException

All Packages  Class Hierarchy  This Package  Previous  Next  Index