Package org.apache.camel.impl.cloud
Class AbstractServiceRegistry
java.lang.Object
org.apache.camel.support.service.BaseService
org.apache.camel.support.service.ServiceSupport
org.apache.camel.impl.cloud.AbstractServiceRegistry
- All Implemented Interfaces:
AutoCloseable,org.apache.camel.CamelContextAware,org.apache.camel.cloud.ServiceRegistry,org.apache.camel.Ordered,org.apache.camel.Service,org.apache.camel.ShutdownableService,org.apache.camel.spi.HasCamelContext,org.apache.camel.spi.HasId,org.apache.camel.spi.IdAware,org.apache.camel.StatefulService,org.apache.camel.SuspendableService
@Deprecated(since="4.7")
public abstract class AbstractServiceRegistry
extends org.apache.camel.support.service.ServiceSupport
implements org.apache.camel.cloud.ServiceRegistry
Deprecated.
since 4.7
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.camel.cloud.ServiceRegistry
org.apache.camel.cloud.ServiceRegistry.Selector -
Field Summary
Fields inherited from class org.apache.camel.support.service.BaseService
BUILT, FAILED, INITIALIZED, INITIALIZING, lock, NEW, SHUTDOWN, SHUTTING_DOWN, STARTED, STARTING, status, STOPPED, STOPPING, SUSPENDED, SUSPENDINGFields inherited from interface org.apache.camel.Ordered
HIGHEST, LOWEST -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedDeprecated.protectedDeprecated.protectedAbstractServiceRegistry(String id, org.apache.camel.CamelContext camelContext) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.org.apache.camel.CamelContextDeprecated.getId()Deprecated.intgetOrder()Deprecated.voidsetAttribute(String key, Object value) Deprecated.voidsetAttributes(Map<String, Object> attributes) Deprecated.voidsetCamelContext(org.apache.camel.CamelContext camelContext) Deprecated.voidDeprecated.voidsetOrder(int order) Deprecated.Methods inherited from class org.apache.camel.support.service.BaseService
build, doBuild, doFail, doInit, doLifecycleChange, doResume, doShutdown, doStart, doStop, doSuspend, fail, getInternalLock, getStatus, init, isBuild, isInit, isNew, isRunAllowed, isShutdown, isStarted, isStarting, isStartingOrStarted, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, isSuspendingOrSuspended, resume, shutdown, start, stop, suspendMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.camel.spi.IdAware
setGeneratedIdMethods inherited from interface org.apache.camel.Service
build, close, init, start, stopMethods inherited from interface org.apache.camel.cloud.ServiceRegistry
deregister, registerMethods inherited from interface org.apache.camel.ShutdownableService
shutdownMethods inherited from interface org.apache.camel.StatefulService
getStatus, isRunAllowed, isStarted, isStarting, isStopped, isStopping, isSuspendingMethods inherited from interface org.apache.camel.SuspendableService
isSuspended, resume, suspend
-
Constructor Details
-
AbstractServiceRegistry
protected AbstractServiceRegistry()Deprecated. -
AbstractServiceRegistry
Deprecated. -
AbstractServiceRegistry
Deprecated.
-
-
Method Details
-
getOrder
public int getOrder()Deprecated.- Specified by:
getOrderin interfaceorg.apache.camel.Ordered- Specified by:
getOrderin interfaceorg.apache.camel.cloud.ServiceRegistry
-
setOrder
public void setOrder(int order) Deprecated. -
setId
Deprecated.- Specified by:
setIdin interfaceorg.apache.camel.spi.IdAware
-
getId
Deprecated.- Specified by:
getIdin interfaceorg.apache.camel.spi.HasId
-
setCamelContext
public void setCamelContext(org.apache.camel.CamelContext camelContext) Deprecated.- Specified by:
setCamelContextin interfaceorg.apache.camel.CamelContextAware
-
getCamelContext
public org.apache.camel.CamelContext getCamelContext()Deprecated.- Specified by:
getCamelContextin interfaceorg.apache.camel.spi.HasCamelContext
-
setAttributes
Deprecated. -
setAttribute
Deprecated. -
getAttributes
Deprecated.- Specified by:
getAttributesin interfaceorg.apache.camel.cloud.ServiceRegistry
-