C D G I J K O P R S V

C

createConsumer(Processor) - Method in class org.apache.camel.component.jt400.Jt400PgmEndpoint
 
createEndpoint(String, String, Map<String, Object>) - Method in class org.apache.camel.component.jt400.Jt400Component
 
createPollingConsumer() - Method in class org.apache.camel.component.jt400.Jt400DataQueueEndpoint
 
createProducer() - Method in class org.apache.camel.component.jt400.Jt400DataQueueEndpoint
 
createProducer() - Method in class org.apache.camel.component.jt400.Jt400PgmEndpoint
 

D

doShutdown() - Method in class org.apache.camel.component.jt400.Jt400Component
 
doStart() - Method in class org.apache.camel.component.jt400.Jt400DataQueueConsumer
 
doStart() - Method in class org.apache.camel.component.jt400.Jt400DataQueueProducer
 
doStart() - Method in class org.apache.camel.component.jt400.Jt400PgmProducer
 
doStop() - Method in class org.apache.camel.component.jt400.Jt400DataQueueConsumer
 
doStop() - Method in class org.apache.camel.component.jt400.Jt400DataQueueProducer
 
doStop() - Method in class org.apache.camel.component.jt400.Jt400PgmProducer
 

G

getConnectionPool() - Method in class org.apache.camel.component.jt400.Jt400Component
Returns the default connection pool used by this component.
getDataQueue() - Method in class org.apache.camel.component.jt400.Jt400DataQueueEndpoint
Deprecated. This method does not benefit from connection pooling; data queue instances should be constructed with a connection obtained by Jt400DataQueueEndpoint.getSystem().
getFormat() - Method in class org.apache.camel.component.jt400.Jt400DataQueueEndpoint
 
getFormat() - Method in class org.apache.camel.component.jt400.Jt400PgmEndpoint
 
getiSeries() - Method in class org.apache.camel.component.jt400.Jt400PgmEndpoint
Obtains an AS400 object that connects to this endpoint.
getObjectPath() - Method in class org.apache.camel.component.jt400.Jt400DataQueueEndpoint
Returns the fully qualified integrated file system path name of the data queue of this endpoint.
getOutputFieldLength(int) - Method in class org.apache.camel.component.jt400.Jt400PgmEndpoint
 
getProgramToExecute() - Method in class org.apache.camel.component.jt400.Jt400PgmEndpoint
 
getSearchKey() - Method in class org.apache.camel.component.jt400.Jt400DataQueueEndpoint
 
getSearchType() - Method in class org.apache.camel.component.jt400.Jt400DataQueueEndpoint
 
getSystem() - Method in class org.apache.camel.component.jt400.Jt400DataQueueEndpoint
Obtains an AS400 object that connects to this endpoint.

I

isFieldIdxForOuput(int) - Method in class org.apache.camel.component.jt400.Jt400PgmEndpoint
 
isGuiAvailable() - Method in class org.apache.camel.component.jt400.Jt400PgmEndpoint
 
isKeyed() - Method in class org.apache.camel.component.jt400.Jt400DataQueueEndpoint
 
isSingleton() - Method in class org.apache.camel.component.jt400.Jt400DataQueueEndpoint
 
isSingleton() - Method in class org.apache.camel.component.jt400.Jt400PgmEndpoint
 

J

Jt400Component - Class in org.apache.camel.component.jt400
Component to provide integration with AS/400 objects.
Jt400Component() - Constructor for class org.apache.camel.component.jt400.Jt400Component
 
Jt400DataQueueConsumer - Class in org.apache.camel.component.jt400
PollingConsumer that polls a data queue for data
Jt400DataQueueConsumer(Jt400DataQueueEndpoint) - Constructor for class org.apache.camel.component.jt400.Jt400DataQueueConsumer
Creates a new consumer instance
Jt400DataQueueEndpoint - Class in org.apache.camel.component.jt400
AS/400 Data queue endpoint
Jt400DataQueueEndpoint(String, Jt400Component) - Constructor for class org.apache.camel.component.jt400.Jt400DataQueueEndpoint
Creates a new AS/400 data queue endpoint using a default connection pool provided by the component.
Jt400DataQueueEndpoint(String, Jt400Component, AS400ConnectionPool) - Constructor for class org.apache.camel.component.jt400.Jt400DataQueueEndpoint
Creates a new AS/400 data queue endpoint using the specified connection pool.
Jt400DataQueueEndpoint.Format - Enum in org.apache.camel.component.jt400
Enumeration of supported data formats
Jt400DataQueueEndpoint.SearchType - Enum in org.apache.camel.component.jt400
SearchTypes for reading from Keyed Data Queues
Jt400DataQueueProducer - Class in org.apache.camel.component.jt400
Producer to send data to an AS/400 data queue.
Jt400DataQueueProducer(Jt400DataQueueEndpoint) - Constructor for class org.apache.camel.component.jt400.Jt400DataQueueProducer
 
Jt400PgmCallException - Exception in org.apache.camel.component.jt400
 
Jt400PgmCallException(String) - Constructor for exception org.apache.camel.component.jt400.Jt400PgmCallException
 
Jt400PgmEndpoint - Class in org.apache.camel.component.jt400
 
Jt400PgmEndpoint(String, Jt400Component) - Constructor for class org.apache.camel.component.jt400.Jt400PgmEndpoint
Creates a new AS/400 PGM CALL endpoint using a default connection pool provided by the component.
Jt400PgmEndpoint(String, Jt400Component, AS400ConnectionPool) - Constructor for class org.apache.camel.component.jt400.Jt400PgmEndpoint
Creates a new AS/400 PGM CALL endpoint using the specified connection pool.
Jt400PgmEndpoint(String, String, Map<String, Object>, CamelContext) - Constructor for class org.apache.camel.component.jt400.Jt400PgmEndpoint
 
Jt400PgmProducer - Class in org.apache.camel.component.jt400
 
Jt400PgmProducer(Jt400PgmEndpoint) - Constructor for class org.apache.camel.component.jt400.Jt400PgmProducer
 

K

KEY - Static variable in class org.apache.camel.component.jt400.Jt400DataQueueEndpoint
 

O

org.apache.camel.component.jt400 - package org.apache.camel.component.jt400
 

P

process(Exchange) - Method in class org.apache.camel.component.jt400.Jt400DataQueueProducer
Sends the Exchange's in body to the AS/400 data queue.
process(Exchange) - Method in class org.apache.camel.component.jt400.Jt400PgmProducer
 

R

receive() - Method in class org.apache.camel.component.jt400.Jt400DataQueueConsumer
 
receive(long) - Method in class org.apache.camel.component.jt400.Jt400DataQueueConsumer
Receives an entry from a data queue and returns an Exchange to send this data If the endpoint's format is set to Jt400DataQueueEndpoint.Format.binary, the data queue entry's data will be received/sent as a byte[].
receiveNoWait() - Method in class org.apache.camel.component.jt400.Jt400DataQueueConsumer
 
releaseiSeries(AS400) - Method in class org.apache.camel.component.jt400.Jt400PgmEndpoint
Releases a previously obtained AS400 object from use.
releaseSystem(AS400) - Method in class org.apache.camel.component.jt400.Jt400DataQueueEndpoint
Releases a previously obtained AS400 object from use.

S

SENDER_INFORMATION - Static variable in class org.apache.camel.component.jt400.Jt400DataQueueEndpoint
 
setCcsid(int) - Method in class org.apache.camel.component.jt400.Jt400DataQueueEndpoint
 
setConnectionPool(AS400ConnectionPool) - Method in class org.apache.camel.component.jt400.Jt400Component
 
setFieldsLength(String) - Method in class org.apache.camel.component.jt400.Jt400PgmEndpoint
 
setFormat(Jt400DataQueueEndpoint.Format) - Method in class org.apache.camel.component.jt400.Jt400DataQueueEndpoint
 
setFormat(Jt400DataQueueEndpoint.Format) - Method in class org.apache.camel.component.jt400.Jt400PgmEndpoint
 
setGuiAvailable(boolean) - Method in class org.apache.camel.component.jt400.Jt400DataQueueEndpoint
 
setGuiAvailable(boolean) - Method in class org.apache.camel.component.jt400.Jt400PgmEndpoint
 
setKeyed(boolean) - Method in class org.apache.camel.component.jt400.Jt400DataQueueEndpoint
 
setOutputFieldsIdx(String) - Method in class org.apache.camel.component.jt400.Jt400PgmEndpoint
 
setSearchKey(String) - Method in class org.apache.camel.component.jt400.Jt400DataQueueEndpoint
 
setSearchType(Jt400DataQueueEndpoint.SearchType) - Method in class org.apache.camel.component.jt400.Jt400DataQueueEndpoint
 

V

valueOf(String) - Static method in enum org.apache.camel.component.jt400.Jt400DataQueueEndpoint.Format
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.camel.component.jt400.Jt400DataQueueEndpoint.SearchType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.camel.component.jt400.Jt400DataQueueEndpoint.Format
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.camel.component.jt400.Jt400DataQueueEndpoint.SearchType
Returns an array containing the constants of this enum type, in the order they are declared.

C D G I J K O P R S V

Apache CAMEL