public class Jt400Component
extends org.apache.camel.impl.UriEndpointComponent
Component
to provide integration with AS/400 objects.
Current implementation supports working with data queues (*DTAQ) and Program calls (*PGM)Constructor and Description |
---|
Jt400Component() |
Modifier and Type | Method and Description |
---|---|
protected org.apache.camel.Endpoint |
createEndpoint(String uri,
String remaining,
Map<String,Object> properties) |
protected void |
doShutdown() |
com.ibm.as400.access.AS400ConnectionPool |
getConnectionPool()
Returns the default connection pool used by this component.
|
void |
setConnectionPool(com.ibm.as400.access.AS400ConnectionPool connectionPool) |
createComponentConfiguration, createParameterConfigurationMap, getEndpointClass, getParameterConfigurationMap, populateParameterConfigurationMap, setEndpointClass
afterConfiguration, createConfiguration, createEndpoint, doStart, doStop, getAndRemoveOrResolveReferenceParameter, getAndRemoveOrResolveReferenceParameter, getAndRemoveParameter, getAndRemoveParameter, getCamelContext, getExtension, getSupportedExtensions, ifStartsWithReturnRemainder, isResolvePropertyPlaceholders, preProcessUri, registerExtension, registerExtension, resolveAndRemoveReferenceListParameter, resolveAndRemoveReferenceListParameter, resolveAndRemoveReferenceParameter, resolveAndRemoveReferenceParameter, setCamelContext, setProperties, setProperties, setResolvePropertyPlaceholders, useIntrospectionOnEndpoint, useRawUri, validateParameters, validateURI
protected org.apache.camel.Endpoint createEndpoint(String uri, String remaining, Map<String,Object> properties) throws Exception
createEndpoint
in class org.apache.camel.impl.DefaultComponent
Exception
public com.ibm.as400.access.AS400ConnectionPool getConnectionPool()
public void setConnectionPool(com.ibm.as400.access.AS400ConnectionPool connectionPool)
Apache Camel