|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.camel.impl.ServiceSupport
org.apache.camel.impl.DefaultEndpoint
org.apache.camel.impl.ScheduledPollEndpoint
org.apache.camel.impl.DefaultPollingEndpoint
org.apache.camel.component.jt400.Jt400DataQueueEndpoint
public class Jt400DataQueueEndpoint
AS/400 Data queue endpoint
| Nested Class Summary | |
|---|---|
static class |
Jt400DataQueueEndpoint.Format
Enumeration of supported data formats |
| Constructor Summary | |
|---|---|
protected |
Jt400DataQueueEndpoint(String endpointUri,
Jt400Component component)
Creates a new AS/400 data queue endpoint |
| Method Summary | |
|---|---|
org.apache.camel.PollingConsumer |
createPollingConsumer()
|
org.apache.camel.Producer |
createProducer()
|
protected com.ibm.as400.access.DataQueue |
getDataQueue()
|
Jt400DataQueueEndpoint.Format |
getFormat()
|
protected com.ibm.as400.access.AS400 |
getSystem()
|
boolean |
isSingleton()
|
void |
setCcsid(int ccsid)
|
void |
setFormat(Jt400DataQueueEndpoint.Format format)
|
| Methods inherited from class org.apache.camel.impl.DefaultPollingEndpoint |
|---|
createConsumer |
| Methods inherited from class org.apache.camel.impl.ScheduledPollEndpoint |
|---|
configureConsumer, configureProperties, getConsumerProperties, setConsumerProperties |
| Methods inherited from class org.apache.camel.impl.DefaultEndpoint |
|---|
createEndpointUri, createExchange, createExchange, createExchange, doStart, doStop, equals, getCamelContext, getComponent, getEndpointKey, getEndpointUri, getExchangePattern, getExchangeType, getId, hashCode, isLenientProperties, isSynchronous, sanitizeUri, setCamelContext, setEndpointUri, setEndpointUriIfNotSpecified, setExchangePattern, setSynchronous, toString |
| Methods inherited from class org.apache.camel.impl.ServiceSupport |
|---|
addChildService, doResume, doShutdown, doSuspend, getStatus, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, isSuspended, isSuspending, removeChildService, resume, shutdown, start, start, stop, suspend |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.apache.camel.Service |
|---|
start, stop |
| Constructor Detail |
|---|
protected Jt400DataQueueEndpoint(String endpointUri,
Jt400Component component)
throws org.apache.camel.CamelException
org.apache.camel.CamelException| Method Detail |
|---|
public void setCcsid(int ccsid)
throws PropertyVetoException
PropertyVetoExceptionpublic void setFormat(Jt400DataQueueEndpoint.Format format)
public Jt400DataQueueEndpoint.Format getFormat()
public org.apache.camel.PollingConsumer createPollingConsumer()
throws Exception
createPollingConsumer in interface org.apache.camel.EndpointcreatePollingConsumer in class org.apache.camel.impl.DefaultEndpointException
public org.apache.camel.Producer createProducer()
throws Exception
Exceptionprotected com.ibm.as400.access.AS400 getSystem()
protected com.ibm.as400.access.DataQueue getDataQueue()
public boolean isSingleton()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||