org.jbrain.qlink.state
Class MessageBase

java.lang.Object
  |
  +--org.jbrain.qlink.state.AbstractState
        |
        +--org.jbrain.qlink.state.MessageBase
All Implemented Interfaces:
QState

public class MessageBase
extends AbstractState


Field Summary
 
Fields inherited from class org.jbrain.qlink.state.AbstractState
_server, PHASE_INITIAL
 
Constructor Summary
MessageBase(QServer server, int base)
           
 
Method Summary
 void activate()
           
 boolean execute(Action a)
           
 void sendBulletin()
           
 
Methods inherited from class org.jbrain.qlink.state.AbstractState
checkEmail, closeRS, getName, getPhase, passivate, setPhase, terminate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MessageBase

public MessageBase(QServer server,
                   int base)
Method Detail

activate

public void activate()
              throws java.io.IOException
Specified by:
activate in interface QState
Overrides:
activate in class AbstractState
java.io.IOException

sendBulletin

public void sendBulletin()
                  throws java.io.IOException
java.io.IOException

execute

public boolean execute(Action a)
                throws java.io.IOException
Specified by:
execute in interface QState
Overrides:
execute in class AbstractState
java.io.IOException