public abstract class AbstractServiceRegistry
extends org.apache.camel.support.service.ServiceSupport
implements org.apache.camel.cloud.ServiceRegistry
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractServiceRegistry() |
protected |
AbstractServiceRegistry(String id) |
protected |
AbstractServiceRegistry(String id,
org.apache.camel.CamelContext camelContext) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAttributes() |
org.apache.camel.CamelContext |
getCamelContext() |
String |
getId() |
int |
getOrder() |
void |
setAttribute(String key,
Object value) |
void |
setAttributes(Map<String,Object> attributes) |
void |
setCamelContext(org.apache.camel.CamelContext camelContext) |
void |
setId(String id) |
void |
setOrder(int order) |
build, doBuild, doInit, doResume, doShutdown, doStart, doStop, doSuspend, getStatus, init, isBuild, isInit, isNew, isRunAllowed, isShutdown, isStarted, isStarting, isStartingOrStarted, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, isSuspendingOrSuspended, resume, shutdown, start, stop, suspendprotected AbstractServiceRegistry()
protected AbstractServiceRegistry(String id)
protected AbstractServiceRegistry(String id, org.apache.camel.CamelContext camelContext)
public int getOrder()
getOrder in interface org.apache.camel.cloud.ServiceRegistrygetOrder in interface org.apache.camel.Orderedpublic void setOrder(int order)
public void setId(String id)
setId in interface org.apache.camel.spi.IdAwarepublic String getId()
getId in interface org.apache.camel.spi.HasIdpublic void setCamelContext(org.apache.camel.CamelContext camelContext)
setCamelContext in interface org.apache.camel.CamelContextAwarepublic org.apache.camel.CamelContext getCamelContext()
getCamelContext in interface org.apache.camel.CamelContextAwareApache Camel