2005/5/9

     
 

class EchoThread

artefaktur
Modules   Namespace List   Class Hierarchy   Alphabetical List   Compound List   Namespace Members   Compound Members   Related Pages  

tests::acdk::net::EchoThread Class Reference

Inheritance diagram for tests::acdk::net::EchoThread:

acdk::lang::Thread acdk::lang::Object acdk::lang::Runnable acdk::lang::ObjectBase acdk::lang::dmi::StdDispatch List of all members.

Public Member Functions

 EchoThread (int port, IN(RbyteArray) exp=Nil)
void run ()
 overload this method to implement working code for this thread


Public Attributes

bool shutdown

Private Attributes

int _port
RbyteArray _expect

Constructor & Destructor Documentation

tests::acdk::net::EchoThread::EchoThread int  port,
IN(RbyteArray exp = Nil
[inline]
 


Member Function Documentation

void tests::acdk::net::EchoThread::run  )  [inline, virtual]
 

overload this method to implement working code for this thread

Reimplemented from acdk::lang::Thread.


Member Data Documentation

RbyteArray tests::acdk::net::EchoThread::_expect [private]
 

int tests::acdk::net::EchoThread::_port [private]
 

bool tests::acdk::net::EchoThread::shutdown