hmi.bml.bridge
Class TCPIPRealizerBridgeServer.BMLRedirector

java.lang.Object
  extended by hmi.bml.bridge.TCPIPRealizerBridgeServer.BMLRedirector
All Implemented Interfaces:
Runnable
Enclosing class:
TCPIPRealizerBridgeServer

private class TCPIPRealizerBridgeServer.BMLRedirector
extends Object
implements Runnable

The process that reads bml from the bml queue, and sends it to the BML realizer.


Constructor Summary
private TCPIPRealizerBridgeServer.BMLRedirector()
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TCPIPRealizerBridgeServer.BMLRedirector

private TCPIPRealizerBridgeServer.BMLRedirector()
Method Detail

run

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