public class OIntegrationConfig extends OTask
OTask.Field| Modifier and Type | Field and Description |
|---|---|
static org.apache.wicket.MetaDataKey<Map<String,org.apache.camel.CamelContext>> |
INTEGRATION_SESSIONS_KEY |
static String |
TASK_CLASS |
TASK_JAVA_CLASS_ATTRIBUTE| Constructor and Description |
|---|
OIntegrationConfig(com.orientechnologies.orient.core.record.impl.ODocument doc) |
| Modifier and Type | Method and Description |
|---|---|
void |
clearContext(org.apache.camel.CamelContext context) |
org.apache.camel.CamelContext |
getOrMakeContext(org.apache.wicket.Component component) |
org.apache.camel.CamelContext |
getOrMakeContextByRid(String rid,
org.apache.wicket.Component component) |
void |
start(IMethodEnvironmentData data) |
OTaskSessionRuntime |
startNewSession() |
void |
stop(IMethodEnvironmentData data) |
void |
suspend(IMethodEnvironmentData data) |
getField, makeFromODocumentpublic static final String TASK_CLASS
public OIntegrationConfig(com.orientechnologies.orient.core.record.impl.ODocument doc)
public void start(IMethodEnvironmentData data)
public void stop(IMethodEnvironmentData data)
public void suspend(IMethodEnvironmentData data)
public org.apache.camel.CamelContext getOrMakeContextByRid(String rid, org.apache.wicket.Component component)
public void clearContext(org.apache.camel.CamelContext context)
throws Exception
Exceptionpublic org.apache.camel.CamelContext getOrMakeContext(org.apache.wicket.Component component)
public OTaskSessionRuntime startNewSession()
startNewSession in class OTaskCopyright © 2018. All rights reserved.