baseDirName
protected String baseDirName
RemoteToolClientImpl
public RemoteToolClientImpl() throws RemoteException
init
public ProjectContainer init() throws IOException
init
public ProjectContainer init(String hostName) throws IOException
getBaseDirName
public String getBaseDirName() throws RemoteException
- Get the value of baseDirName.
- Returns:
- Value of baseDirName.
setBaseDirName
public void setBaseDirName(String v) throws RemoteException
- Set the value of baseDirName.
- Parameters:
- v - Value to assign to baseDirName.
isAlive
public boolean isAlive()
receiveMessage
public void receiveMessage(String message) throws RemoteException
serverMessage
public void serverMessage(String message) throws RemoteException
resultFromToolAction
public void resultFromToolAction(int action,
boolean success) throws RemoteException
resultFromToolAction
public void resultFromToolAction(int action,
boolean success,
String message) throws RemoteException
returnFile
public void returnFile(String fileName,
byte fileData[]) throws RemoteException
All Packages Class Hierarchy This Package Previous Next Index