net.sourceforge.backpedal.impl.server
Class DispatcherImpl

java.lang.Object
  |
  +--net.sourceforge.backpedal.impl.server.DispatcherImpl
All Implemented Interfaces:
Dispatcher

public class DispatcherImpl
extends Object
implements Dispatcher


Constructor Summary
DispatcherImpl(ServerControl serverControl, BackpedalStatementStack statementStack, ConnectionFactory connectionFactory)
           
 
Method Summary
 void dispatch(String command)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DispatcherImpl

public DispatcherImpl(ServerControl serverControl,
                      BackpedalStatementStack statementStack,
                      ConnectionFactory connectionFactory)
Method Detail

dispatch

public void dispatch(String command)
Specified by:
dispatch in interface Dispatcher


Copyright © Sourceforge. All Rights Reserved.