com.metamatrix.jdbc.transport
Class LocalServerConnection

java.lang.Object
  extended by com.metamatrix.jdbc.transport.LocalServerConnection
All Implemented Interfaces:
ServerConnection

public class LocalServerConnection
extends java.lang.Object
implements ServerConnection


Constructor Summary
LocalServerConnection(MetaMatrixSessionID sessionId, java.util.Properties connectionProperties, ClientSideDQP dqp, ServerConnectionListener listener)
           
 
Method Summary
 LogonResult getLogonResult()
           
<T> T
getService(java.lang.Class<T> iface)
           
 boolean isOpen()
           
 void shutdown()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocalServerConnection

public LocalServerConnection(MetaMatrixSessionID sessionId,
                             java.util.Properties connectionProperties,
                             ClientSideDQP dqp,
                             ServerConnectionListener listener)
Method Detail

getService

public <T> T getService(java.lang.Class<T> iface)
Specified by:
getService in interface ServerConnection

isOpen

public boolean isOpen()
Specified by:
isOpen in interface ServerConnection

shutdown

public void shutdown()
Specified by:
shutdown in interface ServerConnection

getLogonResult

public LogonResult getLogonResult()
Specified by:
getLogonResult in interface ServerConnection


Copyright © 2009. All Rights Reserved.