|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.teiid.connector.basic.BasicConnector
com.metamatrix.connector.xml.base.LoggingConnector
com.metamatrix.connector.xml.base.AbstractCachingConnector
public abstract class AbstractCachingConnector
Field Summary |
---|
Fields inherited from class com.metamatrix.connector.xml.base.LoggingConnector |
---|
m_environment, m_logger, m_state |
Constructor Summary | |
---|---|
AbstractCachingConnector()
|
Method Summary | |
---|---|
void |
start(ConnectorEnvironment env)
Start the connector with the connector environment. |
void |
stop()
Stop the connector. |
Methods inherited from class com.metamatrix.connector.xml.base.LoggingConnector |
---|
getEnvironment, getLogger, getState |
Methods inherited from class org.teiid.connector.basic.BasicConnector |
---|
areAdminConnectionsAllowed, createIdentity, getConnectorName, setAdminConnectionsAllowed, setConnectorName, setUseCredentialMap, useCredentialMap |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.metamatrix.connector.xml.StatefulConnector |
---|
getEnvironment, getLogger, getState |
Methods inherited from interface org.teiid.connector.api.Connector |
---|
createIdentity, getCapabilities, getConnection |
Constructor Detail |
---|
public AbstractCachingConnector()
Method Detail |
---|
public void start(ConnectorEnvironment env) throws ConnectorException
Connector
start
in interface Connector
start
in class LoggingConnector
env
- The connector environment, provided by the Connector Manager
ConnectorException
public void stop()
Connector
stop
in interface Connector
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |