C D G I J 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

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

getDataQueue() - Method in class org.apache.camel.component.jt400.Jt400DataQueueEndpoint
 
getFormat() - Method in class org.apache.camel.component.jt400.Jt400DataQueueEndpoint
 
getiSeries() - Method in class org.apache.camel.component.jt400.Jt400PgmEndpoint
 
getOutputFieldLength(int) - Method in class org.apache.camel.component.jt400.Jt400PgmEndpoint
 
getProgramToExecute() - Method in class org.apache.camel.component.jt400.Jt400PgmEndpoint
 
getSystem() - Method in class org.apache.camel.component.jt400.Jt400DataQueueEndpoint
 

I

isFieldIdxForOuput(int) - Method in class org.apache.camel.component.jt400.Jt400PgmEndpoint
 
isGuiAvailable() - Method in class org.apache.camel.component.jt400.Jt400PgmEndpoint
 
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
Jt400DataQueueEndpoint.Format - Enum in org.apache.camel.component.jt400
Enumeration of supported data formats
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
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
 

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
 

S

setCcsid(int) - Method in class org.apache.camel.component.jt400.Jt400DataQueueEndpoint
 
setFieldsLength(String) - Method in class org.apache.camel.component.jt400.Jt400PgmEndpoint
 
setFormat(Jt400DataQueueEndpoint.Format) - Method in class org.apache.camel.component.jt400.Jt400DataQueueEndpoint
 
setGuiAvailable(boolean) - Method in class org.apache.camel.component.jt400.Jt400DataQueueEndpoint
 
setGuiAvailable(boolean) - Method in class org.apache.camel.component.jt400.Jt400PgmEndpoint
 
setOutputFieldsIdx(String) - Method in class org.apache.camel.component.jt400.Jt400PgmEndpoint
 
stop() - Method in class org.apache.camel.component.jt400.Jt400PgmEndpoint
 

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.
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.

C D G I J O P R S V

Apache CAMEL