public abstract class AbstractIecEndpoint<T extends AbstractConnectionMultiplexor>
extends org.apache.camel.support.DefaultEndpoint
| Constructor and Description |
|---|
AbstractIecEndpoint(String uri,
org.apache.camel.support.DefaultComponent component,
T connection,
ObjectAddress address) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doStart() |
protected void |
doStop() |
ObjectAddress |
getAddress() |
protected T |
getConnection() |
String |
getConnectionId() |
ClientOptions |
getConnectionOptions() |
org.eclipse.neoscada.protocol.iec60870.client.data.DataModuleOptions |
getDataModuleOptions() |
org.eclipse.neoscada.protocol.iec60870.ProtocolOptions |
getProtocolOptions() |
void |
setConnectionId(String connectionId) |
configureConsumer, configurePollingConsumer, configureProperties, createAsyncProducer, createEndpointUri, createExchange, createExchange, createPollingConsumer, doInit, equals, getCamelContext, getComponent, getEndpointKey, getEndpointUri, getExceptionHandler, getExchangePattern, getId, getPollingConsumerBlockTimeout, getPollingConsumerQueueSize, hashCode, isAutowiredEnabled, isBridgeErrorHandler, isLazyStartProducer, isLenientProperties, isPollingConsumerBlockWhenFull, isSingleton, setAutowiredEnabled, setBridgeErrorHandler, setCamelContext, setComponent, setEndpointUri, setEndpointUriIfNotSpecified, setExceptionHandler, setExchangePattern, setLazyStartProducer, setPollingConsumerBlockTimeout, setPollingConsumerBlockWhenFull, setPollingConsumerQueueSize, setProperties, toStringbuild, doBuild, doFail, doLifecycleChange, doResume, doShutdown, doSuspend, fail, getStatus, init, isBuild, isInit, isNew, isRunAllowed, isShutdown, isStarted, isStarting, isStartingOrStarted, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, isSuspendingOrSuspended, resume, shutdown, start, stop, suspendclone, finalize, getClass, notify, notifyAll, wait, wait, waitcreateConsumer, createProducer, getEndpointBaseUri, isSingletonProducerpublic AbstractIecEndpoint(String uri, org.apache.camel.support.DefaultComponent component, T connection, ObjectAddress address)
public ClientOptions getConnectionOptions()
public org.eclipse.neoscada.protocol.iec60870.ProtocolOptions getProtocolOptions()
public org.eclipse.neoscada.protocol.iec60870.client.data.DataModuleOptions getDataModuleOptions()
public String getConnectionId()
public void setConnectionId(String connectionId)
public ObjectAddress getAddress()
protected void doStart()
throws Exception
doStart in class org.apache.camel.support.DefaultEndpointExceptionprotected void doStop()
throws Exception
doStop in class org.apache.camel.support.DefaultEndpointExceptionprotected T getConnection()
Apache Camel