UM Java API  6.16
com.latencybusters.lbm.LBMContextThread Class Reference
Inheritance diagram for com.latencybusters.lbm.LBMContextThread:

Public Member Functions

 LBMContextThread (LBMContext ctx)
 
 LBMContextThread (LBMContext ctx, long msec)
 
void terminate ()
 
void run ()
 

Detailed Description

LBM Context Thread class. This class provides a ready-to-use implementation of a context thread, especially for sequential mode applications. Once created, the thread must be started by invoking the start() method.

Constructor & Destructor Documentation

com.latencybusters.lbm.LBMContextThread.LBMContextThread ( LBMContext  ctx)

Instantiate an LBM Context Thread object.

Parameters
ctxLBMContext to run on this thread. The thread will run for 1000ms at a time.
com.latencybusters.lbm.LBMContextThread.LBMContextThread ( LBMContext  ctx,
long  msec 
)

Instantiate an LBM Context Thread object.

Parameters
ctxLBMContext to run on this thread.
msecMilliseconds at a time to run the thread.

Member Function Documentation

void com.latencybusters.lbm.LBMContextThread.terminate ( )

The documentation for this class was generated from the following file: