org.jactr.tools.async.controller.handlers
Class ProductionHandler
java.lang.Object
org.jactr.tools.async.controller.handlers.ProductionHandler
- All Implemented Interfaces:
- org.apache.mina.handler.demux.MessageHandler<IProductionCommand>
public class ProductionHandler
- extends java.lang.Object
- implements org.apache.mina.handler.demux.MessageHandler<IProductionCommand>
take the requested breakpoint action and apply it. currently we only support
all clear, add/remove of time, cycle, and production
- Author:
- developer
| Fields inherited from interface org.apache.mina.handler.demux.MessageHandler |
NOOP |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProductionHandler
public ProductionHandler(RemoteIOHandler handler)
handleMessage
public void handleMessage(org.apache.mina.core.session.IoSession session,
IProductionCommand command)
throws java.lang.Exception
- Specified by:
handleMessage in interface org.apache.mina.handler.demux.MessageHandler<IProductionCommand>
- Throws:
java.lang.Exception- See Also:
org.apache.mina.handler.demux.MessageHandler#messageReceived(org.apache.mina.common.IoSession,
java.lang.Object)