|
||||||||||
| 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 Connectorstart in class BasicConnectorenvironment - The connector environment, provided by the Connector Manager
ConnectorExceptionpublic ConnectorLogger getLogger()
getLogger in interface StatefulConnectorpublic ConnectorEnvironment getEnvironment()
getEnvironment in interface StatefulConnectorpublic XMLConnectorState getState()
getState in interface StatefulConnector
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||