com.metamatrix.connector.xml.base
Interface StatefulConnector

All Superinterfaces:
Connector
All Known Subinterfaces:
CachingConnector
All Known Implementing Classes:
AbstractCachingConnector, LoggingConnector, XMLConnector

public interface StatefulConnector
extends Connector


Method Summary
 ConnectorEnvironment getEnvironment()
           
 ConnectorLogger getLogger()
           
 XMLConnectorState getState()
           
 
Methods inherited from interface org.teiid.connector.api.Connector
createIdentity, getCapabilities, getConnection, start, stop
 

Method Detail

getLogger

ConnectorLogger getLogger()

getEnvironment

ConnectorEnvironment getEnvironment()

getState

XMLConnectorState getState()


Copyright © 2009. All Rights Reserved.