ostore.mac
Class FakeTapestryStage
java.lang.Object
|
+--ostore.mac.FakeTapestryStage
- All Implemented Interfaces:
- EventHandlerIF, ProfilableIF
- public class FakeTapestryStage
- extends Object
- implements EventHandlerIF, ProfilableIF
Fake Tapestry stage interfaces with MacHandler
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEBUG
public static final boolean DEBUG
macHandler
public MacHandler macHandler
FakeTapestryStage
public FakeTapestryStage()
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
send
public void send(QuickSerializable msg)
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