Class JavaAgent.agent.ReceiverThread
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class JavaAgent.agent.ReceiverThread

java.lang.Object
   |
   +----java.lang.Thread
           |
           +----JavaAgent.agent.ReceiverThread

public class ReceiverThread
extends Thread
Thread which pulls messages off the incoming buffer and passes them to the specified Interpreter for interpretation.


Copyright (c) 1995, H. Robert Frost, Stanford University. All rights reserved.

Copyright (c) 1996, H. Robert Frost, Enterprise Integration Technologies, Inc. All rights reserved.

RESTRICTED RIGHTS LEGEND: Use, duplication or disclosure by the Government is subject to restrictions as set forth in subparagraph(c)(1)(ii) of the Rights in Technical Data and Computer Software clause at DFARS 252.227-7013 and in similar clauses in the FAR and NASA FAR supplement.

This software is bound by the terms and conditions listed in the attached LICENSE file.



Variable Index

 o parent

Constructor Index

 o ReceiverThread(MessageHandler)
Creates a new ReceiverThread.

Method Index

 o run()
Starts message interpretation.

Variables

 o parent
  protected MessageHandler parent

Constructors

 o ReceiverThread
  public ReceiverThread(MessageHandler parent)
Creates a new ReceiverThread.
Parameters:
parent - MessageHandler which created this thread.

Methods

 o run
  public void run()
Starts message interpretation.
Overrides:
run in class Thread

All Packages  Class Hierarchy  This Package  Previous  Next  Index