tcl.pkg.fleet
Class FleetMember

java.lang.Object
  extended by tcl.pkg.fleet.FleetMember
All Implemented Interfaces:
Runnable

public class FleetMember
extends Object
implements Runnable


Nested Class Summary
static interface FleetMember.MessageResult
           
 
Field Summary
static int STATUS_ERROR
           
static int STATUS_OK
           
 
Method Summary
 void execCommand(tcl.pkg.fleet.Message callback)
           
protected  void finalize()
           
 int forget()
           
 String getName()
           
 double getProcessingTime()
           
 double getWaitingTime()
           
 int messageCount()
           
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

STATUS_OK

public static final int STATUS_OK
See Also:
Constant Field Values

STATUS_ERROR

public static final int STATUS_ERROR
See Also:
Constant Field Values
Method Detail

execCommand

public void execCommand(tcl.pkg.fleet.Message callback)

forget

public int forget()

messageCount

public int messageCount()

getName

public String getName()

run

public void run()
Specified by:
run in interface Runnable

getProcessingTime

public double getProcessingTime()

getWaitingTime

public double getWaitingTime()

finalize

protected void finalize()
                 throws Throwable
Overrides:
finalize in class Object
Throws:
Throwable


Copyright © 2015. All rights reserved.