ami
Class AMIPasswordHide

java.lang.Object
  |
  +--ami.AMIPasswordHide
All Implemented Interfaces:
Runnable

class AMIPasswordHide
extends Object
implements Runnable

Thread used to hide password entering at command line

Version:
1.0
Author:
Bertrand Florat

Field Summary
(package private)  boolean bHide
           
(package private)  boolean bStop
           
(package private)  Thread t
           
 
Constructor Summary
(package private) AMIPasswordHide()
          Default constructor
 
Method Summary
(package private)  void hide(boolean b)
          put your documentation comment here
 void run()
          put your documentation comment here
 void stop()
          Finalize the thread
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

bHide

boolean bHide

bStop

volatile boolean bStop

t

Thread t
Constructor Detail

AMIPasswordHide

AMIPasswordHide()
Default constructor
Method Detail

run

public void run()
put your documentation comment here
Specified by:
run in interface Runnable

stop

public void stop()
Finalize the thread

hide

void hide(boolean b)
put your documentation comment here
Parameters:
b -