|
||||||||||
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
public abstract class LoggingConnector
Field Summary | |
---|---|
protected XMLConnectorState |
m_state
|
Constructor Summary | |
---|---|
LoggingConnector()
|
Method Summary | |
---|---|
ConnectorEnvironment |
getEnvironment()
|
ConnectorLogger |
getLogger()
|
XMLConnectorState |
getState()
|
void |
start(ConnectorEnvironment environment)
Start the connector with the connector environment. |
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 org.teiid.connector.api.Connector |
---|
createIdentity, getCapabilities, getConnection, stop |
Field Detail |
---|
protected XMLConnectorState m_state
Constructor Detail |
---|
public LoggingConnector()
Method Detail |
---|
public void start(ConnectorEnvironment environment) throws ConnectorException
Connector
start
in interface Connector
start
in class BasicConnector
environment
- The connector environment, provided by the Connector Manager
ConnectorException
public ConnectorLogger getLogger()
getLogger
in interface StatefulConnector
public ConnectorEnvironment getEnvironment()
getEnvironment
in interface StatefulConnector
public XMLConnectorState getState()
getState
in interface StatefulConnector
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |