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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
StageTester
public StageTester()
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