ostore.mac
Class FakeClient

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

public class FakeClient
extends Object
implements EventHandlerIF, ProfilableIF

FakeClient stage. Sends out messages that are meant to be MAC'd or sends out MAC


Field Summary
static boolean DEBUG
           
 
Constructor Summary
FakeClient()
           
 
Method Summary
 void destroy()
           
 void handleEvent(QueueElementIF item)
           
 void handleEvents(QueueElementIF[] item)
           
 void init(ConfigDataIF config)
           
 void next_message()
           
 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
Constructor Detail

FakeClient

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

next_message

public void next_message()

destroy

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

profileSize

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