ostore.mac
Class StageTester

java.lang.Object
  |
  +--ostore.mac.StageTester
All Implemented Interfaces:
EventHandlerIF, ProfilableIF

public class StageTester
extends Object
implements EventHandlerIF, ProfilableIF

StageTester allows me (Gifford) to test a stage and watch it for effects.


Field Summary
 String _alfkeyfile
           
 String _bigfootkeyfile
           
 MacHandler _mhandler
           
 PartyInfo AlfInfo
           
 QSPrivateKey AlfPri
           
 QSPublicKey AlfPub
           
 PartyInfo BigFootInfo
           
 QSPrivateKey BigFootPri
           
 QSPublicKey BigFootPub
           
 int countdown
           
static boolean DEBUG
           
 
Constructor Summary
StageTester()
           
 
Method Summary
 void destroy()
           
 void handleEvent(QueueElementIF item)
           
 void handleEvents(QueueElementIF[] item)
           
 void init(ConfigDataIF config)
           
 int profileSize()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEBUG

public static final boolean DEBUG

_mhandler

public MacHandler _mhandler

AlfInfo

public PartyInfo AlfInfo

AlfPub

public QSPublicKey AlfPub

AlfPri

public QSPrivateKey AlfPri

_alfkeyfile

public String _alfkeyfile

BigFootInfo

public PartyInfo BigFootInfo

BigFootPub

public QSPublicKey BigFootPub

BigFootPri

public QSPrivateKey BigFootPri

_bigfootkeyfile

public String _bigfootkeyfile

countdown

public int countdown
Constructor Detail

StageTester

public StageTester()
Method Detail

handleEvent

public void handleEvent(QueueElementIF item)
                 throws EventHandlerException
Specified by:
handleEvent in interface EventHandlerIF

handleEvents

public void handleEvents(QueueElementIF[] item)
                  throws EventHandlerException
Specified by:
handleEvents in interface EventHandlerIF

init

public void init(ConfigDataIF config)
          throws Exception
Specified by:
init in interface EventHandlerIF

destroy

public void destroy()
             throws Exception
Specified by:
destroy in interface EventHandlerIF

profileSize

public int profileSize()
Specified by:
profileSize in interface ProfilableIF