tapestry.mac
Class StageTester

java.lang.Object
  |
  +--tapestry.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 _theirMhandler
           
 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
See Also:
Constant Field Values

_theirMhandler

public MacHandler _theirMhandler

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
EventHandlerException

handleEvents

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

init

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

destroy

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

profileSize

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