rlctx
Class Rlctx

java.lang.Object
  |
  +--rlctx.Rlctx

public class Rlctx
extends java.lang.Object
implements proxylet.Proxylet


Inner Class Summary
 class Rlctx.senCli
           
 
Constructor Summary
Rlctx()
           
 
Method Summary
 void control(java.lang.String con)
           
 void init(java.lang.String[] args)
           
 void run()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Rlctx

public Rlctx()
Method Detail

init

public void init(java.lang.String[] args)
          throws java.lang.Exception
Specified by:
init in interface proxylet.Proxylet

run

public void run()

control

public void control(java.lang.String con)
             throws java.lang.Exception
Specified by:
control in interface proxylet.Proxylet

stop

public void stop()
          throws java.lang.Exception
Specified by:
stop in interface proxylet.Proxylet