jason.service.admin
Class ThreadableClient

java.lang.Object
  |
  +--jason.service.admin.ThreadableClient
All Implemented Interfaces:
java.lang.Runnable

public class ThreadableClient
extends java.lang.Object
implements java.lang.Runnable

Created Fri Sep 27 21:28:00 2002

Here a wrapper for the client for sending a command in a separated thread

See Also:
AbstractClient

Constructor Summary
ThreadableClient(Client client)
           
 
Method Summary
 void run()
           
 void sendCommand()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThreadableClient

public ThreadableClient(Client client)
Method Detail

sendCommand

public void sendCommand()

run

public void run()
Specified by:
run in interface java.lang.Runnable