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


Field Summary
static boolean DEBUG
           
 MacHandler macHandler
           
 
Constructor Summary
FakeTapestryStage()
           
 
Method Summary
 void destroy()
           
 void handleEvent(QueueElementIF item)
           
 void handleEvents(QueueElementIF[] item)
           
 void init(ConfigDataIF config)
           
 int profileSize()
           
 void send(QuickSerializable msg)
           
 
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

macHandler

public MacHandler macHandler
Constructor Detail

FakeTapestryStage

public FakeTapestryStage()
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

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