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(IMethodContext data) |
OTaskSessionRuntime |
startNewSession() |
void |
stop(IMethodContext data) |
void |
suspend(IMethodContext data) |
getField, getName, isAutodeleteSessions, makeFromODocumentpublic static final String TASK_CLASS
public OIntegrationConfig(com.orientechnologies.orient.core.record.impl.ODocument doc)
public void start(IMethodContext data)
public void stop(IMethodContext data)
public void suspend(IMethodContext 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 © 2019. All rights reserved.