All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.arcsinc.arcsclient.ToolClientImpl

java.lang.Object
   |
   +----com.arcsinc.arcsclient.ToolClientImpl

public class ToolClientImpl
extends Object
implements ToolClient

Variable Index

 o baseDirName
 o msgRcvr

Constructor Index

 o ToolClientImpl()

Method Index

 o getBaseDirName()
Get the value of baseDirName.
 o getMsgRcvr()
Get the value of msgRcvr.
 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.
 o setMsgRcvr(ArcswareMsgRcvr)
Set the value of msgRcvr.

Variables

 o baseDirName
 protected String baseDirName
 o msgRcvr
 protected ArcswareMsgRcvr msgRcvr

Constructors

 o ToolClientImpl
 public ToolClientImpl()

Methods

 o getMsgRcvr
 public ArcswareMsgRcvr getMsgRcvr()
Get the value of msgRcvr.

Returns:
Value of msgRcvr.
 o setMsgRcvr
 public void setMsgRcvr(ArcswareMsgRcvr v)
ArcswareMsgRcvr v)
Set the value of msgRcvr.

Parameters:
v - Value to assign to msgRcvr.
 o getBaseDirName
 public String getBaseDirName()
Get the value of baseDirName.

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

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

All Packages  Class Hierarchy  This Package  Previous  Next  Index
pre>