com.metamatrix.connector.xml
Interface XMLConnectorState

All Superinterfaces:
BaseXMLConnectorState
All Known Implementing Classes:
FileConnectorState, HTTPConnectorState, JMSSOAPConnectorState, JMSXMLConnectorState, SecureConnectorStateImpl, SOAPConnectorState, XMLConnectorStateImpl

public interface XMLConnectorState
extends BaseXMLConnectorState


Field Summary
static java.lang.String STATE_CLASS_PROP
           
 
Method Summary
 java.lang.String getCacheLocation()
           
 int getCacheTimeoutMillis()
           
 int getCacheTimeoutSeconds()
           
 Connection getConnection(CachingConnector connector, ExecutionContext context, ConnectorEnvironment environment)
           
 ConnectorCapabilities getConnectorCapabilities()
           
 int getMaxFileCacheSizeByte()
           
 int getMaxFileCacheSizeKB()
           
 int getMaxInMemoryStringSize()
           
 int getMaxMemoryCacheSizeByte()
           
 int getMaxMemoryCacheSizeKB()
           
 java.lang.String getPluggableInputStreamFilterClass()
           
 IQueryPreprocessor getPreprocessor()
           
 SAXFilterProvider getSAXFilterProvider()
           
 boolean isLogRequestResponse()
           
 boolean isPreprocess()
           
 DocumentProducer makeExecutor(XMLExecution info)
           
 
Methods inherited from interface com.metamatrix.connector.xml.BaseXMLConnectorState
getLogger, getState, setLogger, setState
 

Field Detail

STATE_CLASS_PROP

static final java.lang.String STATE_CLASS_PROP
See Also:
Constant Field Values
Method Detail

makeExecutor

DocumentProducer makeExecutor(XMLExecution info)
                              throws ConnectorException
Throws:
ConnectorException

getCacheTimeoutSeconds

int getCacheTimeoutSeconds()
Returns:
Returns the m_cacheTimeout.

getCacheTimeoutMillis

int getCacheTimeoutMillis()

isPreprocess

boolean isPreprocess()

getConnectorCapabilities

ConnectorCapabilities getConnectorCapabilities()

getMaxMemoryCacheSizeByte

int getMaxMemoryCacheSizeByte()

getMaxMemoryCacheSizeKB

int getMaxMemoryCacheSizeKB()

getMaxInMemoryStringSize

int getMaxInMemoryStringSize()

getMaxFileCacheSizeKB

int getMaxFileCacheSizeKB()

getMaxFileCacheSizeByte

int getMaxFileCacheSizeByte()

getCacheLocation

java.lang.String getCacheLocation()

isLogRequestResponse

boolean isLogRequestResponse()

getSAXFilterProvider

SAXFilterProvider getSAXFilterProvider()

getPreprocessor

IQueryPreprocessor getPreprocessor()

getConnection

Connection getConnection(CachingConnector connector,
                         ExecutionContext context,
                         ConnectorEnvironment environment)
                         throws ConnectorException
Throws:
ConnectorException

getPluggableInputStreamFilterClass

java.lang.String getPluggableInputStreamFilterClass()


Copyright © 2009. All Rights Reserved.