public class QuickfixjComponent
extends org.apache.camel.impl.DefaultComponent
implements org.apache.camel.StartupListener
| Constructor and Description |
|---|
QuickfixjComponent() |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.camel.Endpoint |
createEndpoint(String uri,
String remaining,
Map<String,Object> parameters) |
protected void |
doShutdown() |
protected void |
doStart() |
protected void |
doStop() |
Map<String,QuickfixjConfiguration> |
getConfigurations() |
boolean |
isLazyCreateEngines() |
void |
onCamelContextStarted(org.apache.camel.CamelContext camelContext,
boolean alreadyStarted) |
void |
setConfigurations(Map<String,QuickfixjConfiguration> configurations) |
void |
setForcedShutdown(boolean forcedShutdown)
Deprecated.
Don't use as setting the
forcedShutdown property had/has no effect. |
void |
setLazyCreateEngines(boolean lazyCreateEngines)
If set to
true, the engines will be created and started when needed (when first message
is send) |
void |
setLogFactory(quickfix.LogFactory logFactory) |
void |
setMessageFactory(quickfix.MessageFactory messageFactory) |
void |
setMessageStoreFactory(quickfix.MessageStoreFactory messageStoreFactory) |
afterConfiguration, createComponentConfiguration, createConfiguration, createEndpoint, getAndRemoveOrResolveReferenceParameter, getAndRemoveOrResolveReferenceParameter, getAndRemoveParameter, getAndRemoveParameter, getCamelContext, ifStartsWithReturnRemainder, preProcessUri, resolveAndRemoveReferenceListParameter, resolveAndRemoveReferenceListParameter, resolveAndRemoveReferenceParameter, resolveAndRemoveReferenceParameter, setCamelContext, setProperties, useIntrospectionOnEndpoint, useRawUri, validateParameters, validateURIprotected org.apache.camel.Endpoint createEndpoint(String uri, String remaining, Map<String,Object> parameters) throws Exception
createEndpoint in class org.apache.camel.impl.DefaultComponentExceptionprotected void doStart()
throws Exception
doStart in class org.apache.camel.impl.DefaultComponentExceptionprotected void doStop()
throws Exception
doStop in class org.apache.camel.impl.DefaultComponentExceptionprotected void doShutdown()
throws Exception
doShutdown in class org.apache.camel.support.ServiceSupportExceptionpublic void setMessageFactory(quickfix.MessageFactory messageFactory)
public void setLogFactory(quickfix.LogFactory logFactory)
public void setMessageStoreFactory(quickfix.MessageStoreFactory messageStoreFactory)
@Deprecated public void setForcedShutdown(boolean forcedShutdown)
forcedShutdown property had/has no effect.public Map<String,QuickfixjConfiguration> getConfigurations()
public void setConfigurations(Map<String,QuickfixjConfiguration> configurations)
public boolean isLazyCreateEngines()
public void setLazyCreateEngines(boolean lazyCreateEngines)
true, the engines will be created and started when needed (when first message
is send)lazyCreateEngines - Apache Camel