com.metamatrix.jdbc.transport
Class LocalTransportHandler

java.lang.Object
  extended by com.metamatrix.jdbc.transport.LocalTransportHandler
All Implemented Interfaces:
ServerConnectionFactory

public class LocalTransportHandler
extends java.lang.Object
implements ServerConnectionFactory


Constructor Summary
LocalTransportHandler(ClientSideDQP dqp)
          Default constructor - used by reflection to create a new instance.
 
Method Summary
 ServerConnection createConnection(java.util.Properties connectionProperties)
           
 void registerListener(ServerConnectionListener listener)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocalTransportHandler

public LocalTransportHandler(ClientSideDQP dqp)
                      throws ApplicationInitializationException
Default constructor - used by reflection to create a new instance.

Throws:
ApplicationInitializationException
Method Detail

createConnection

public ServerConnection createConnection(java.util.Properties connectionProperties)
                                  throws ConnectionException
Specified by:
createConnection in interface ServerConnectionFactory
Throws:
ConnectionException

registerListener

public void registerListener(ServerConnectionListener listener)


Copyright © 2009. All Rights Reserved.