A B C D E F G H I J K L M N O P Q R S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- AbstractService<T> - Class in org.jboss.msc.service
-
An abstract service class which provides default implementations.
- AbstractService() - Constructor for class org.jboss.msc.service.AbstractService
- AbstractServiceListener<S> - Class in org.jboss.msc.service
-
An abstract implementation of a service listener whose methods do nothing.
- AbstractServiceListener() - Constructor for class org.jboss.msc.service.AbstractServiceListener
- accessControlContext - Variable in class org.jboss.msc.value.EnvironmentPropertyValue
- accessControlContext - Variable in class org.jboss.msc.value.SystemPropertyValue
- activate(ServiceActivatorContext) - Method in interface org.jboss.msc.service.ServiceActivator
-
Activate services.
- active - Variable in class org.jboss.msc.service.StabilityStatistics
- ACTIVE - org.jboss.msc.service.ServiceController.Mode
-
Demand to start, recursively demanding dependencies.
- add(E) - Method in class org.jboss.msc.service.IdentityHashSet
- addAliases(ServiceName...) - Method in class org.jboss.msc.service.DelegatingServiceBuilder
-
Add aliases for this service.
- addAliases(ServiceName...) - Method in interface org.jboss.msc.service.ServiceBuilder
-
Add aliases for this service.
- addAliases(ServiceName...) - Method in class org.jboss.msc.service.ServiceBuilderImpl
- addAll(Collection<? extends E>) - Method in class org.jboss.msc.service.IdentityHashSet
- addAsyncTasks(int) - Method in class org.jboss.msc.service.ServiceControllerImpl
- addChild(ServiceControllerImpl<?>) - Method in class org.jboss.msc.service.ServiceControllerImpl
- addController(ServiceController<?>) - Method in class org.jboss.msc.service.StabilityMonitor
-
Register controller with this monitor.
- addControllerNoCallback(ServiceControllerImpl<?>) - Method in class org.jboss.msc.service.StabilityMonitor
-
Register controller with this monitor but don't call serviceController.addMonitor() at all.
- addDemand() - Method in interface org.jboss.msc.service.Dependency
-
Notify that a
dependent
enteredactive mode
. - addDemand() - Method in class org.jboss.msc.service.OptionalDependency
- addDemand() - Method in class org.jboss.msc.service.ServiceControllerImpl
- addDemand() - Method in class org.jboss.msc.service.ServiceRegistrationImpl
- addDemands(int) - Method in class org.jboss.msc.service.ServiceControllerImpl
- addDependencies(Iterable<ServiceName>) - Method in class org.jboss.msc.service.DelegatingServiceBuilder
-
Add multiple, non-injected dependencies.
- addDependencies(Iterable<ServiceName>) - Method in interface org.jboss.msc.service.ServiceBuilder
-
Add multiple, non-injected dependencies.
- addDependencies(Iterable<ServiceName>) - Method in class org.jboss.msc.service.ServiceBuilderImpl
- addDependencies(ServiceBuilder.DependencyType, Iterable<ServiceName>) - Method in class org.jboss.msc.service.DelegatingServiceBuilder
-
Add multiple, non-injected dependencies.
- addDependencies(ServiceBuilder.DependencyType, Iterable<ServiceName>) - Method in interface org.jboss.msc.service.ServiceBuilder
-
Add multiple, non-injected dependencies.
- addDependencies(ServiceBuilder.DependencyType, Iterable<ServiceName>) - Method in class org.jboss.msc.service.ServiceBuilderImpl
- addDependencies(ServiceBuilder.DependencyType, ServiceName...) - Method in class org.jboss.msc.service.DelegatingServiceBuilder
-
Add multiple, non-injected dependencies.
- addDependencies(ServiceBuilder.DependencyType, ServiceName...) - Method in interface org.jboss.msc.service.ServiceBuilder
-
Add multiple, non-injected dependencies.
- addDependencies(ServiceBuilder.DependencyType, ServiceName...) - Method in class org.jboss.msc.service.ServiceBuilderImpl
- addDependencies(ServiceName...) - Method in class org.jboss.msc.service.DelegatingServiceBuilder
-
Add multiple, non-injected dependencies.
- addDependencies(ServiceName...) - Method in interface org.jboss.msc.service.ServiceBuilder
-
Add multiple, non-injected dependencies.
- addDependencies(ServiceName...) - Method in class org.jboss.msc.service.ServiceBuilderImpl
- addDependenciesNoCheck(Iterable<ServiceName>) - Method in class org.jboss.msc.service.ServiceBuilderImpl
- addDependenciesNoCheck(Iterable<ServiceName>, ServiceBuilder.DependencyType) - Method in class org.jboss.msc.service.ServiceBuilderImpl
- addDependency(Collection<ServiceName>) - Method in interface org.jboss.msc.service.BatchServiceTarget
-
Add a collection of dependencies that will be added to the all ServiceBuilders installed in this target
- addDependency(Collection<ServiceName>) - Method in class org.jboss.msc.service.BatchServiceTargetImpl
- addDependency(Collection<ServiceName>) - Method in class org.jboss.msc.service.DelegatingServiceContainer
-
Add a collection of dependencies that will be added to the all ServiceBuilders installed in this target
- addDependency(Collection<ServiceName>) - Method in class org.jboss.msc.service.DelegatingServiceTarget
-
Add a collection of dependencies that will be added to the all ServiceBuilders installed in this target
- addDependency(Collection<ServiceName>) - Method in interface org.jboss.msc.service.ServiceTarget
-
Add a collection of dependencies that will be added to the all ServiceBuilders installed in this target
- addDependency(Collection<ServiceName>) - Method in class org.jboss.msc.service.ServiceTargetImpl
- addDependency(ServiceBuilder.DependencyType, ServiceName) - Method in class org.jboss.msc.service.DelegatingServiceBuilder
-
Add a dependency.
- addDependency(ServiceBuilder.DependencyType, ServiceName) - Method in interface org.jboss.msc.service.ServiceBuilder
-
Add a dependency.
- addDependency(ServiceBuilder.DependencyType, ServiceName) - Method in class org.jboss.msc.service.ServiceBuilderImpl
- addDependency(ServiceBuilder.DependencyType, ServiceName, Class<I>, Injector<I>) - Method in class org.jboss.msc.service.DelegatingServiceBuilder
-
Add a service dependency.
- addDependency(ServiceBuilder.DependencyType, ServiceName, Class<I>, Injector<I>) - Method in interface org.jboss.msc.service.ServiceBuilder
-
Add a service dependency.
- addDependency(ServiceBuilder.DependencyType, ServiceName, Class<I>, Injector<I>) - Method in class org.jboss.msc.service.ServiceBuilderImpl
- addDependency(ServiceBuilder.DependencyType, ServiceName, Injector<Object>) - Method in class org.jboss.msc.service.DelegatingServiceBuilder
-
Add a service dependency.
- addDependency(ServiceBuilder.DependencyType, ServiceName, Injector<Object>) - Method in interface org.jboss.msc.service.ServiceBuilder
-
Add a service dependency.
- addDependency(ServiceBuilder.DependencyType, ServiceName, Injector<Object>) - Method in class org.jboss.msc.service.ServiceBuilderImpl
- addDependency(ServiceName) - Method in interface org.jboss.msc.service.BatchServiceTarget
-
Add a dependency that will be added to the all ServiceBuilders installed in this target.
- addDependency(ServiceName) - Method in class org.jboss.msc.service.BatchServiceTargetImpl
- addDependency(ServiceName) - Method in class org.jboss.msc.service.DelegatingServiceBuilder
-
Add a dependency.
- addDependency(ServiceName) - Method in class org.jboss.msc.service.DelegatingServiceContainer
-
Add a dependency that will be added to the all ServiceBuilders installed in this target.
- addDependency(ServiceName) - Method in class org.jboss.msc.service.DelegatingServiceTarget
-
Add a dependency that will be added to the all ServiceBuilders installed in this target.
- addDependency(ServiceName) - Method in interface org.jboss.msc.service.ServiceBuilder
-
Add a dependency.
- addDependency(ServiceName) - Method in class org.jboss.msc.service.ServiceBuilderImpl
- addDependency(ServiceName) - Method in interface org.jboss.msc.service.ServiceTarget
-
Add a dependency that will be added to the all ServiceBuilders installed in this target.
- addDependency(ServiceName) - Method in class org.jboss.msc.service.ServiceTargetImpl
- addDependency(ServiceName...) - Method in interface org.jboss.msc.service.BatchServiceTarget
-
Add a list of dependencies that will be added to the all ServiceBuilders installed in this target.
- addDependency(ServiceName...) - Method in class org.jboss.msc.service.BatchServiceTargetImpl
- addDependency(ServiceName...) - Method in class org.jboss.msc.service.DelegatingServiceContainer
-
Add a list of dependencies that will be added to the all ServiceBuilders installed in this target.
- addDependency(ServiceName...) - Method in class org.jboss.msc.service.DelegatingServiceTarget
-
Add a list of dependencies that will be added to the all ServiceBuilders installed in this target.
- addDependency(ServiceName...) - Method in interface org.jboss.msc.service.ServiceTarget
-
Add a list of dependencies that will be added to the all ServiceBuilders installed in this target.
- addDependency(ServiceName...) - Method in class org.jboss.msc.service.ServiceTargetImpl
- addDependency(ServiceName, Class<I>, Injector<I>) - Method in class org.jboss.msc.service.DelegatingServiceBuilder
-
Add a service dependency.
- addDependency(ServiceName, Class<I>, Injector<I>) - Method in interface org.jboss.msc.service.ServiceBuilder
-
Add a service dependency.
- addDependency(ServiceName, Class<I>, Injector<I>) - Method in class org.jboss.msc.service.ServiceBuilderImpl
- addDependency(ServiceName, Injector<Object>) - Method in class org.jboss.msc.service.DelegatingServiceBuilder
-
Add a service dependency.
- addDependency(ServiceName, Injector<Object>) - Method in interface org.jboss.msc.service.ServiceBuilder
-
Add a service dependency.
- addDependency(ServiceName, Injector<Object>) - Method in class org.jboss.msc.service.ServiceBuilderImpl
- addDependent(Dependent) - Method in interface org.jboss.msc.service.Dependency
-
Add a dependent to this dependency, establishing the dependency relation between this dependency and its dependent.
- addDependent(Dependent) - Method in class org.jboss.msc.service.OptionalDependency
- addDependent(Dependent) - Method in class org.jboss.msc.service.ServiceRegistrationImpl
-
Add a dependent to this controller.
- addDependentsByName(ServiceRegistrationImpl, Map<ServiceName, Dependent[]>) - Method in class org.jboss.msc.service.ServiceControllerImpl
- addedServiceControllers - Variable in class org.jboss.msc.service.BatchServiceTargetImpl
- addFailed(ServiceController<?>) - Method in class org.jboss.msc.service.ServiceContainerImpl
- addFailed(ServiceController<?>) - Method in class org.jboss.msc.service.StabilityMonitor
- addInjection(Injector<? super I>, I) - Method in class org.jboss.msc.service.DelegatingServiceBuilder
-
Add an injection.
- addInjection(Injector<? super I>, I) - Method in interface org.jboss.msc.service.ServiceBuilder
-
Add an injection.
- addInjection(Injector<? super I>, I) - Method in class org.jboss.msc.service.ServiceBuilderImpl
- addInjection(Injector<? super T>) - Method in class org.jboss.msc.service.DelegatingServiceBuilder
-
Add an injection of this service into another target.
- addInjection(Injector<? super T>) - Method in interface org.jboss.msc.service.ServiceBuilder
-
Add an injection of this service into another target.
- addInjection(Injector<? super T>) - Method in class org.jboss.msc.service.ServiceBuilderImpl
- addInjectionValue(Injector<? super I>, Value<I>) - Method in class org.jboss.msc.service.DelegatingServiceBuilder
-
Add an injection value.
- addInjectionValue(Injector<? super I>, Value<I>) - Method in interface org.jboss.msc.service.ServiceBuilder
-
Add an injection value.
- addInjectionValue(Injector<? super I>, Value<I>) - Method in class org.jboss.msc.service.ServiceBuilderImpl
- addInProgress - Variable in class org.jboss.msc.service.StabilityMonitor
- addItem(T) - Method in class org.jboss.msc.value.InjectedSetValue
- addListener(Collection<? extends ServiceListener<? super T>>) - Method in class org.jboss.msc.service.DelegatingServiceBuilder
-
Add service listeners that will be added to this service.
- addListener(Collection<? extends ServiceListener<? super T>>) - Method in interface org.jboss.msc.service.ServiceBuilder
-
Add service listeners that will be added to this service.
- addListener(Collection<? extends ServiceListener<? super T>>) - Method in class org.jboss.msc.service.ServiceBuilderImpl
- addListener(Collection<ServiceListener<Object>>) - Method in interface org.jboss.msc.service.BatchServiceTarget
-
Add a collection of service listener that will be added to all ServiceBuilders installed in this target.
- addListener(Collection<ServiceListener<Object>>) - Method in class org.jboss.msc.service.BatchServiceTargetImpl
- addListener(Collection<ServiceListener<Object>>) - Method in class org.jboss.msc.service.DelegatingServiceContainer
-
Add a collection of service listener that will be added to all ServiceBuilders installed in this target.
- addListener(Collection<ServiceListener<Object>>) - Method in class org.jboss.msc.service.DelegatingServiceTarget
-
Add a collection of service listener that will be added to all ServiceBuilders installed in this target.
- addListener(Collection<ServiceListener<Object>>) - Method in interface org.jboss.msc.service.ServiceTarget
-
Add a collection of service listener that will be added to all ServiceBuilders installed in this target.
- addListener(Collection<ServiceListener<Object>>) - Method in class org.jboss.msc.service.ServiceTargetImpl
- addListener(ServiceListener<? super S>) - Method in interface org.jboss.msc.service.ServiceController
-
Add a service listener.
- addListener(ServiceListener<? super S>) - Method in class org.jboss.msc.service.ServiceControllerImpl
- addListener(ServiceListener<? super T>) - Method in class org.jboss.msc.service.DelegatingServiceBuilder
-
Add a service listener that will be added to this service.
- addListener(ServiceListener<? super T>) - Method in interface org.jboss.msc.service.ServiceBuilder
-
Add a service listener that will be added to this service.
- addListener(ServiceListener<? super T>) - Method in class org.jboss.msc.service.ServiceBuilderImpl
- addListener(ServiceListener<? super T>...) - Method in class org.jboss.msc.service.DelegatingServiceBuilder
-
Add service listeners that will be added to this service.
- addListener(ServiceListener<? super T>...) - Method in interface org.jboss.msc.service.ServiceBuilder
-
Add service listeners that will be added to this service.
- addListener(ServiceListener<? super T>...) - Method in class org.jboss.msc.service.ServiceBuilderImpl
- addListener(ServiceListener<Object>) - Method in interface org.jboss.msc.service.BatchServiceTarget
-
Add a service listener that will be added to all the ServiceBuilders installed in this target.
- addListener(ServiceListener<Object>) - Method in class org.jboss.msc.service.BatchServiceTargetImpl
- addListener(ServiceListener<Object>) - Method in class org.jboss.msc.service.DelegatingServiceContainer
-
Add a service listener that will be added to all the ServiceBuilders installed in this target.
- addListener(ServiceListener<Object>) - Method in class org.jboss.msc.service.DelegatingServiceTarget
-
Add a service listener that will be added to all the ServiceBuilders installed in this target.
- addListener(ServiceListener<Object>) - Method in interface org.jboss.msc.service.ServiceTarget
-
Add a service listener that will be added to all the ServiceBuilders installed in this target.
- addListener(ServiceListener<Object>) - Method in class org.jboss.msc.service.ServiceTargetImpl
- addListener(ServiceListener<Object>...) - Method in interface org.jboss.msc.service.BatchServiceTarget
-
Add a list of service listener that will be added to all ServiceBuilders installed in this target.
- addListener(ServiceListener<Object>...) - Method in class org.jboss.msc.service.BatchServiceTargetImpl
- addListener(ServiceListener<Object>...) - Method in class org.jboss.msc.service.DelegatingServiceContainer
-
Add a list of service listener that will be added to all ServiceBuilders installed in this target.
- addListener(ServiceListener<Object>...) - Method in class org.jboss.msc.service.DelegatingServiceTarget
-
Add a list of service listener that will be added to all ServiceBuilders installed in this target.
- addListener(ServiceListener<Object>...) - Method in interface org.jboss.msc.service.ServiceTarget
-
Add a list of service listener that will be added to all ServiceBuilders installed in this target.
- addListener(ServiceListener<Object>...) - Method in class org.jboss.msc.service.ServiceTargetImpl
- addListenerNoCheck(Set<? extends ServiceListener<? super T>>) - Method in class org.jboss.msc.service.ServiceBuilderImpl
- addMethod - Variable in class org.jboss.msc.inject.AddMethodInjector
- AddMethodInjector<T> - Class in org.jboss.msc.inject
-
An injector which calls an add/remove method pair on inject/uninject.
- AddMethodInjector(Value<?>, Method, Method) - Constructor for class org.jboss.msc.inject.AddMethodInjector
-
Construct a new instance.
- addMonitor(StabilityMonitor) - Method in interface org.jboss.msc.service.BatchServiceTarget
-
Add a stability monitor that will be added to all the ServiceBuilders installed in this target.
- addMonitor(StabilityMonitor) - Method in class org.jboss.msc.service.BatchServiceTargetImpl
- addMonitor(StabilityMonitor) - Method in class org.jboss.msc.service.DelegatingServiceBuilder
- addMonitor(StabilityMonitor) - Method in class org.jboss.msc.service.DelegatingServiceContainer
-
Add a stability monitor that will be added to all the ServiceBuilders installed in this target.
- addMonitor(StabilityMonitor) - Method in class org.jboss.msc.service.DelegatingServiceTarget
-
Add a stability monitor that will be added to all the ServiceBuilders installed in this target.
- addMonitor(StabilityMonitor) - Method in interface org.jboss.msc.service.ServiceBuilder
-
Add a service stability monitor that will be added to this service.
- addMonitor(StabilityMonitor) - Method in class org.jboss.msc.service.ServiceBuilderImpl
- addMonitor(StabilityMonitor) - Method in class org.jboss.msc.service.ServiceControllerImpl
- addMonitor(StabilityMonitor) - Method in interface org.jboss.msc.service.ServiceTarget
-
Add a stability monitor that will be added to all the ServiceBuilders installed in this target.
- addMonitor(StabilityMonitor) - Method in class org.jboss.msc.service.ServiceTargetImpl
- addMonitorNoCheck(StabilityMonitor) - Method in class org.jboss.msc.service.ServiceBuilderImpl
- addMonitors(StabilityMonitor...) - Method in interface org.jboss.msc.service.BatchServiceTarget
-
Add a stability monitors that will be added to all the ServiceBuilders installed in this target.
- addMonitors(StabilityMonitor...) - Method in class org.jboss.msc.service.BatchServiceTargetImpl
- addMonitors(StabilityMonitor...) - Method in class org.jboss.msc.service.DelegatingServiceBuilder
- addMonitors(StabilityMonitor...) - Method in class org.jboss.msc.service.DelegatingServiceContainer
-
Add a stability monitors that will be added to all the ServiceBuilders installed in this target.
- addMonitors(StabilityMonitor...) - Method in class org.jboss.msc.service.DelegatingServiceTarget
-
Add a stability monitors that will be added to all the ServiceBuilders installed in this target.
- addMonitors(StabilityMonitor...) - Method in interface org.jboss.msc.service.ServiceBuilder
-
Add service stability monitors that will be added to this service.
- addMonitors(StabilityMonitor...) - Method in class org.jboss.msc.service.ServiceBuilderImpl
- addMonitors(StabilityMonitor...) - Method in interface org.jboss.msc.service.ServiceTarget
-
Add a stability monitors that will be added to all the ServiceBuilders installed in this target.
- addMonitors(StabilityMonitor...) - Method in class org.jboss.msc.service.ServiceTargetImpl
- addMonitorsNoCheck(Collection<? extends StabilityMonitor>) - Method in class org.jboss.msc.service.ServiceBuilderImpl
- addProblem(ServiceController<?>) - Method in class org.jboss.msc.service.ServiceContainerImpl
- addProblem(ServiceController<?>) - Method in class org.jboss.msc.service.StabilityMonitor
- addService(ServiceName, Service<T>) - Method in class org.jboss.msc.service.BatchServiceTargetImpl
- addService(ServiceName, Service<T>) - Method in class org.jboss.msc.service.DelegatingServiceContainer
-
Get a builder which can be used to add a service to this target.
- addService(ServiceName, Service<T>) - Method in class org.jboss.msc.service.DelegatingServiceTarget
-
Get a builder which can be used to add a service to this target.
- addService(ServiceName, Service<T>) - Method in interface org.jboss.msc.service.ServiceTarget
-
Get a builder which can be used to add a service to this target.
- addService(ServiceName, Service<T>) - Method in class org.jboss.msc.service.ServiceTargetImpl
- addServiceValue(ServiceName, Value<? extends Service<T>>) - Method in class org.jboss.msc.service.DelegatingServiceContainer
-
Get a builder which can be used to add a service to this target.
- addServiceValue(ServiceName, Value<? extends Service<T>>) - Method in class org.jboss.msc.service.DelegatingServiceTarget
-
Get a builder which can be used to add a service to this target.
- addServiceValue(ServiceName, Value<? extends Service<T>>) - Method in interface org.jboss.msc.service.ServiceTarget
-
Get a builder which can be used to add a service to this target.
- addServiceValue(ServiceName, Value<? extends Service<T>>) - Method in class org.jboss.msc.service.ServiceTargetImpl
- addTerminateListener(ServiceContainer.TerminateListener) - Method in class org.jboss.msc.service.DelegatingServiceContainer
-
Add a terminate listener to this container.
- addTerminateListener(ServiceContainer.TerminateListener) - Method in interface org.jboss.msc.service.ServiceContainer
-
Add a terminate listener to this container.
- addTerminateListener(ServiceContainer.TerminateListener) - Method in class org.jboss.msc.service.ServiceContainerImpl
- addTo(Map<K, V>, MapEntry<? extends K, ? extends V>...) - Static method in class org.jboss.msc.value.MapEntry
-
Add entries to a map.
- after - Variable in enum org.jboss.msc.service.ServiceController.Transition
- afterExecute(Runnable, Throwable) - Method in class org.jboss.msc.service.ServiceContainerImpl.ContainerExecutor
- aliases - Variable in class org.jboss.msc.service.management.ServiceStatus
- aliases - Variable in class org.jboss.msc.service.ServiceBuilderImpl
- aliasRegistrations - Variable in class org.jboss.msc.service.ServiceControllerImpl
-
The alias registrations of this service.
- ANY - Static variable in class org.jboss.msc.service.ServiceNameMapper
-
The special marker which represents a pattern match.
- append(String...) - Method in class org.jboss.msc.service.ServiceName
-
Create a service name by appending name parts using this as a parent to the new ServiceName.
- append(ServiceName) - Method in class org.jboss.msc.service.ServiceName
-
Create a service name by appending name parts of the provided ServiceName using this as a parent.
- appendParameterList(StringBuffer, List<? extends Value<Class<?>>>) - Static method in class org.jboss.msc.value.ErrorMessage
-
Appends a list of parameter types to
stringBuffer
. - apply(ServiceBuilderImpl<?>) - Method in class org.jboss.msc.service.ServiceContainerImpl
- apply(ServiceBuilderImpl<?>) - Method in class org.jboss.msc.service.ServiceTargetImpl
-
Apply listeners and dependencies to
serviceBuilder
. - apply(ServiceBuilderImpl<?>, ServiceControllerImpl<?>) - Method in class org.jboss.msc.service.ServiceContainerImpl
- arrayOf(Class<T>, int) - Static method in class org.jboss.msc.value.Values
- asSuperclass(Value<? extends T>) - Static method in class org.jboss.msc.value.Values
-
Safely re-cast a value as its superclass.
- ASYNC - org.jboss.msc.service.ServiceControllerImpl.ContextState
- asynchronous() - Method in interface org.jboss.msc.service.LifecycleContext
-
Call within the service lifecycle method to trigger an asynchronous lifecycle action.
- asynchronous() - Method in class org.jboss.msc.service.ServiceControllerImpl.StartContextImpl
- asynchronous() - Method in class org.jboss.msc.service.ServiceControllerImpl.StopContextImpl
- asynchronous() - Method in interface org.jboss.msc.service.StartContext
-
Call within the service lifecycle method to trigger an asynchronous lifecycle action.
- asyncTasks - Variable in class org.jboss.msc.service.ServiceControllerImpl
-
The number of asynchronous tasks that are currently running.
- AtomicReferenceFieldUpdaterInjector<C,T> - Class in org.jboss.msc.inject
-
An injector which updates the value of an
AtomicReferenceFieldUpdater
. - AtomicReferenceFieldUpdaterInjector(AtomicReferenceFieldUpdater<C, ? super T>, Value<C>) - Constructor for class org.jboss.msc.inject.AtomicReferenceFieldUpdaterInjector
-
Construct a new instance.
- AtomicReferenceInjector<T> - Class in org.jboss.msc.inject
-
An injector which updates the value of an
AtomicReference
. - AtomicReferenceInjector(AtomicReference<T>) - Constructor for class org.jboss.msc.inject.AtomicReferenceInjector
-
Construct a new instance.
- attachment - Variable in class org.jboss.msc.service.MultipleRemoveListener
- autoShutdown - Variable in class org.jboss.msc.service.ServiceContainerImpl
- AVAILABLE - org.jboss.msc.service.OptionalDependency.DependencyState
-
The dependency is available, but is not up.
- awaitAddCompletion() - Method in class org.jboss.msc.service.StabilityMonitor
- awaitCleanupCompletion() - Method in class org.jboss.msc.service.StabilityMonitor
- awaitRemoveCompletion() - Method in class org.jboss.msc.service.StabilityMonitor
- awaitStability() - Method in class org.jboss.msc.service.DelegatingServiceContainer
-
Causes the current thread to wait until the container is stable.
- awaitStability() - Method in interface org.jboss.msc.service.ServiceContainer
-
Causes the current thread to wait until the container is stable.
- awaitStability() - Method in class org.jboss.msc.service.ServiceContainerImpl
- awaitStability() - Method in class org.jboss.msc.service.StabilityMonitor
-
Causes the current thread to wait until the monitor is stable.
- awaitStability(long, TimeUnit) - Method in class org.jboss.msc.service.DelegatingServiceContainer
-
Causes the current thread to wait until the container is stable.
- awaitStability(long, TimeUnit) - Method in interface org.jboss.msc.service.ServiceContainer
-
Causes the current thread to wait until the container is stable.
- awaitStability(long, TimeUnit) - Method in class org.jboss.msc.service.ServiceContainerImpl
- awaitStability(long, TimeUnit) - Method in class org.jboss.msc.service.StabilityMonitor
-
Causes the current thread to wait until the monitor is stable.
- awaitStability(long, TimeUnit, Set<? super ServiceController<?>>, Set<? super ServiceController<?>>) - Method in class org.jboss.msc.service.DelegatingServiceContainer
-
Causes the current thread to wait until the container is stable.
- awaitStability(long, TimeUnit, Set<? super ServiceController<?>>, Set<? super ServiceController<?>>) - Method in interface org.jboss.msc.service.ServiceContainer
-
Causes the current thread to wait until the container is stable.
- awaitStability(long, TimeUnit, Set<? super ServiceController<?>>, Set<? super ServiceController<?>>) - Method in class org.jboss.msc.service.ServiceContainerImpl
- awaitStability(long, TimeUnit, Set<? super ServiceController<?>>, Set<? super ServiceController<?>>) - Method in class org.jboss.msc.service.StabilityMonitor
-
Causes the current thread to wait until the monitor is stable.
- awaitStability(long, TimeUnit, Set<? super ServiceController<?>>, Set<? super ServiceController<?>>, StabilityStatistics) - Method in class org.jboss.msc.service.StabilityMonitor
-
Causes the current thread to wait until the monitor is stable.
- awaitStability(long, TimeUnit, StabilityStatistics) - Method in class org.jboss.msc.service.StabilityMonitor
-
Causes the current thread to wait until the monitor is stable.
- awaitStability(Set<? super ServiceController<?>>, Set<? super ServiceController<?>>) - Method in class org.jboss.msc.service.DelegatingServiceContainer
-
Causes the current thread to wait until the container is stable.
- awaitStability(Set<? super ServiceController<?>>, Set<? super ServiceController<?>>) - Method in interface org.jboss.msc.service.ServiceContainer
-
Causes the current thread to wait until the container is stable.
- awaitStability(Set<? super ServiceController<?>>, Set<? super ServiceController<?>>) - Method in class org.jboss.msc.service.ServiceContainerImpl
- awaitStability(Set<? super ServiceController<?>>, Set<? super ServiceController<?>>) - Method in class org.jboss.msc.service.StabilityMonitor
-
Causes the current thread to wait until the monitor is stable.
- awaitStability(Set<? super ServiceController<?>>, Set<? super ServiceController<?>>, StabilityStatistics) - Method in class org.jboss.msc.service.StabilityMonitor
-
Causes the current thread to wait until the monitor is stable.
- awaitStability(StabilityStatistics) - Method in class org.jboss.msc.service.StabilityMonitor
-
Causes the current thread to wait until the monitor is stable.
- awaitTermination() - Method in class org.jboss.msc.service.DelegatingServiceContainer
-
Causes the current thread to wait until the container is shutdown.
- awaitTermination() - Method in interface org.jboss.msc.service.ServiceContainer
-
Causes the current thread to wait until the container is shutdown.
- awaitTermination() - Method in class org.jboss.msc.service.ServiceContainerImpl
- awaitTermination(long, TimeUnit) - Method in class org.jboss.msc.service.DelegatingServiceContainer
-
Causes the current thread to wait until the container is shutdown.
- awaitTermination(long, TimeUnit) - Method in interface org.jboss.msc.service.ServiceContainer
-
Causes the current thread to wait until the container is shutdown.
- awaitTermination(long, TimeUnit) - Method in class org.jboss.msc.service.ServiceContainerImpl
- awaitValue() - Method in interface org.jboss.msc.service.ServiceController
-
Wait for a service to come up, and then return its value.
- awaitValue() - Method in class org.jboss.msc.service.ServiceControllerImpl
- awaitValue(long, TimeUnit) - Method in interface org.jboss.msc.service.ServiceController
-
Wait for a service to come up for a certain amount of time, and then return its value.
- awaitValue(long, TimeUnit) - Method in class org.jboss.msc.service.ServiceControllerImpl
B
- BatchServiceTarget - Interface in org.jboss.msc.service
-
A
ServiceTarget
that providesremoval
of all services installed so far. - BatchServiceTargetImpl - Class in org.jboss.msc.service
-
BatchServiceTarget
implementation. - BatchServiceTargetImpl(ServiceTargetImpl) - Constructor for class org.jboss.msc.service.BatchServiceTargetImpl
- batchTarget() - Method in class org.jboss.msc.service.DelegatingServiceContainer
-
Create a new batch service target, which is used to install described services in this target.
- batchTarget() - Method in class org.jboss.msc.service.DelegatingServiceTarget
-
Create a new batch service target, which is used to install described services in this target.
- batchTarget() - Method in interface org.jboss.msc.service.ServiceTarget
-
Create a new batch service target, which is used to install described services in this target.
- batchTarget() - Method in class org.jboss.msc.service.ServiceTargetImpl
- before - Variable in enum org.jboss.msc.service.ServiceController.Transition
C
- cached(Value<T>) - Static method in class org.jboss.msc.value.Values
-
Get a cached value for some opaque value.
- cachedValue - Variable in class org.jboss.msc.value.InjectedSetValue
- CachedValue<T> - Class in org.jboss.msc.value
-
A value which is calculated once only.
- CachedValue(Value<? extends T>) - Constructor for class org.jboss.msc.value.CachedValue
-
Construct a new instance.
- calculateCoreSize() - Static method in class org.jboss.msc.service.ServiceContainer.Factory
- calculateCoreSize(int) - Static method in class org.jboss.msc.service.ServiceContainer.Factory
- calculateHashCode(ServiceName, String) - Static method in class org.jboss.msc.service.ServiceName
- callback - Variable in class org.jboss.msc.service.MultipleRemoveListener
- CANCELLED - org.jboss.msc.service.ServiceController.Substate
-
Cancelled controller installation due to duplicate or other problem.
- CANCELLED_to_REMOVED - org.jboss.msc.service.ServiceController.Transition
-
Transition from
ServiceController.Substate.CANCELLED
toServiceController.Substate.REMOVED
. - canonicalName - Variable in class org.jboss.msc.service.ServiceName
- canonicalNameUpdater - Static variable in class org.jboss.msc.service.ServiceName
- cast(Injector<T>, Class<T>) - Static method in class org.jboss.msc.inject.Injectors
-
Construct a casting injector.
- CastingInjector<T> - Class in org.jboss.msc.inject
-
An injector which casts the value to a specific type.
- CastingInjector(Injector<T>, Class<T>) - Constructor for class org.jboss.msc.inject.CastingInjector
-
Construct a new instance.
- checkAlreadyInstalled() - Method in class org.jboss.msc.service.ServiceBuilderImpl
- CheckedValue<T> - Class in org.jboss.msc.value
-
A value whose type is checked before it is returned.
- CheckedValue(Class<T>, Value<?>) - Constructor for class org.jboss.msc.value.CheckedValue
-
Construct a new instance.
- childMap - Variable in class org.jboss.msc.service.ServiceNameMapper.Node
- children - Variable in class org.jboss.msc.service.ServiceControllerImpl
-
The children of this service (only valid during
ServiceController.State.UP
). - children - Variable in class org.jboss.msc.service.ServiceControllerImpl.DependencyFailedTask
- children - Variable in class org.jboss.msc.service.ServiceControllerImpl.ServiceAvailableTask
- children - Variable in class org.jboss.msc.service.ServiceControllerImpl.ServiceUnavailableTask
- children - Variable in class org.jboss.msc.service.ServiceControllerImpl.StopTask
- ChildServiceTarget(ServiceTargetImpl) - Constructor for class org.jboss.msc.service.ServiceControllerImpl.ChildServiceTarget
- childTarget - Variable in class org.jboss.msc.service.ServiceControllerImpl
-
The service target for adding child services (can be
null
if none were added). - CircularDependencyException - Exception in org.jboss.msc.service
-
Exception used to indicate there was a circular dependency discovered during resolution.
- CircularDependencyException(String, ServiceName[]) - Constructor for exception org.jboss.msc.service.CircularDependencyException
-
Constructs a
CircularDependencyException
with the specified detail message. - classLoader - Variable in class org.jboss.msc.service.SetTCCLAction
- ClassOfValue<T> - Class in org.jboss.msc.value
-
A value which returns the
Class
object of another value. - ClassOfValue(Value<? extends T>) - Constructor for class org.jboss.msc.value.ClassOfValue
- cleanupInProgress - Variable in class org.jboss.msc.service.StabilityMonitor
- clear() - Method in class org.jboss.msc.service.IdentityHashSet
- clear() - Method in class org.jboss.msc.service.StabilityMonitor
-
Removes all the registered controllers in this monitor.
- clear() - Method in class org.jboss.msc.service.UnlockedReadHashMap
- CLEAR_TCCL_ACTION - Static variable in class org.jboss.msc.service.SetTCCLAction
- clearInstance(ServiceControllerImpl<?>) - Method in class org.jboss.msc.service.ServiceRegistrationImpl
- clone() - Method in class org.jboss.msc.service.IdentityHashSet
- commitInstallation(ServiceController.Mode) - Method in class org.jboss.msc.service.ServiceControllerImpl
-
Commit the service install, kicking off the mode set and listener execution.
- commonAncestorOf(ServiceName) - Method in class org.jboss.msc.service.ServiceName
-
Return the service name that is the nearest common ancestor of the this name and the given one.
- compareAndSetMode(ServiceController.Mode, ServiceController.Mode) - Method in interface org.jboss.msc.service.ServiceController
-
Compare the current mode against
expected
; if it matches, change it tonewMode
. - compareAndSetMode(ServiceController.Mode, ServiceController.Mode) - Method in class org.jboss.msc.service.ServiceControllerImpl
- compareTo(ServiceName) - Method in class org.jboss.msc.service.ServiceName
-
Compare two service names lexicographically.
- compareTo(ServiceName, int) - Method in class org.jboss.msc.service.ServiceName
- complete() - Method in interface org.jboss.msc.service.LifecycleContext
-
Call when either synchronous or asynchronous lifecycle action is complete.
- complete() - Method in class org.jboss.msc.service.ServiceControllerImpl.StartContextImpl
- complete() - Method in class org.jboss.msc.service.ServiceControllerImpl.StopContextImpl
- complete() - Method in interface org.jboss.msc.service.StartContext
-
Call when either synchronous or asynchronous lifecycle action is complete.
- COMPLETE - org.jboss.msc.service.ServiceControllerImpl.ContextState
- ConcurrentMapInjector<K,T> - Class in org.jboss.msc.inject
-
An injector which applies a value to a concurrent map entry.
- ConcurrentMapInjector(ConcurrentMap<K, T>, K) - Constructor for class org.jboss.msc.inject.ConcurrentMapInjector
-
Construct a new instance.
- ConstructedValue<T> - Class in org.jboss.msc.value
-
A value which is created on demand from a constructor.
- ConstructedValue(Constructor<T>, List<? extends Value<?>>) - Constructor for class org.jboss.msc.value.ConstructedValue
-
Construct a new instance.
- constructor - Variable in class org.jboss.msc.value.ConstructedValue
- container - Variable in class org.jboss.msc.service.ServiceContainerImpl.ServiceThread
- container - Variable in class org.jboss.msc.service.ServiceRegistrationImpl
-
The service container which contains this registration.
- ContainerExecutor(int, int, long, TimeUnit) - Constructor for class org.jboss.msc.service.ServiceContainerImpl.ContainerExecutor
- containerMXBean - Variable in class org.jboss.msc.service.ServiceContainerImpl
- containers - Static variable in class org.jboss.msc.service.ServiceContainerImpl.ShutdownHookHolder
- contains(Object) - Method in class org.jboss.msc.service.IdentityHashSet
- containsKey(Object) - Method in class org.jboss.msc.service.UnlockedReadHashMap
- ContextState() - Constructor for enum org.jboss.msc.service.ServiceControllerImpl.ContextState
- controllers - Variable in class org.jboss.msc.service.StabilityMonitor
- controllersLock - Variable in class org.jboss.msc.service.StabilityMonitor
- count - Variable in class org.jboss.msc.service.MultipleRemoveListener
- count - Variable in class org.jboss.msc.service.TimingServiceListener
- countUpdater - Static variable in class org.jboss.msc.service.MultipleRemoveListener
- countUpdater - Static variable in class org.jboss.msc.service.TimingServiceListener
- create() - Static method in class org.jboss.msc.service.ServiceContainer.Factory
-
Create a new instance with a generated name and default thread pool.
- create(boolean) - Static method in class org.jboss.msc.service.ServiceContainer.Factory
-
Create a new instance with a generated name and default thread pool.
- create(int, long, TimeUnit) - Static method in class org.jboss.msc.service.ServiceContainer.Factory
-
Create a new instance with a generated name and specified initial thread pool settings.
- create(int, long, TimeUnit, boolean) - Static method in class org.jboss.msc.service.ServiceContainer.Factory
-
Create a new instance with a generated name and specified initial thread pool settings.
- create(Runnable) - Static method in class org.jboss.msc.service.MultipleRemoveListener
-
Construct a new instance.
- create(String) - Static method in class org.jboss.msc.service.ServiceContainer.Factory
-
Create a new instance with a given name and default thread pool.
- create(String, boolean) - Static method in class org.jboss.msc.service.ServiceContainer.Factory
-
Create a new instance with a given name and default thread pool.
- create(String, int, long, TimeUnit) - Static method in class org.jboss.msc.service.ServiceContainer.Factory
-
Create a new instance with a given name and specified initial thread pool settings.
- create(String, int, long, TimeUnit, boolean) - Static method in class org.jboss.msc.service.ServiceContainer.Factory
-
Create a new instance with a given name and specified initial thread pool settings.
- create(LifecycleContext) - Static method in class org.jboss.msc.service.MultipleRemoveListener
-
Construct a new instance which calls the lifecycle
complete()
method when done. - create(MultipleRemoveListener.Callback<T>, T) - Static method in class org.jboss.msc.service.MultipleRemoveListener
-
Construct a new instance.
- create(Value<?>, Method) - Static method in class org.jboss.msc.inject.SetMethodInjector
-
Construct a new instance.
- createServiceBuilder(ServiceName, Value<? extends Service<T>>, ServiceControllerImpl<?>) - Method in class org.jboss.msc.service.ServiceControllerImpl.ChildServiceTarget
- createServiceBuilder(ServiceName, Value<? extends Service<T>>, ServiceControllerImpl<?>) - Method in class org.jboss.msc.service.ServiceTargetImpl
- current - Variable in class org.jboss.msc.service.IdentityHashSet.IdentityHashSetIterator
- cycle - Variable in exception org.jboss.msc.service.CircularDependencyException
D
- decrementUnstableServices() - Method in class org.jboss.msc.service.ServiceContainerImpl
- decrementUnstableServices() - Method in class org.jboss.msc.service.StabilityMonitor
- DEFAULT_CAPACITY - Static variable in class org.jboss.msc.service.IdentityHashSet
-
Same default as HashMap, must be a power of 2
- DEFAULT_INITIAL_CAPACITY - Static variable in class org.jboss.msc.service.UnlockedReadHashMap
- DEFAULT_LOAD_FACTOR - Static variable in class org.jboss.msc.service.IdentityHashSet
-
67%, just like IdentityHashMap
- DEFAULT_LOAD_FACTOR - Static variable in class org.jboss.msc.service.UnlockedReadHashMap
- defaultValue - Variable in class org.jboss.msc.value.DefaultValue
- defaultValue - Variable in class org.jboss.msc.value.EnvironmentPropertyValue
- defaultValue - Variable in class org.jboss.msc.value.SystemPropertyValue
- DefaultValue<T> - Class in org.jboss.msc.value
-
A defaulted value.
- DefaultValue(Value<T>, Value<? extends T>) - Constructor for class org.jboss.msc.value.DefaultValue
-
Construct a new instance.
- delegate - Variable in class org.jboss.msc.service.DelegatingServiceBuilder
- delegate - Variable in class org.jboss.msc.service.DelegatingServiceRegistry
- delegate - Variable in class org.jboss.msc.service.DelegatingServiceTarget
- delegateRegistry - Variable in class org.jboss.msc.service.DelegatingServiceContainer
- delegateTarget - Variable in class org.jboss.msc.service.DelegatingServiceContainer
- DelegatingServiceBuilder<T> - Class in org.jboss.msc.service
-
A service builder which delegates to another service builder.
- DelegatingServiceBuilder(ServiceBuilder<T>) - Constructor for class org.jboss.msc.service.DelegatingServiceBuilder
-
Construct a new instance.
- DelegatingServiceContainer - Class in org.jboss.msc.service
-
A delegating container for things which depend on a service container rather than a specific target or registry instance.
- DelegatingServiceContainer(ServiceTarget, ServiceRegistry) - Constructor for class org.jboss.msc.service.DelegatingServiceContainer
-
Construct a new instance.
- DelegatingServiceRegistry - Class in org.jboss.msc.service
-
An "insulated" view of a service registry which prevents access to other public methods on the delegate registry object.
- DelegatingServiceRegistry(ServiceRegistry) - Constructor for class org.jboss.msc.service.DelegatingServiceRegistry
-
Construct a new instance.
- DelegatingServiceTarget - Class in org.jboss.msc.service
-
An "insulated" view of a service target which prevents access to other public methods on the delegate target object.
- DelegatingServiceTarget(ServiceTarget) - Constructor for class org.jboss.msc.service.DelegatingServiceTarget
-
Construct a new instance.
- DemandDependenciesTask() - Constructor for class org.jboss.msc.service.ServiceControllerImpl.DemandDependenciesTask
- demandedByCount - Variable in class org.jboss.msc.service.ServiceControllerImpl
-
The number of registrations which place a demand-to-start on this instance.
- demandedByCount - Variable in class org.jboss.msc.service.ServiceRegistrationImpl
-
The number of dependent instances which place a demand-to-start on this registration.
- demandedByDependent - Variable in class org.jboss.msc.service.OptionalDependency
-
Indicates if this dependency has been demanded by the dependent
- dependencies - Variable in class org.jboss.msc.service.management.ServiceStatus
- dependencies - Variable in class org.jboss.msc.service.ServiceBuilderImpl
- dependencies - Variable in class org.jboss.msc.service.ServiceControllerImpl
-
The dependencies of this service.
- dependencies - Variable in class org.jboss.msc.service.ServiceTargetImpl
- dependenciesDemanded - Variable in class org.jboss.msc.service.ServiceControllerImpl
-
Indicates whether dependencies have been demanded.
- Dependency - Interface in org.jboss.msc.service
-
AbstractDependency represents the dependencies of a service.
- Dependency(ServiceName, ServiceBuilder.DependencyType) - Constructor for class org.jboss.msc.service.ServiceBuilderImpl.Dependency
- DEPENDENCY_FAILURE - org.jboss.msc.service.ServiceControllerImpl.ListenerNotification
-
Notify the listener that a dependency failure occurred.
- DEPENDENCY_FAILURE_CLEAR - org.jboss.msc.service.ServiceControllerImpl.ListenerNotification
-
Notify the listener that all dependency failures are cleared.
- dependencyFailed - Variable in class org.jboss.msc.service.management.ServiceStatus
- dependencyFailed - Variable in class org.jboss.msc.service.OptionalDependency
-
Indicates if optionalDependency notified a dependency failure.
- dependencyFailed() - Method in interface org.jboss.msc.service.Dependent
-
Notify this dependent that one of its dependencies (immediate or transitive) failed to start.
- dependencyFailed() - Method in class org.jboss.msc.service.OptionalDependency
- dependencyFailed() - Method in class org.jboss.msc.service.ServiceControllerImpl
- dependencyFailed(ServiceController<? extends S>) - Method in class org.jboss.msc.service.AbstractServiceListener
-
A dependency of the service has failed.
- dependencyFailed(ServiceController<? extends S>) - Method in interface org.jboss.msc.service.ServiceListener
-
Deprecated.A dependency of the service has failed.
- DependencyFailedTask(Dependent[][], boolean) - Constructor for class org.jboss.msc.service.ServiceControllerImpl.DependencyFailedTask
- dependencyFailureCleared() - Method in interface org.jboss.msc.service.Dependent
-
Notify this dependent that all dependency failures previously
notified
are now cleared. - dependencyFailureCleared() - Method in class org.jboss.msc.service.OptionalDependency
- dependencyFailureCleared() - Method in class org.jboss.msc.service.ServiceControllerImpl
- dependencyFailureCleared(ServiceController<? extends S>) - Method in class org.jboss.msc.service.AbstractServiceListener
-
A dependency of the service is retrying to start.
- dependencyFailureCleared(ServiceController<? extends S>) - Method in interface org.jboss.msc.service.ServiceListener
-
Deprecated.A dependency of the service is retrying to start.
- DependencyRetryingTask(Dependent[][]) - Constructor for class org.jboss.msc.service.ServiceControllerImpl.DependencyRetryingTask
- DependencyStartedTask(Dependent[][]) - Constructor for class org.jboss.msc.service.ServiceControllerImpl.DependencyStartedTask
- dependencyState - Variable in class org.jboss.msc.service.OptionalDependency
-
The
OptionalDependency.optionalDependency
state, based on notifications thatoptionalDependency
made to this dependent. - DependencyState() - Constructor for enum org.jboss.msc.service.OptionalDependency.DependencyState
- DependencyStoppedTask(Dependent[][]) - Constructor for class org.jboss.msc.service.ServiceControllerImpl.DependencyStoppedTask
- dependencyType - Variable in class org.jboss.msc.service.ServiceBuilderImpl.Dependency
- DependencyType() - Constructor for enum org.jboss.msc.service.ServiceBuilder.DependencyType
- dependencyUnavailable - Variable in class org.jboss.msc.service.management.ServiceStatus
- dependent - Variable in class org.jboss.msc.service.OptionalDependency
-
The dependent on this optional dependency
- Dependent - Interface in org.jboss.msc.service
-
Depends on one or more dependencies, represented by
AbstractDependency
. - dependents - Variable in class org.jboss.msc.service.ServiceControllerImpl.DependencyFailedTask
- dependents - Variable in class org.jboss.msc.service.ServiceControllerImpl.DependencyRetryingTask
- dependents - Variable in class org.jboss.msc.service.ServiceControllerImpl.DependencyStartedTask
- dependents - Variable in class org.jboss.msc.service.ServiceControllerImpl.DependencyStoppedTask
- dependents - Variable in class org.jboss.msc.service.ServiceControllerImpl.ServiceAvailableTask
- dependents - Variable in class org.jboss.msc.service.ServiceControllerImpl.ServiceUnavailableTask
- dependents - Variable in class org.jboss.msc.service.ServiceRegistrationImpl
-
The set of dependents on this registration.
- dependentStarted() - Method in interface org.jboss.msc.service.Dependency
-
Notify that a
dependent
is starting. - dependentStarted() - Method in class org.jboss.msc.service.OptionalDependency
- dependentStarted() - Method in class org.jboss.msc.service.ServiceControllerImpl
- dependentStarted() - Method in class org.jboss.msc.service.ServiceRegistrationImpl
- dependentStartedNotified - Variable in class org.jboss.msc.service.OptionalDependency
-
Keeps track of whether optionalDependency has been notified of a dependent started.
- DependentStartedTask() - Constructor for class org.jboss.msc.service.ServiceControllerImpl.DependentStartedTask
- dependentStopped() - Method in interface org.jboss.msc.service.Dependency
-
Notify that a
dependent
is stopping. - dependentStopped() - Method in class org.jboss.msc.service.OptionalDependency
- dependentStopped() - Method in class org.jboss.msc.service.ServiceControllerImpl
- dependentStopped() - Method in class org.jboss.msc.service.ServiceRegistrationImpl
- DependentStoppedTask() - Constructor for class org.jboss.msc.service.ServiceControllerImpl.DependentStoppedTask
- detectCircularity(IdentityHashSet<? extends Dependent>, ServiceControllerImpl<?>, Set<ServiceControllerImpl<?>>, Deque<ServiceName>) - Method in class org.jboss.msc.service.ServiceContainerImpl
- detectCircularity(ServiceControllerImpl<T>) - Method in class org.jboss.msc.service.ServiceContainerImpl
-
Detects if installation of
instance
results in dependency cycles. - doAddDependency(ServiceName, ServiceBuilder.DependencyType) - Method in class org.jboss.msc.service.ServiceBuilderImpl
- doDemandDependencies() - Method in class org.jboss.msc.service.ServiceControllerImpl
- doExecute(ArrayList<Runnable>) - Method in class org.jboss.msc.service.ServiceControllerImpl
- doGet(AtomicReferenceArray<UnlockedReadHashMap.Item<K, V>[]>, Object) - Static method in class org.jboss.msc.service.UnlockedReadHashMap
- doGet(UnlockedReadHashMap.Item<K, V>[], Object) - Static method in class org.jboss.msc.service.UnlockedReadHashMap
- doGetRow(AtomicReferenceArray<UnlockedReadHashMap.Item<K, V>[]>, int) - Static method in class org.jboss.msc.service.UnlockedReadHashMap
- doGetRow(AtomicReferenceArray<UnlockedReadHashMap.Item<K, V>[]>, Object) - Static method in class org.jboss.msc.service.UnlockedReadHashMap
- doInject(ValueInjection<T>) - Static method in class org.jboss.msc.service.ServiceControllerImpl
- doInjection - Variable in class org.jboss.msc.service.ServiceControllerImpl.StartTask
- done - Variable in class org.jboss.msc.service.MultipleRemoveListener
- done() - Method in class org.jboss.msc.service.MultipleRemoveListener
-
Called when this listener has been added to all relevant services.
- done() - Method in class org.jboss.msc.service.TimingServiceListener
- doneUpdater - Static variable in class org.jboss.msc.service.MultipleRemoveListener
- doPut(AtomicReferenceArray<UnlockedReadHashMap.Item<K, V>[]>, K, V, boolean) - Method in class org.jboss.msc.service.UnlockedReadHashMap
- doRegisterMatcher(Object[], int, V, ServiceNameMapper.Node<V>) - Method in class org.jboss.msc.service.ServiceNameMapper
- doUndemandDependencies() - Method in class org.jboss.msc.service.ServiceControllerImpl
- down - Variable in class org.jboss.msc.service.ServiceContainerImpl
- down - Static variable in class org.jboss.msc.service.ServiceContainerImpl.ShutdownHookHolder
- DOWN - org.jboss.msc.service.ServiceController.State
-
Down.
- DOWN - org.jboss.msc.service.ServiceController.Substate
-
Controller is down.
- DOWN_to_REMOVING - org.jboss.msc.service.ServiceController.Transition
- DOWN_to_START_REQUESTED - org.jboss.msc.service.ServiceController.Transition
-
Transition from
DOWN
toSTART_REQUESTED
. - DOWN_to_WAITING - org.jboss.msc.service.ServiceController.Transition
- DOWN_to_WONT_START - org.jboss.msc.service.ServiceController.Transition
-
Transition from
DOWN
toWONT_START
. - dumpServiceDetails() - Method in class org.jboss.msc.service.ServiceControllerImpl
- dumpServiceDetails(String) - Method in interface org.jboss.msc.service.management.ServiceContainerMXBean
-
Dump all details of a service.
- dumpServices() - Method in class org.jboss.msc.service.DelegatingServiceContainer
-
Dump a complete list of services to
System.out
. - dumpServices() - Method in interface org.jboss.msc.service.management.ServiceContainerMXBean
-
Dump the container state to the console.
- dumpServices() - Method in interface org.jboss.msc.service.ServiceContainer
-
Dump a complete list of services to
System.out
. - dumpServices() - Method in class org.jboss.msc.service.ServiceContainerImpl
- dumpServices(PrintStream) - Method in class org.jboss.msc.service.DelegatingServiceContainer
-
Dump a complete list of services to the given stream.
- dumpServices(PrintStream) - Method in interface org.jboss.msc.service.ServiceContainer
-
Dump a complete list of services to the given stream.
- dumpServices(PrintStream) - Method in class org.jboss.msc.service.ServiceContainerImpl
- dumpServicesByStatus(String) - Method in interface org.jboss.msc.service.management.ServiceContainerMXBean
-
Dump the services, whose status matches the passed
status
to the console - dumpServicesToGraphDescription() - Method in interface org.jboss.msc.service.management.ServiceContainerMXBean
-
Dump the container state to a string suitable for rendering in GraphViz or compatible tools.
- dumpServicesToString() - Method in interface org.jboss.msc.service.management.ServiceContainerMXBean
-
Dump the container state to a big string.
- dumpServicesToStringByStatus(String) - Method in interface org.jboss.msc.service.management.ServiceContainerMXBean
-
Dump the services, whose status matches the passed
status
, state to a big string. - DuplicateServiceException - Exception in org.jboss.msc.service
-
An exception which is thrown when the given service is already registered.
- DuplicateServiceException() - Constructor for exception org.jboss.msc.service.DuplicateServiceException
-
Constructs a
DuplicateServiceException
with no detail message. - DuplicateServiceException(String) - Constructor for exception org.jboss.msc.service.DuplicateServiceException
-
Constructs a
DuplicateServiceException
with the specified detail message. - DuplicateServiceException(String, Throwable) - Constructor for exception org.jboss.msc.service.DuplicateServiceException
-
Constructs a
DuplicateServiceException
with the specified detail message and cause. - DuplicateServiceException(Throwable) - Constructor for exception org.jboss.msc.service.DuplicateServiceException
-
Constructs a
DuplicateServiceException
with the specified cause.
E
- EMPTY_LIST - Static variable in class org.jboss.msc.value.Values
-
The empty value list.
- EMPTY_LIST_VALUE - Static variable in class org.jboss.msc.value.Values
- EMPTY_TYPE_LIST - Static variable in class org.jboss.msc.value.Values
-
The empty value type list.
- emptyList() - Static method in class org.jboss.msc.value.Values
-
The empty value list.
- emptyListValue() - Static method in class org.jboss.msc.value.Values
-
A value which yields the empty list.
- end - Variable in class org.jboss.msc.service.TimingServiceListener
- enters(ServiceController.State) - Method in enum org.jboss.msc.service.ServiceController.Transition
-
Determine whether this transition causes entry into the given state.
- entersRestState() - Method in enum org.jboss.msc.service.ServiceController.Transition
-
Determine whether this transition causes movement from a non-rest state to a rest state.
- entry - Variable in class org.jboss.msc.value.MapEntryValue
- entry(K, V) - Static method in class org.jboss.msc.value.MapEntry
-
Construct a new instance.
- EntryIterator() - Constructor for class org.jboss.msc.service.UnlockedReadHashMap.EntryIterator
- entrySet - Variable in class org.jboss.msc.service.UnlockedReadHashMap
- entrySet() - Method in class org.jboss.msc.service.UnlockedReadHashMap
- EntrySet() - Constructor for class org.jboss.msc.service.UnlockedReadHashMap.EntrySet
- EnvironmentPropertyValue - Class in org.jboss.msc.value
-
A value which comes from an environment property.
- EnvironmentPropertyValue(String) - Constructor for class org.jboss.msc.value.EnvironmentPropertyValue
-
Construct a new instance.
- EnvironmentPropertyValue(String, AccessControlContext) - Constructor for class org.jboss.msc.value.EnvironmentPropertyValue
-
Construct a new instance.
- EnvironmentPropertyValue(String, AccessControlContext, Value<?>) - Constructor for class org.jboss.msc.value.EnvironmentPropertyValue
-
Construct a new instance.
- EnvironmentPropertyValue(String, Value<?>) - Constructor for class org.jboss.msc.value.EnvironmentPropertyValue
-
Construct a new instance.
- equals(Object) - Method in class org.jboss.msc.service.NullService
- equals(Object) - Method in class org.jboss.msc.service.ServiceName
-
Compare this service name to another service name.
- equals(Object) - Method in class org.jboss.msc.service.UnlockedReadHashMap.Item
- equals(Object) - Method in class org.jboss.msc.value.MapEntry
-
Compare this entry with another.
- equals(ServiceName) - Method in class org.jboss.msc.service.ServiceName
-
Compare this service name to another service name.
- equals(UnlockedReadHashMap.Item<?, ?>) - Method in class org.jboss.msc.service.UnlockedReadHashMap.Item
- equals(MapEntry<?, ?>) - Method in class org.jboss.msc.value.MapEntry
-
Compare this entry with another.
- ErrorMessage - Class in org.jboss.msc.value
-
Utility class that generates a verbose message for error description.
- ErrorMessage() - Constructor for class org.jboss.msc.value.ErrorMessage
- exception - Variable in class org.jboss.msc.service.management.ServiceStatus
- exceptionAfterComplete - Static variable in class org.jboss.msc.service.ServiceLogger_$logger
- exceptionAfterComplete(Throwable, ServiceName) - Method in class org.jboss.msc.service.ServiceLogger_$logger
- exceptionAfterComplete(Throwable, ServiceName) - Method in interface org.jboss.msc.service.ServiceLogger
- exceptionAfterComplete$str() - Method in class org.jboss.msc.service.ServiceLogger_$logger
- execute(Runnable) - Method in interface org.jboss.msc.service.LifecycleContext
-
Execute a task asynchronously using the MSC task executor.
- execute(Runnable) - Method in class org.jboss.msc.service.ServiceControllerImpl.StartContextImpl
- execute(Runnable) - Method in class org.jboss.msc.service.ServiceControllerImpl.StopContextImpl
- executor - Variable in class org.jboss.msc.service.ServiceContainerImpl
- executorSeq - Static variable in class org.jboss.msc.service.ServiceContainerImpl
- exits(ServiceController.State) - Method in enum org.jboss.msc.service.ServiceController.Transition
-
Determine whether this transition causes exit from the given state.
- expectedCount - Variable in class org.jboss.msc.service.IdentityHashSet.IdentityHashSetIterator
F
- Factory() - Constructor for class org.jboss.msc.service.ServiceContainer.Factory
- FAIL - Static variable in interface org.jboss.msc.service.ServiceLogger
- failCount - Variable in class org.jboss.msc.service.ServiceControllerImpl
-
Count for failure notification.
- failed - Variable in class org.jboss.msc.service.ServiceContainerImpl
- failed - Variable in class org.jboss.msc.service.StabilityMonitor
- failed - Variable in class org.jboss.msc.service.StabilityStatistics
- failed(StartException) - Method in class org.jboss.msc.service.ServiceControllerImpl.StartContextImpl
- failed(StartException) - Method in interface org.jboss.msc.service.StartContext
-
Call when start lifecycle action has failed for some reason.
- FAILED - org.jboss.msc.service.ServiceControllerImpl.ContextState
- field - Variable in class org.jboss.msc.inject.FieldInjector
- field - Variable in class org.jboss.msc.value.FieldValue
- FieldInjector<T> - Class in org.jboss.msc.inject
-
An injector which updates the value of a field.
- FieldInjector(Value<?>, Field) - Constructor for class org.jboss.msc.inject.FieldInjector
-
Construct a new instance.
- FieldValue<T> - Class in org.jboss.msc.value
-
A value which reads a field of an object.
- FieldValue(Field, Value<?>) - Constructor for class org.jboss.msc.value.FieldValue
-
Construct a new instance.
- finalize() - Method in class org.jboss.msc.service.ServiceContainerImpl
- finishBatch() - Method in class org.jboss.msc.service.TimingServiceListener
-
Call when all services in this timing group have been added.
- finished - Variable in class org.jboss.msc.service.TimingServiceListener
- finished() - Method in class org.jboss.msc.service.TimingServiceListener
-
Determine whether all services have finished.
- finishedTask - Variable in class org.jboss.msc.service.TimingServiceListener
- finishedUpdater - Static variable in class org.jboss.msc.service.TimingServiceListener
- forwardNotifications - Variable in class org.jboss.msc.service.OptionalDependency
-
Indicates if notification should take place
- FQCN - Static variable in class org.jboss.msc.inject.InjectorLogger_$logger
- FQCN - Static variable in class org.jboss.msc.service.ServiceLogger_$logger
G
- get(Object) - Method in class org.jboss.msc.service.UnlockedReadHashMap
- getActiveCount() - Method in class org.jboss.msc.service.StabilityStatistics
-
Returns count of controllers registered with
StabilityMonitor
that are inServiceController.Mode.ACTIVE
mode. - getAfter() - Method in enum org.jboss.msc.service.ServiceController.Transition
-
Get the target (new) state of this transition.
- getAliases() - Method in class org.jboss.msc.service.management.ServiceStatus
-
Get the service aliases, if any, as strings.
- getAliases() - Method in class org.jboss.msc.service.ServiceBuilderImpl
- getAliases() - Method in interface org.jboss.msc.service.ServiceController
-
Get other names this service is known as.
- getAliases() - Method in class org.jboss.msc.service.ServiceControllerImpl
- getAliasRegistrations() - Method in class org.jboss.msc.service.ServiceControllerImpl
- getAndSetValue(Value<? extends T>) - Method in class org.jboss.msc.value.ThreadLocalValue
-
Get and set the value.
- getBefore() - Method in enum org.jboss.msc.service.ServiceController.Transition
-
Get the source state of this transition.
- getCanonicalName() - Method in class org.jboss.msc.service.ServiceName
-
Get the canonical name of this service name.
- getCanonicalName(StringBuilder) - Method in class org.jboss.msc.service.ServiceName
- getChildren() - Method in class org.jboss.msc.service.ServiceControllerImpl
- getChildTarget() - Method in class org.jboss.msc.service.ServiceControllerImpl.StartContextImpl
- getChildTarget() - Method in interface org.jboss.msc.service.StartContext
-
Get a service target which may be used to add child services.
- getContainer() - Method in class org.jboss.msc.service.ServiceContainerImpl.ServiceThread
- getContainer() - Method in class org.jboss.msc.service.ServiceRegistrationImpl
- getController() - Method in interface org.jboss.msc.service.Dependent
-
Get the controller of this dependent.
- getController() - Method in interface org.jboss.msc.service.LifecycleContext
-
Get the associated service controller.
- getController() - Method in class org.jboss.msc.service.OptionalDependency
- getController() - Method in class org.jboss.msc.service.ServiceControllerImpl
-
Get the controller of this dependent.
- getController() - Method in class org.jboss.msc.service.ServiceControllerImpl.StartContextImpl
- getController() - Method in class org.jboss.msc.service.ServiceControllerImpl.StopContextImpl
- getCycle() - Method in exception org.jboss.msc.service.CircularDependencyException
-
Returns a cycle found during service installation.
- getDependencies() - Method in class org.jboss.msc.service.DelegatingServiceContainer
-
Returns a set of all dependencies added to this target.
- getDependencies() - Method in class org.jboss.msc.service.DelegatingServiceTarget
-
Returns a set of all dependencies added to this target.
- getDependencies() - Method in class org.jboss.msc.service.management.ServiceStatus
-
The list of dependency names for this service.
- getDependencies() - Method in class org.jboss.msc.service.ServiceBuilderImpl
- getDependencies() - Method in interface org.jboss.msc.service.ServiceTarget
-
Returns a set of all dependencies added to this target.
- getDependencies() - Method in class org.jboss.msc.service.ServiceTargetImpl
- getDependencyController() - Method in interface org.jboss.msc.service.Dependency
-
Get the controller for this dependency, or
null
if there is none currently. - getDependencyController() - Method in class org.jboss.msc.service.OptionalDependency
- getDependencyController() - Method in class org.jboss.msc.service.ServiceRegistrationImpl
- getDependencyType() - Method in class org.jboss.msc.service.ServiceBuilderImpl.Dependency
- getDependents() - Method in class org.jboss.msc.service.ServiceControllerImpl
-
Returns a compiled array of all dependents of this service instance.
- getDependents() - Method in class org.jboss.msc.service.ServiceRegistrationImpl
-
Returns the dependents set.
- getDependentsByDependencyName() - Method in class org.jboss.msc.service.ServiceControllerImpl
-
Returns a compiled map of all dependents of this service mapped by the dependency name.
- getElapsedTime() - Method in interface org.jboss.msc.service.LifecycleContext
-
Get the amount of time elapsed since the start or stop was initiated, in nanoseconds.
- getElapsedTime() - Method in class org.jboss.msc.service.ServiceControllerImpl.StartContextImpl
- getElapsedTime() - Method in class org.jboss.msc.service.ServiceControllerImpl.StopContextImpl
- getElapsedTime() - Method in class org.jboss.msc.service.TimingServiceListener
-
Get the elapsed time in milliseconds.
- getException() - Method in class org.jboss.msc.service.management.ServiceStatus
-
Get the service start exception.
- getExecutor() - Method in class org.jboss.msc.service.ServiceContainerImpl
- getFailedCount() - Method in class org.jboss.msc.service.StabilityStatistics
-
Returns count of controllers registered with
StabilityMonitor
that failed to start because of start exception being thrown. - getImmediateUnavailableDependencies() - Method in interface org.jboss.msc.service.ServiceController
-
Get the complete list of immediate dependencies that are unavailable.
- getImmediateUnavailableDependencies() - Method in class org.jboss.msc.service.ServiceControllerImpl
- getIndex(AtomicReferenceArray<UnlockedReadHashMap.Item<K, V>[]>, Object) - Static method in class org.jboss.msc.service.UnlockedReadHashMap
- getInitialMode() - Method in class org.jboss.msc.service.ServiceBuilderImpl
- getInjector() - Method in class org.jboss.msc.service.ValueInjectionService
-
Get the injector, which should be used to inject the dependency.
- getInjectorList() - Method in class org.jboss.msc.service.ServiceBuilderImpl.Dependency
- getInstance() - Method in class org.jboss.msc.service.ServiceRegistrationImpl
- getJarName() - Static method in class org.jboss.msc.Version
-
Get the name of the JBoss Modules JAR.
- getKey() - Method in class org.jboss.msc.service.UnlockedReadHashMap.Item
- getKey() - Method in class org.jboss.msc.value.MapEntry
-
Get the map key.
- getLazyCount() - Method in class org.jboss.msc.service.StabilityStatistics
-
Returns count of controllers registered with
StabilityMonitor
that are inServiceController.Mode.LAZY
mode. - getListeners() - Method in class org.jboss.msc.service.DelegatingServiceContainer
-
Returns a set of the listeners added to this target.
- getListeners() - Method in class org.jboss.msc.service.DelegatingServiceTarget
-
Returns a set of the listeners added to this target.
- getListeners() - Method in class org.jboss.msc.service.ServiceBuilderImpl
- getListeners() - Method in interface org.jboss.msc.service.ServiceTarget
-
Returns a set of the listeners added to this target.
- getListeners() - Method in class org.jboss.msc.service.ServiceTargetImpl
- getListenerTasks(ServiceController.Transition, ArrayList<Runnable>) - Method in class org.jboss.msc.service.ServiceControllerImpl
- getListenerTasks(ServiceControllerImpl.ListenerNotification, ArrayList<Runnable>) - Method in class org.jboss.msc.service.ServiceControllerImpl
- getMode() - Method in interface org.jboss.msc.service.ServiceController
-
Get the service controller's current mode.
- getMode() - Method in class org.jboss.msc.service.ServiceControllerImpl
- getModeName() - Method in class org.jboss.msc.service.management.ServiceStatus
-
Get the service mode, as a string.
- getMonitors() - Method in class org.jboss.msc.service.DelegatingServiceContainer
-
Returns a set of the monitors added to this target.
- getMonitors() - Method in class org.jboss.msc.service.DelegatingServiceTarget
-
Returns a set of the monitors added to this target.
- getMonitors() - Method in class org.jboss.msc.service.ServiceBuilderImpl
- getMonitors() - Method in class org.jboss.msc.service.ServiceControllerImpl
- getMonitors() - Method in interface org.jboss.msc.service.ServiceTarget
-
Returns a set of the monitors added to this target.
- getMonitors() - Method in class org.jboss.msc.service.ServiceTargetImpl
- getName() - Method in class org.jboss.msc.service.DelegatingServiceContainer
-
Get the name of this service container.
- getName() - Method in interface org.jboss.msc.service.Dependency
-
Get the name of this dependency.
- getName() - Method in class org.jboss.msc.service.OptionalDependency
- getName() - Method in class org.jboss.msc.service.ServiceBuilderImpl.Dependency
- getName() - Method in class org.jboss.msc.service.ServiceBuilderImpl
- getName() - Method in interface org.jboss.msc.service.ServiceContainer
-
Get the name of this service container.
- getName() - Method in class org.jboss.msc.service.ServiceContainerImpl
- getName() - Method in interface org.jboss.msc.service.ServiceController
-
Get the name of this service, if any.
- getName() - Method in class org.jboss.msc.service.ServiceControllerImpl
- getName() - Method in class org.jboss.msc.service.ServiceRegistrationImpl
- getNeverCount() - Method in class org.jboss.msc.service.StabilityStatistics
-
Returns count of controllers registered with
StabilityMonitor
that are inServiceController.Mode.NEVER
mode. - getOnDemandCount() - Method in class org.jboss.msc.service.StabilityStatistics
-
Returns count of controllers registered with
StabilityMonitor
that are inServiceController.Mode.ON_DEMAND
mode. - getOptionalValue() - Method in class org.jboss.msc.value.InjectedValue
-
Get the value if it was injected, or return
null
if it was not. - getOrCreateChild(Object) - Method in class org.jboss.msc.service.ServiceNameMapper.Node
- getOrCreateRegistration(ServiceName) - Method in class org.jboss.msc.service.ServiceContainerImpl
-
Atomically get or create a registration.
- getOutInjections() - Method in class org.jboss.msc.service.ServiceBuilderImpl
- getParent() - Method in class org.jboss.msc.service.ServiceBuilderImpl
- getParent() - Method in interface org.jboss.msc.service.ServiceController
-
Get this service's parent service, or
null
if there is none. - getParent() - Method in class org.jboss.msc.service.ServiceControllerImpl
- getParent() - Method in class org.jboss.msc.service.ServiceName
-
Get the parent (enclosing) service name.
- getParentName() - Method in class org.jboss.msc.service.management.ServiceStatus
-
Get the name of the parent service, if any.
- getPassiveCount() - Method in class org.jboss.msc.service.StabilityStatistics
-
Returns count of controllers registered with
StabilityMonitor
that are inServiceController.Mode.PASSIVE
mode. - getPrimaryRegistration() - Method in class org.jboss.msc.service.ServiceControllerImpl
- getProblemsCount() - Method in class org.jboss.msc.service.StabilityStatistics
-
Returns count of controllers registered with
StabilityMonitor
that had problem to start because of missing dependencies. - getProfileOutput() - Method in class org.jboss.msc.service.ServiceContainerImpl
- getRemainingCount() - Method in class org.jboss.msc.service.TimingServiceListener
-
Get the number of remaining services to start.
- getRequiredService(ServiceName) - Method in class org.jboss.msc.service.DelegatingServiceContainer
-
Get a service, throwing an exception if it is not found.
- getRequiredService(ServiceName) - Method in class org.jboss.msc.service.DelegatingServiceRegistry
-
Get a service, throwing an exception if it is not found.
- getRequiredService(ServiceName) - Method in class org.jboss.msc.service.ServiceContainerImpl
- getRequiredService(ServiceName) - Method in interface org.jboss.msc.service.ServiceRegistry
-
Get a service, throwing an exception if it is not found.
- getService() - Method in interface org.jboss.msc.service.ServiceController
-
Get the service.
- getService() - Method in class org.jboss.msc.service.ServiceControllerImpl
- getService(ServiceName) - Method in class org.jboss.msc.service.DelegatingServiceContainer
-
Get a service, returning
null
if it is not found. - getService(ServiceName) - Method in class org.jboss.msc.service.DelegatingServiceRegistry
-
Get a service, returning
null
if it is not found. - getService(ServiceName) - Method in class org.jboss.msc.service.ServiceContainerImpl
- getService(ServiceName) - Method in interface org.jboss.msc.service.ServiceRegistry
-
Get a service, returning
null
if it is not found. - getServiceClassName() - Method in class org.jboss.msc.service.management.ServiceStatus
-
Get the service class name, or
"<unknown>"
if not known. - getServiceContainer() - Method in interface org.jboss.msc.service.ServiceController
-
Get the service container associated with this controller.
- getServiceContainer() - Method in class org.jboss.msc.service.ServiceControllerImpl
- getServiceName() - Method in class org.jboss.msc.service.management.ServiceStatus
-
Get the service name, as a string.
- getServiceName() - Method in exception org.jboss.msc.service.StartException
- getServiceNames() - Method in class org.jboss.msc.service.DelegatingServiceContainer
-
Get a list of service names installed in this registry.
- getServiceNames() - Method in class org.jboss.msc.service.DelegatingServiceRegistry
-
Get a list of service names installed in this registry.
- getServiceNames() - Method in class org.jboss.msc.service.ServiceContainerImpl
- getServiceNames() - Method in interface org.jboss.msc.service.ServiceRegistry
-
Get a list of service names installed in this registry.
- getServiceRegistry() - Method in interface org.jboss.msc.service.ServiceActivatorContext
-
Get the service registry for this activation.
- getServiceRegistry() - Method in class org.jboss.msc.service.ServiceActivatorContextImpl
-
Get the service registry for this activation.
- getServiceRegistry() - Method in class org.jboss.msc.service.ServiceContainerImpl
- getServiceRegistry() - Method in class org.jboss.msc.service.ServiceTargetImpl
-
Returns the serviceRegistry that contains all services installed by this target.
- getServiceStatus(String) - Method in interface org.jboss.msc.service.management.ServiceContainerMXBean
-
Get the status of one service.
- getServiceTarget() - Method in interface org.jboss.msc.service.ServiceActivatorContext
-
Get the service target for this activation.
- getServiceTarget() - Method in class org.jboss.msc.service.ServiceActivatorContextImpl
-
Get the service target for this activation.
- getServiceValue() - Method in class org.jboss.msc.service.ServiceBuilderImpl
- getShutdownCompleted() - Method in class org.jboss.msc.service.ServiceContainer.TerminateListener.Info
-
Returns the time the shutdown process was completed, in nanoseconds.
- getShutdownInitiated() - Method in class org.jboss.msc.service.ServiceContainer.TerminateListener.Info
-
Returns the time the shutdown process was initiated, in nanoseconds.
- getSimpleName() - Method in class org.jboss.msc.service.ServiceName
-
Get the simple (unqualified) name of this service.
- getSource() - Method in class org.jboss.msc.service.ValueInjection
-
Get the source value.
- getStart() - Method in class org.jboss.msc.service.ServiceContainerImpl
- getStartedCount() - Method in class org.jboss.msc.service.StabilityStatistics
-
Returns count of controllers registered with
StabilityMonitor
that are inServiceController.State.UP
state. - getStartException() - Method in interface org.jboss.msc.service.ServiceController
-
Get the reason why the last start failed.
- getStartException() - Method in class org.jboss.msc.service.ServiceControllerImpl
- getState() - Method in interface org.jboss.msc.service.ServiceController
-
Get the current service controller state.
- getState() - Method in enum org.jboss.msc.service.ServiceController.Substate
-
Get the state corresponding to this sub-state.
- getState() - Method in class org.jboss.msc.service.ServiceControllerImpl
- getStateName() - Method in class org.jboss.msc.service.management.ServiceStatus
-
Get the service state, as a string.
- getStatus() - Method in class org.jboss.msc.service.ServiceControllerImpl
- getStoredValue() - Method in class org.jboss.msc.inject.RetainingInjector
-
Get the value object stored in this injector.
- getSubstate() - Method in interface org.jboss.msc.service.ServiceController
-
Get the current service controller substate.
- getSubstate() - Method in class org.jboss.msc.service.ServiceControllerImpl
- getSubstateLocked() - Method in class org.jboss.msc.service.ServiceControllerImpl
- getSubstateName() - Method in class org.jboss.msc.service.management.ServiceStatus
-
Get the service internal substate, as a string.
- getTarget() - Method in class org.jboss.msc.service.ServiceBuilderImpl
- getTarget() - Method in class org.jboss.msc.service.ValueInjection
-
Get the target injector.
- getTotalCount() - Method in class org.jboss.msc.service.TimingServiceListener
-
Get the total number of services being tracked.
- getTransition() - Method in class org.jboss.msc.service.ServiceControllerImpl
-
Identify the transition to take.
- getValue() - Method in class org.jboss.msc.service.AbstractService
-
Get the actual value.
- getValue() - Method in interface org.jboss.msc.service.Dependency
-
Get the installed instance value, if any exists.
- getValue() - Method in class org.jboss.msc.service.OptionalDependency
- getValue() - Method in interface org.jboss.msc.service.ServiceController
-
Get the service value.
- getValue() - Method in class org.jboss.msc.service.ServiceControllerImpl
- getValue() - Method in class org.jboss.msc.service.ServiceRegistrationImpl
- getValue() - Method in class org.jboss.msc.service.UnlockedReadHashMap.Item
- getValue() - Method in class org.jboss.msc.service.ValueInjectionService
-
Get the actual value.
- getValue() - Method in class org.jboss.msc.service.ValueService
-
Get the actual value.
- getValue() - Method in class org.jboss.msc.value.CachedValue
-
Get the actual value.
- getValue() - Method in class org.jboss.msc.value.CheckedValue
-
Get the actual value.
- getValue() - Method in class org.jboss.msc.value.ClassOfValue
- getValue() - Method in class org.jboss.msc.value.ConstructedValue
-
Get the actual value.
- getValue() - Method in class org.jboss.msc.value.DefaultValue
-
Get the actual value.
- getValue() - Method in class org.jboss.msc.value.EnvironmentPropertyValue
-
Get the actual value.
- getValue() - Method in class org.jboss.msc.value.FieldValue
-
Get the actual value.
- getValue() - Method in class org.jboss.msc.value.ImmediateValue
-
Get the actual value.
- getValue() - Method in class org.jboss.msc.value.InjectedSetValue
-
Get the actual value.
- getValue() - Method in class org.jboss.msc.value.InjectedValue
-
Get the actual value.
- getValue() - Method in class org.jboss.msc.value.ListItemValue
-
Get the actual value.
- getValue() - Method in class org.jboss.msc.value.ListValue
-
Get the actual value.
- getValue() - Method in class org.jboss.msc.value.MapEntry
-
Get the map value.
- getValue() - Method in class org.jboss.msc.value.MapEntryValue
-
Get the actual value.
- getValue() - Method in class org.jboss.msc.value.MapItemValue
-
Get the actual value.
- getValue() - Method in class org.jboss.msc.value.MapValue
-
Get the actual value.
- getValue() - Method in class org.jboss.msc.value.MethodValue
-
Get the actual value.
- getValue() - Method in class org.jboss.msc.value.ReferenceValue
-
Get the actual value.
- getValue() - Method in class org.jboss.msc.value.SetValue
-
Get the actual value.
- getValue() - Method in class org.jboss.msc.value.SystemPropertyValue
-
Get the actual value.
- getValue() - Method in class org.jboss.msc.value.ThreadLocalValue
-
Get the actual value.
- getValue() - Method in interface org.jboss.msc.value.Value
-
Get the actual value.
- getValueInjections() - Method in class org.jboss.msc.service.ServiceBuilderImpl
- getValues(Iterable<? extends Value<?>>) - Static method in class org.jboss.msc.value.Values
-
Get an object array from the result of an iterable series of values.
- getValues(Iterable<? extends Value<? extends T>>, Class<T>) - Static method in class org.jboss.msc.value.Values
-
Get a typed object array from the result of an iterable series of values.
- getValues(Iterable<? extends Value<? extends T>>, T[]) - Static method in class org.jboss.msc.value.Values
-
Get a typed object array from the result of an iterable series of values.
- getValues(Iterator<? extends Value<?>>, int) - Static method in class org.jboss.msc.value.Values
- getValues(Iterator<? extends Value<? extends T>>, Class<T>, int) - Static method in class org.jboss.msc.value.Values
- getVersionString() - Static method in class org.jboss.msc.Version
-
Get the version string of JBoss Modules.
- greeting - Static variable in class org.jboss.msc.service.ServiceLogger_$logger
- greeting(String) - Method in class org.jboss.msc.service.ServiceLogger_$logger
- greeting(String) - Method in interface org.jboss.msc.service.ServiceLogger
- greeting$str() - Method in class org.jboss.msc.service.ServiceLogger_$logger
H
- handleDone(T) - Method in interface org.jboss.msc.service.MultipleRemoveListener.Callback
-
Handle the completion of all removals.
- HANDLER - Static variable in class org.jboss.msc.service.ServiceContainerImpl
- handleTermination(ServiceContainer.TerminateListener.Info) - Method in interface org.jboss.msc.service.ServiceContainer.TerminateListener
-
Notifies this listener that the container is shutdown.
At the moment this listener is requested to handle termination, all services in the container are stopped and removed. - handleTermination(ServiceContainer.TerminateListener.Info) - Method in class org.jboss.msc.service.ServiceContainerImpl.LatchListener
- hash(Object) - Static method in class org.jboss.msc.service.IdentityHashSet
- hashCode - Variable in class org.jboss.msc.service.ServiceName
- hashCode() - Method in class org.jboss.msc.service.NullService
- hashCode() - Method in class org.jboss.msc.service.ServiceName
-
Return the hash code of this service name.
- hashCode() - Method in class org.jboss.msc.service.UnlockedReadHashMap.Item
- hashCode() - Method in class org.jboss.msc.value.MapEntry
-
Get the hash code of this object.
- hashCodeField - Static variable in class org.jboss.msc.service.ServiceName
- hasNext - Variable in class org.jboss.msc.service.IdentityHashSet.IdentityHashSetIterator
- hasNext() - Method in class org.jboss.msc.service.IdentityHashSet.IdentityHashSetIterator
- hasNext() - Method in class org.jboss.msc.service.UnlockedReadHashMap.EntryIterator
I
- id - Variable in class org.jboss.msc.service.ServiceContainerImpl.ThreadAction
- IdentityHashSet<E> - Class in org.jboss.msc.service
-
An identity based hash set.
- IdentityHashSet() - Constructor for class org.jboss.msc.service.IdentityHashSet
- IdentityHashSet(int) - Constructor for class org.jboss.msc.service.IdentityHashSet
- IdentityHashSet(int, float) - Constructor for class org.jboss.msc.service.IdentityHashSet
- IdentityHashSet(Set<? extends E>) - Constructor for class org.jboss.msc.service.IdentityHashSet
- IdentityHashSet.IdentityHashSetIterator - Class in org.jboss.msc.service
- IdentityHashSetIterator() - Constructor for class org.jboss.msc.service.IdentityHashSet.IdentityHashSetIterator
- ILLEGAL_CONTROLLER_STATE - Static variable in class org.jboss.msc.service.ServiceControllerImpl
- IMMEDIATE_DEPENDENCY_AVAILABLE - org.jboss.msc.service.ServiceControllerImpl.ListenerNotification
-
Notify the listener that all previously unavailable immediate dependencies are now available.
- IMMEDIATE_DEPENDENCY_UNAVAILABLE - org.jboss.msc.service.ServiceControllerImpl.ListenerNotification
-
Notify the listener that an immediate dependency is unavailable.
- immediateDependencyAvailable(ServiceController<? extends S>) - Method in class org.jboss.msc.service.AbstractServiceListener
-
All
unavailable
immediate dependencies of the service are now available, i.e., they are installed and are not administrativelydisabled
. - immediateDependencyAvailable(ServiceController<? extends S>) - Method in interface org.jboss.msc.service.ServiceListener
-
Deprecated.All
unavailable
immediate dependencies of the service are now available, i.e., they are installed and are not administrativelydisabled
. - immediateDependencyAvailable(ServiceName) - Method in interface org.jboss.msc.service.Dependent
-
Notify this dependent that one of its immediate dependencies is available, i.e., it is installed and, if not
started
, should start shortly. - immediateDependencyAvailable(ServiceName) - Method in class org.jboss.msc.service.OptionalDependency
- immediateDependencyAvailable(ServiceName) - Method in class org.jboss.msc.service.ServiceControllerImpl
- immediateDependencyDown() - Method in interface org.jboss.msc.service.Dependent
-
Notify this dependent that one of its immediate dependencies is leaving the
UP
state. - immediateDependencyDown() - Method in class org.jboss.msc.service.OptionalDependency
- immediateDependencyDown() - Method in class org.jboss.msc.service.ServiceControllerImpl
- immediateDependencyUnavailable(ServiceController<? extends S>) - Method in class org.jboss.msc.service.AbstractServiceListener
-
An immediate dependency of the service is uninstalled or administratively
disabled
. - immediateDependencyUnavailable(ServiceController<? extends S>) - Method in interface org.jboss.msc.service.ServiceListener
-
Deprecated.An immediate dependency of the service is uninstalled or administratively
disabled
. - immediateDependencyUnavailable(ServiceName) - Method in interface org.jboss.msc.service.Dependent
-
Notify this dependent that one of its immediate dependencies is unavailable.
A dependency is unavailable when it is not installed or when it is inNEVER
mode. - immediateDependencyUnavailable(ServiceName) - Method in class org.jboss.msc.service.OptionalDependency
- immediateDependencyUnavailable(ServiceName) - Method in class org.jboss.msc.service.ServiceControllerImpl
- immediateDependencyUp() - Method in interface org.jboss.msc.service.Dependent
-
Notify this dependent that one of its immediate dependencies entered
UP
state. - immediateDependencyUp() - Method in class org.jboss.msc.service.OptionalDependency
- immediateDependencyUp() - Method in class org.jboss.msc.service.ServiceControllerImpl
- immediateUnavailableDependencies - Variable in class org.jboss.msc.service.ServiceControllerImpl
-
The immediate unavailable dependencies of this service.
- immediateValue(T) - Static method in class org.jboss.msc.value.Values
-
Get an immediate value.
- ImmediateValue<T> - Class in org.jboss.msc.value
-
A simple immediately-available value.
- ImmediateValue(T) - Constructor for class org.jboss.msc.value.ImmediateValue
-
Construct a new instance.
- immediateValues(List<T>) - Static method in class org.jboss.msc.value.Values
- immediateValues(T...) - Static method in class org.jboss.msc.value.Values
- in(ServiceController.Mode...) - Method in enum org.jboss.msc.service.ServiceController.Mode
-
Determine if this mode is one of the given modes.
- in(ServiceController.State...) - Method in enum org.jboss.msc.service.ServiceController.State
-
Determine if this state is one of the given states.
- in(ServiceController.Substate...) - Method in enum org.jboss.msc.service.ServiceController.Substate
-
Determine if this substate is one of the given substates.
- in(ServiceController.Transition...) - Method in enum org.jboss.msc.service.ServiceController.Transition
-
Determine if this transition is one of the given transitions.
- incrementUnstableServices() - Method in class org.jboss.msc.service.ServiceContainerImpl
- incrementUnstableServices() - Method in class org.jboss.msc.service.StabilityMonitor
- index(int, int) - Static method in class org.jboss.msc.service.IdentityHashSet
- indexValue - Variable in class org.jboss.msc.value.ListItemValue
- Info(long, long) - Constructor for class org.jboss.msc.service.ServiceContainer.TerminateListener.Info
- init(int, float) - Method in class org.jboss.msc.service.IdentityHashSet
- initialMode - Variable in class org.jboss.msc.service.ServiceBuilderImpl
- inject(Object) - Method in class org.jboss.msc.inject.CastingInjector
-
Inject the given value.
- inject(T) - Method in class org.jboss.msc.inject.AddMethodInjector
-
Inject the given value.
- inject(T) - Method in class org.jboss.msc.inject.AtomicReferenceFieldUpdaterInjector
-
Inject the given value.
- inject(T) - Method in class org.jboss.msc.inject.AtomicReferenceInjector
-
Inject the given value.
- inject(T) - Method in class org.jboss.msc.inject.ConcurrentMapInjector
-
Inject the given value.
- inject(T) - Method in class org.jboss.msc.inject.FieldInjector
-
Inject the given value.
- inject(T) - Method in interface org.jboss.msc.inject.Injector
-
Inject the given value.
- inject(T) - Method in class org.jboss.msc.inject.MapInjector
-
Inject the given value.
- inject(T) - Method in class org.jboss.msc.inject.MethodInjector
-
Inject the given value.
- inject(T) - Method in class org.jboss.msc.inject.RetainingInjector
-
Inject the given value.
- inject(T) - Method in class org.jboss.msc.inject.SetMethodInjector
-
Inject the given value.
- INJECTED - Static variable in class org.jboss.msc.value.Values
- InjectedSetValue<T> - Class in org.jboss.msc.value
-
A
Set
value that can have entries injected into it. - InjectedSetValue() - Constructor for class org.jboss.msc.value.InjectedSetValue
-
Construct a new instance.
- injectedValue - Variable in class org.jboss.msc.inject.MethodInjector
- injectedValue() - Static method in class org.jboss.msc.value.Values
-
The special value representing the value of an injection operation.
- InjectedValue<T> - Class in org.jboss.msc.value
-
A value which is injected from another source.
- InjectedValue() - Constructor for class org.jboss.msc.value.InjectedValue
-
Construct a new instance.
- InjectionException - Exception in org.jboss.msc.inject
-
An injection exception which is thrown when an injection fails for some reason.
- InjectionException() - Constructor for exception org.jboss.msc.inject.InjectionException
-
Constructs a
InjectionException
with no detail message. - InjectionException(String) - Constructor for exception org.jboss.msc.inject.InjectionException
-
Constructs a
InjectionException
with the specified detail message. - InjectionException(String, Throwable) - Constructor for exception org.jboss.msc.inject.InjectionException
-
Constructs a
InjectionException
with the specified detail message and cause. - InjectionException(Throwable) - Constructor for exception org.jboss.msc.inject.InjectionException
-
Constructs a
InjectionException
with the specified cause. - injections - Variable in class org.jboss.msc.service.ServiceControllerImpl
-
The injections of this service.
- injector - Variable in class org.jboss.msc.service.ValueInjectionService
- injector() - Method in class org.jboss.msc.value.InjectedSetValue
-
Gets an injector for this set.
- Injector<T> - Interface in org.jboss.msc.inject
-
A receiver for values that are injected from another source, typically connected to a service lifecycle.
- injectorList - Variable in class org.jboss.msc.service.ServiceBuilderImpl.Dependency
- InjectorLogger - Interface in org.jboss.msc.inject
-
The injector logger interface.
- InjectorLogger_$logger - Class in org.jboss.msc.inject
-
Warning this class consists of generated code.
- InjectorLogger_$logger(Logger) - Constructor for class org.jboss.msc.inject.InjectorLogger_$logger
- Injectors - Class in org.jboss.msc.inject
-
Utility class to construct injector types.
- Injectors() - Constructor for class org.jboss.msc.inject.Injectors
- install() - Method in class org.jboss.msc.service.DelegatingServiceBuilder
-
Install the defined service into the container.
- install() - Method in interface org.jboss.msc.service.ServiceBuilder
-
Install the defined service into the container.
- install() - Method in class org.jboss.msc.service.ServiceBuilderImpl
- install(ServiceBuilderImpl<T>) - Method in class org.jboss.msc.service.BatchServiceTargetImpl
- install(ServiceBuilderImpl<T>) - Method in class org.jboss.msc.service.ServiceContainerImpl
- install(ServiceBuilderImpl<T>) - Method in class org.jboss.msc.service.ServiceControllerImpl.ChildServiceTarget
- install(ServiceBuilderImpl<T>) - Method in class org.jboss.msc.service.ServiceTargetImpl
-
Install
serviceBuilder
in this target. - installed - Variable in class org.jboss.msc.service.ServiceBuilderImpl
- instance - Variable in class org.jboss.msc.service.ServiceRegistrationImpl
-
The current instance.
- INSTANCE - Static variable in interface org.jboss.msc.inject.InjectorLogger
- INSTANCE - Static variable in class org.jboss.msc.service.NullService
- internalServiceError - Static variable in class org.jboss.msc.service.ServiceLogger_$logger
- internalServiceError(Throwable, ServiceName) - Method in class org.jboss.msc.service.ServiceLogger_$logger
- internalServiceError(Throwable, ServiceName) - Method in interface org.jboss.msc.service.ServiceLogger
- internalServiceError$str() - Method in class org.jboss.msc.service.ServiceLogger_$logger
- internalSetMode(ServiceController.Mode, ArrayList<Runnable>) - Method in class org.jboss.msc.service.ServiceControllerImpl
- internalSetMode(ServiceController.Mode, ServiceController.Mode) - Method in class org.jboss.msc.service.ServiceControllerImpl
- invalidCodePoint(int) - Static method in class org.jboss.msc.service.ServiceName
- invalidNameCharacter(int) - Static method in class org.jboss.msc.service.ServiceName
- invokeListener(ServiceListener<? super S>, ServiceControllerImpl.ListenerNotification, ServiceController.Transition) - Method in class org.jboss.msc.service.ServiceControllerImpl
-
Invokes the listener, performing the notification specified.
- isAutoShutdown() - Method in class org.jboss.msc.service.ServiceContainerImpl
- isDependencyFailed() - Method in class org.jboss.msc.service.management.ServiceStatus
-
Determine if some dependency was failed at the time of the query.
- isDependencyUnavailable() - Method in class org.jboss.msc.service.management.ServiceStatus
-
Determine if some dependency was not available at the time of the query.
- isEmpty() - Method in class org.jboss.msc.service.IdentityHashSet
- isInstallationCommitted() - Method in class org.jboss.msc.service.ServiceControllerImpl
-
Return
true
only if this service controller installation is committed. - isParentOf(ServiceName) - Method in class org.jboss.msc.service.ServiceName
-
Determine whether this service name is the same as, or a parent of, the given service name.
- isRestState() - Method in enum org.jboss.msc.service.ServiceController.Substate
-
Determine whether this is a "rest" state.
- isServiceThread(Thread) - Static method in class org.jboss.msc.service.ServiceUtils
-
Determine whether the given thread is a service thread.
- isServiceThread(Thread, ServiceContainer) - Static method in class org.jboss.msc.service.ServiceUtils
-
Determine whether the given thread is a service thread which is associated with the given container.
- isShutdown() - Method in class org.jboss.msc.service.DelegatingServiceContainer
-
Whether container have been shut down.
- isShutdown() - Method in interface org.jboss.msc.service.ServiceContainer
-
Whether container have been shut down.
- isShutdown() - Method in class org.jboss.msc.service.ServiceContainerImpl
- isShutdownComplete() - Method in class org.jboss.msc.service.DelegatingServiceContainer
-
Determine whether the container is completely shut down.
- isShutdownComplete() - Method in interface org.jboss.msc.service.ServiceContainer
-
Determine whether the container is completely shut down.
- isShutdownComplete() - Method in class org.jboss.msc.service.ServiceContainerImpl
- isStableRestState() - Method in class org.jboss.msc.service.ServiceControllerImpl
-
Returns true if controller is in rest state and no async tasks are running, false otherwise.
- isValidNameSegment(String) - Static method in class org.jboss.msc.service.ServiceName
-
Indicates if the name segment is valid.
- Item(K, V) - Constructor for class org.jboss.msc.service.UnlockedReadHashMap.Item
- itemIdx - Variable in class org.jboss.msc.service.UnlockedReadHashMap.EntryIterator
- iterator() - Method in class org.jboss.msc.service.IdentityHashSet
- iterator() - Method in class org.jboss.msc.service.UnlockedReadHashMap.EntrySet
J
- JAR_NAME - Static variable in class org.jboss.msc.Version
- JBOSS - Static variable in class org.jboss.msc.service.ServiceName
-
The root name "jboss".
K
- key - Variable in class org.jboss.msc.inject.ConcurrentMapInjector
- key - Variable in class org.jboss.msc.inject.MapInjector
- key - Variable in class org.jboss.msc.service.UnlockedReadHashMap.Item
- key - Variable in class org.jboss.msc.value.MapEntry
- keyValue - Variable in class org.jboss.msc.value.MapItemValue
L
- LatchListener(int) - Constructor for class org.jboss.msc.service.ServiceContainerImpl.LatchListener
- lazy - Variable in class org.jboss.msc.service.StabilityStatistics
- LAZY - org.jboss.msc.service.ServiceController.Mode
-
Only come up if all dependencies are satisfied and at least one dependent demands to start.
- leavesRestState() - Method in enum org.jboss.msc.service.ServiceController.Transition
-
Determine whether this transition causes movement from a rest state to a non-rest state.
- length() - Method in class org.jboss.msc.service.ServiceName
-
Get the length (in segments) of this service name.
- LIFECYCLE_CONTEXT_CALLBACK - Static variable in class org.jboss.msc.service.MultipleRemoveListener
- LifecycleContext - Interface in org.jboss.msc.service
-
A context object for lifecycle events.
- lifecycleTime - Variable in class org.jboss.msc.service.ServiceControllerImpl
-
The system nanotime of the moment in which the last lifecycle change was initiated.
- listener - Variable in class org.jboss.msc.service.ServiceControllerImpl.ListenerTask
- LISTENER_ADDED - org.jboss.msc.service.ServiceControllerImpl.ListenerNotification
-
Notify the listener that is has been added.
- listenerAdded(ServiceController<?>) - Method in class org.jboss.msc.service.MultipleRemoveListener
-
The listener has been added to a controller.
- listenerAdded(ServiceController<? extends Object>) - Method in class org.jboss.msc.service.TimingServiceListener
-
The listener has been added to a controller.
- listenerAdded(ServiceController<? extends S>) - Method in class org.jboss.msc.service.AbstractServiceListener
-
The listener has been added to a controller.
- listenerAdded(ServiceController<? extends S>) - Method in interface org.jboss.msc.service.ServiceListener
-
Deprecated.The listener has been added to a controller.
- listenerFailed - Static variable in class org.jboss.msc.service.ServiceLogger_$logger
- listenerFailed(Throwable, ServiceListener<?>) - Method in interface org.jboss.msc.service.ServiceLogger
- listenerFailed(Throwable, ServiceListener<? extends Object>) - Method in class org.jboss.msc.service.ServiceLogger_$logger
- listenerFailed$str() - Method in class org.jboss.msc.service.ServiceLogger_$logger
- ListenerNotification() - Constructor for enum org.jboss.msc.service.ServiceControllerImpl.ListenerNotification
- listeners - Variable in class org.jboss.msc.service.ServiceBuilderImpl
- listeners - Variable in class org.jboss.msc.service.ServiceControllerImpl
-
The set of registered service listeners.
- listeners - Variable in class org.jboss.msc.service.ServiceTargetImpl
- ListenerTask(ServiceListener<? super S>, ServiceController.Transition) - Constructor for class org.jboss.msc.service.ServiceControllerImpl.ListenerTask
- ListenerTask(ServiceListener<? super S>, ServiceControllerImpl.ListenerNotification) - Constructor for class org.jboss.msc.service.ServiceControllerImpl.ListenerTask
- ListItemValue<T> - Class in org.jboss.msc.value
-
A value which is acquired from a list by numerical index.
- ListItemValue(Value<List<? extends T>>, Value<? extends Number>) - Constructor for class org.jboss.msc.value.ListItemValue
-
Construct a new instance.
- listValue - Variable in class org.jboss.msc.value.ListItemValue
- ListValue<T> - Class in org.jboss.msc.value
-
A list value.
- ListValue(List<? extends Value<? extends T>>) - Constructor for class org.jboss.msc.value.ListValue
-
Construct a new instance.
- loadFactor - Variable in class org.jboss.msc.service.IdentityHashSet
-
The user defined load factor which defines when to resize
- loadFactor - Variable in class org.jboss.msc.service.UnlockedReadHashMap
- lock - Variable in class org.jboss.msc.service.ServiceContainerImpl
- log - Variable in class org.jboss.msc.inject.InjectorLogger_$logger
- log - Variable in class org.jboss.msc.service.ServiceLogger_$logger
M
- main(String[]) - Static method in class org.jboss.msc.Version
-
Print out the current version on
System.out
. - map - Variable in class org.jboss.msc.inject.ConcurrentMapInjector
- map - Variable in class org.jboss.msc.inject.MapInjector
- MapEntry<K,V> - Class in org.jboss.msc.value
-
An immutable key-value object for constructing map instances programmatically.
- MapEntry(K, V) - Constructor for class org.jboss.msc.value.MapEntry
-
Construct a new instance.
- MapEntryValue<K,V> - Class in org.jboss.msc.value
-
A value which yields a map entry.
- MapEntryValue(MapEntry<Value<K>, Value<V>>) - Constructor for class org.jboss.msc.value.MapEntryValue
-
Construct a new instance.
- MapInjector<K,T> - Class in org.jboss.msc.inject
-
An injector which applies a value to a map entry.
- MapInjector(Map<K, T>, K) - Constructor for class org.jboss.msc.inject.MapInjector
-
Construct a new instance.
- MapItemValue<T> - Class in org.jboss.msc.value
-
A value which is acquired from a map by key.
- MapItemValue(Value<?>, Value<? extends Map<?, ? extends T>>) - Constructor for class org.jboss.msc.value.MapItemValue
-
Construct a new instance.
- mapValue - Variable in class org.jboss.msc.value.MapItemValue
- mapValue - Variable in class org.jboss.msc.value.MapValue
- MapValue<K,V> - Class in org.jboss.msc.value
-
A map value.
- MapValue(Value<? extends Map<K, V>>, List<MapEntry<? extends Value<? extends K>, ? extends Value<? extends V>>>) - Constructor for class org.jboss.msc.value.MapValue
-
Construct a new instance.
- MapValue(Value<? extends Map<K, V>>, MapEntry<? extends Value<? extends K>, ? extends Value<? extends V>>...) - Constructor for class org.jboss.msc.value.MapValue
-
Construct a new instance.
- match(String[], int, ServiceNameMapper.Node<V>) - Method in class org.jboss.msc.service.ServiceNameMapper
- match(ServiceName) - Method in class org.jboss.msc.service.ServiceNameMapper
-
Attempt to match a service name.
- MAX_DEPENDENCIES - Static variable in class org.jboss.msc.service.ServiceControllerImpl
- MAX_THREADS_COUNT - Static variable in class org.jboss.msc.service.ServiceContainer.Factory
- MAXIMUM_CAPACITY - Static variable in class org.jboss.msc.service.IdentityHashSet
-
MAX_INT - 1
- MAXIMUM_CAPACITY - Static variable in class org.jboss.msc.service.UnlockedReadHashMap
- mbeanFailed - Static variable in class org.jboss.msc.service.ServiceLogger_$logger
- mbeanFailed(Exception) - Method in class org.jboss.msc.service.ServiceLogger_$logger
- mbeanFailed(Exception) - Method in interface org.jboss.msc.service.ServiceLogger
- mbeanFailed$str() - Method in class org.jboss.msc.service.ServiceLogger_$logger
- mBeanServer - Variable in class org.jboss.msc.service.ServiceContainerImpl
- method - Variable in class org.jboss.msc.inject.MethodInjector
- method - Variable in class org.jboss.msc.inject.SetMethodInjector
- MethodInjector<T> - Class in org.jboss.msc.inject
-
An injector which invokes a method.
- MethodInjector(Method, Value<?>, Value<?>, List<? extends Value<?>>) - Constructor for class org.jboss.msc.inject.MethodInjector
-
Construct a new instance.
- methodValue - Variable in class org.jboss.msc.value.MethodValue
- MethodValue<T> - Class in org.jboss.msc.value
-
A value which is produced by invoking a method.
- MethodValue(Value<Method>, Value<?>, List<? extends Value<?>>) - Constructor for class org.jboss.msc.value.MethodValue
-
Construct a new instance.
- modCount - Variable in class org.jboss.msc.service.IdentityHashSet
-
Counter used to detect changes made outside of an iterator
- mode - Variable in class org.jboss.msc.service.ServiceControllerImpl
-
The controller mode.
- Mode() - Constructor for enum org.jboss.msc.service.ServiceController.Mode
- modeName - Variable in class org.jboss.msc.service.management.ServiceStatus
- monitors - Variable in class org.jboss.msc.service.ServiceBuilderImpl
- monitors - Variable in class org.jboss.msc.service.ServiceControllerImpl
-
The set of registered stability monitors.
- monitors - Variable in class org.jboss.msc.service.ServiceTargetImpl
- MultipleRemoveListener<T> - Class in org.jboss.msc.service
-
A service listener which calls a callback once all of the services it was attached to have been removed.
- MultipleRemoveListener(MultipleRemoveListener.Callback<T>, T) - Constructor for class org.jboss.msc.service.MultipleRemoveListener
- MultipleRemoveListener.Callback<T> - Interface in org.jboss.msc.service
-
A generalized callback for when all services are removed.
N
- name - Variable in class org.jboss.msc.service.ServiceBuilderImpl.Dependency
- name - Variable in class org.jboss.msc.service.ServiceContainerImpl
- name - Variable in class org.jboss.msc.service.ServiceName
- name - Variable in class org.jboss.msc.service.ServiceRegistrationImpl
-
The name of this registration.
- never - Variable in class org.jboss.msc.service.StabilityStatistics
- NEVER - org.jboss.msc.service.ServiceController.Mode
-
Do not start; in addition, ignore demands from dependents.
- NEW - org.jboss.msc.service.ServiceController.Substate
-
New controller being installed.
- newDependent(ServiceName, Dependent) - Method in class org.jboss.msc.service.ServiceControllerImpl
- next - Variable in class org.jboss.msc.service.IdentityHashSet.IdentityHashSetIterator
- next - Variable in class org.jboss.msc.service.UnlockedReadHashMap.EntryIterator
- next() - Method in class org.jboss.msc.service.IdentityHashSet.IdentityHashSetIterator
- next() - Method in class org.jboss.msc.service.UnlockedReadHashMap.EntryIterator
- nextIndex(int, int) - Method in class org.jboss.msc.service.IdentityHashSet
- NO_CONTROLLERS - Static variable in class org.jboss.msc.service.ServiceControllerImpl
- NO_DEPENDENTS - Static variable in class org.jboss.msc.service.ServiceControllerImpl
- NO_NAMES - Static variable in class org.jboss.msc.service.ServiceControllerImpl
- NO_STRINGS - Static variable in class org.jboss.msc.service.ServiceControllerImpl
- Node() - Constructor for class org.jboss.msc.service.ServiceNameMapper.Node
- NONE - Static variable in class org.jboss.msc.value.Values
- noSuchConstructor(Class<?>, List<? extends Value<Class<?>>>) - Static method in class org.jboss.msc.value.ErrorMessage
-
Returns a message describing a
NoSuchMethodException
that occurred on a constructor lookup. - noSuchMethod(Class<?>, String, List<? extends Value<Class<?>>>) - Static method in class org.jboss.msc.value.ErrorMessage
-
Returns a message describing a
NoSuchMethodException
that occurred on a method lookup. - notification - Variable in class org.jboss.msc.service.ServiceControllerImpl.ListenerTask
- NULL - Static variable in interface org.jboss.msc.service.Service
-
A simple null service which performs no start or stop action.
- NULL - Static variable in class org.jboss.msc.value.Values
- NULL_PARAM - Static variable in class org.jboss.msc.inject.SetMethodInjector
- NULL_VALUE - Static variable in interface org.jboss.msc.service.Service
-
A value which resolves to the
null service
. - NullService - Class in org.jboss.msc.service
- NullService() - Constructor for class org.jboss.msc.service.NullService
- nullValue() - Static method in class org.jboss.msc.value.Values
-
Get the null value.
O
- objectName - Variable in class org.jboss.msc.service.ServiceContainerImpl
- of(String...) - Static method in class org.jboss.msc.service.ServiceName
-
Create a ServiceName from a series of String parts.
- of(ServiceName, String...) - Static method in class org.jboss.msc.service.ServiceName
-
Create a ServiceName from a series of String parts and a parent service name.
- of(Value<K>, Value<V>) - Static method in class org.jboss.msc.value.MapEntryValue
-
Construct a new instance.
- ON_DEMAND - org.jboss.msc.service.ServiceController.Mode
-
Only come up if all dependencies are satisfied and at least one dependent demands to start.
- onDemand - Variable in class org.jboss.msc.service.StabilityStatistics
- onlyUninject - Variable in class org.jboss.msc.service.ServiceControllerImpl.StopTask
- OPTIONAL - org.jboss.msc.service.ServiceBuilder.DependencyType
-
Deprecated.Optional dependencies are unsafe and should not be used.
- optionalDependency - Variable in class org.jboss.msc.service.OptionalDependency
-
The actual dependency.
- OptionalDependency - Class in org.jboss.msc.service
-
An OptionalDependency.
This class establishes a transitive dependency relationship between the dependent and the real dependency. - OptionalDependency(Dependency) - Constructor for class org.jboss.msc.service.OptionalDependency
- OptionalDependency.DependencyState - Enum in org.jboss.msc.service
-
One of the states of a dependency from the dependent point of view (i.e., based on notifications made by the dependency).
- org.jboss.msc - package org.jboss.msc
-
The modular service container base package.
- org.jboss.msc.inject - package org.jboss.msc.inject
-
Classes which implement value injection.
- org.jboss.msc.service - package org.jboss.msc.service
-
The service container implementation itself.
- org.jboss.msc.service.management - package org.jboss.msc.service.management
- org.jboss.msc.value - package org.jboss.msc.value
-
Classes which implement various indirect value types.
- outInjections - Variable in class org.jboss.msc.service.ServiceBuilderImpl
- outInjections - Variable in class org.jboss.msc.service.ServiceControllerImpl
-
The out injections of this service.
P
- parameterList - Variable in class org.jboss.msc.inject.MethodInjector
- parameters - Variable in class org.jboss.msc.value.ConstructedValue
- parameters - Variable in class org.jboss.msc.value.MethodValue
- parent - Variable in class org.jboss.msc.service.ServiceBuilderImpl
- parent - Variable in class org.jboss.msc.service.ServiceControllerImpl
-
The parent of this service.
- parent - Variable in class org.jboss.msc.service.ServiceName
- parent - Variable in class org.jboss.msc.service.ServiceTargetImpl
- parentName - Variable in class org.jboss.msc.service.management.ServiceStatus
- parse(String) - Static method in class org.jboss.msc.service.ServiceName
-
Parse a string-form service name.
- passive - Variable in class org.jboss.msc.service.StabilityStatistics
- PASSIVE - org.jboss.msc.service.ServiceController.Mode
-
Come up automatically as soon as all dependencies are satisfied.
- performInjections() - Method in class org.jboss.msc.service.ServiceControllerImpl.StartTask
- performOutInjections(ServiceName) - Method in class org.jboss.msc.service.ServiceControllerImpl.StartTask
- POLICY - Static variable in class org.jboss.msc.service.ServiceContainerImpl
- primaryRegistration - Variable in class org.jboss.msc.service.ServiceControllerImpl
-
The primary registration of this service.
- printDebugStats() - Method in class org.jboss.msc.service.IdentityHashSet
- PROBLEM - org.jboss.msc.service.ServiceController.Substate
-
Controller cannot start due to a problem with a dependency or transitive dependency.
- PROBLEM_to_START_REQUESTED - org.jboss.msc.service.ServiceController.Transition
-
Transition from
PROBLEM
toSTART_REQUESTED
. - problems - Variable in class org.jboss.msc.service.ServiceContainerImpl
- problems - Variable in class org.jboss.msc.service.StabilityMonitor
- problems - Variable in class org.jboss.msc.service.StabilityStatistics
- PROFILE_OUTPUT - Static variable in class org.jboss.msc.service.ServiceContainerImpl
- profileOutput - Variable in class org.jboss.msc.service.ServiceContainerImpl
- profileOutputCloseFailed - Static variable in class org.jboss.msc.service.ServiceLogger_$logger
- profileOutputCloseFailed(IOException) - Method in class org.jboss.msc.service.ServiceLogger_$logger
- profileOutputCloseFailed(IOException) - Method in interface org.jboss.msc.service.ServiceLogger
- profileOutputCloseFailed$str() - Method in class org.jboss.msc.service.ServiceLogger_$logger
- propagateTransitiveAvailability() - Method in class org.jboss.msc.service.ServiceControllerImpl
- propagateTransitiveUnavailability() - Method in class org.jboss.msc.service.ServiceControllerImpl
- propertyName - Variable in class org.jboss.msc.value.EnvironmentPropertyValue
- propertyName - Variable in class org.jboss.msc.value.SystemPropertyValue
- provideStatistics(int, int, StabilityStatistics) - Method in class org.jboss.msc.service.StabilityMonitor
- put(K, V) - Method in class org.jboss.msc.service.UnlockedReadHashMap
- putForCreate(E) - Method in class org.jboss.msc.service.IdentityHashSet
- putIfAbsent(K, V) - Method in class org.jboss.msc.service.UnlockedReadHashMap
Q
- queryServiceNames() - Method in interface org.jboss.msc.service.management.ServiceContainerMXBean
-
Get a list of service names in this container.
- queryServiceStatuses() - Method in interface org.jboss.msc.service.management.ServiceContainerMXBean
-
Get a list of service statuses in this container.
R
- r - Variable in class org.jboss.msc.service.ServiceContainerImpl.ThreadAction
- readObject(ObjectInputStream) - Method in class org.jboss.msc.service.IdentityHashSet
- readObject(ObjectInputStream) - Method in class org.jboss.msc.service.ServiceName
- readResolve() - Method in class org.jboss.msc.service.NullService
- reference - Variable in class org.jboss.msc.inject.AtomicReferenceInjector
- reference - Variable in class org.jboss.msc.value.ReferenceValue
- ReferenceValue<T> - Class in org.jboss.msc.value
-
A value which reads a reference.
- ReferenceValue(Reference<? extends T, ?>) - Constructor for class org.jboss.msc.value.ReferenceValue
-
Construct a new instance.
- registerMatcher(V, Object...) - Method in class org.jboss.msc.service.ServiceNameMapper
-
Register a matcher for a specific location.
- registry - Variable in class org.jboss.msc.service.ServiceContainerImpl
- relocate(int) - Method in class org.jboss.msc.service.IdentityHashSet
- remove() - Method in class org.jboss.msc.service.IdentityHashSet.IdentityHashSetIterator
- remove() - Method in class org.jboss.msc.service.UnlockedReadHashMap.EntryIterator
- remove(Object) - Method in class org.jboss.msc.service.IdentityHashSet
- remove(Object) - Method in class org.jboss.msc.service.UnlockedReadHashMap
- remove(Object, Object) - Method in class org.jboss.msc.service.UnlockedReadHashMap
- remove(UnlockedReadHashMap.Item<K, V>[], int) - Static method in class org.jboss.msc.service.UnlockedReadHashMap
- REMOVE - org.jboss.msc.service.ServiceController.Mode
-
Remove this service and all of its dependents.
- REMOVE_REQUEST_CLEARED - org.jboss.msc.service.ServiceControllerImpl.ListenerNotification
-
Notify the listener that the service is no longer going to be removed.
- REMOVE_REQUESTED - org.jboss.msc.service.ServiceControllerImpl.ListenerNotification
-
Notify the listener that the service is going to be removed.
- removeAsyncTask() - Method in class org.jboss.msc.service.ServiceControllerImpl
- removeChild(ServiceControllerImpl<?>) - Method in class org.jboss.msc.service.ServiceControllerImpl
- removeController(ServiceController<?>) - Method in class org.jboss.msc.service.StabilityMonitor
-
Unregister controller with this monitor.
- removeControllerNoCallback(ServiceControllerImpl<?>) - Method in class org.jboss.msc.service.StabilityMonitor
-
Unregister controller with this monitor but don't call serviceController.removeMonitor() at all.
- REMOVED - org.jboss.msc.service.ServiceController.State
-
Removed from the container.
- REMOVED - org.jboss.msc.service.ServiceController.Substate
-
Service has been removed.
- removeDemand() - Method in interface org.jboss.msc.service.Dependency
-
Notify that a
dependent
leftactive mode
. - removeDemand() - Method in class org.jboss.msc.service.OptionalDependency
- removeDemand() - Method in class org.jboss.msc.service.ServiceControllerImpl
- removeDemand() - Method in class org.jboss.msc.service.ServiceRegistrationImpl
- removeDependency(ServiceName) - Method in interface org.jboss.msc.service.BatchServiceTarget
-
Remove a dependency from this target.
- removeDependency(ServiceName) - Method in class org.jboss.msc.service.BatchServiceTargetImpl
- removeDependency(ServiceName) - Method in class org.jboss.msc.service.DelegatingServiceContainer
-
Remove a dependency from this target.
- removeDependency(ServiceName) - Method in class org.jboss.msc.service.DelegatingServiceTarget
-
Remove a dependency from this target.
- removeDependency(ServiceName) - Method in interface org.jboss.msc.service.ServiceTarget
-
Remove a dependency from this target.
- removeDependency(ServiceName) - Method in class org.jboss.msc.service.ServiceTargetImpl
- removeDependent(Dependent) - Method in interface org.jboss.msc.service.Dependency
-
Remove a dependent from this dependency, breaking the dependency relation between this dependency and its dependent.
- removeDependent(Dependent) - Method in class org.jboss.msc.service.OptionalDependency
- removeDependent(Dependent) - Method in class org.jboss.msc.service.ServiceRegistrationImpl
-
Remove a dependent from this controller.
- removeFailed(ServiceController<?>) - Method in class org.jboss.msc.service.ServiceContainerImpl
- removeFailed(ServiceController<?>) - Method in class org.jboss.msc.service.StabilityMonitor
- removeInProgress - Variable in class org.jboss.msc.service.StabilityMonitor
- removeItem(T) - Method in class org.jboss.msc.value.InjectedSetValue
- removeListener(ServiceListener<? super S>) - Method in interface org.jboss.msc.service.ServiceController
-
Remove a service listener.
- removeListener(ServiceListener<? super S>) - Method in class org.jboss.msc.service.ServiceControllerImpl
- removeListener(ServiceListener<Object>) - Method in interface org.jboss.msc.service.BatchServiceTarget
-
Remove a listener from this target, if it exists.
- removeListener(ServiceListener<Object>) - Method in class org.jboss.msc.service.BatchServiceTargetImpl
- removeListener(ServiceListener<Object>) - Method in class org.jboss.msc.service.DelegatingServiceContainer
-
Remove a listener from this target, if it exists.
- removeListener(ServiceListener<Object>) - Method in class org.jboss.msc.service.DelegatingServiceTarget
-
Remove a listener from this target, if it exists.
- removeListener(ServiceListener<Object>) - Method in interface org.jboss.msc.service.ServiceTarget
-
Remove a listener from this target, if it exists.
- removeListener(ServiceListener<Object>) - Method in class org.jboss.msc.service.ServiceTargetImpl
- removeMethod - Variable in class org.jboss.msc.inject.AddMethodInjector
- removeMonitor(StabilityMonitor) - Method in interface org.jboss.msc.service.BatchServiceTarget
-
Remove a monitor from this target, if it exists.
- removeMonitor(StabilityMonitor) - Method in class org.jboss.msc.service.BatchServiceTargetImpl
- removeMonitor(StabilityMonitor) - Method in class org.jboss.msc.service.DelegatingServiceContainer
-
Remove a monitor from this target, if it exists.
- removeMonitor(StabilityMonitor) - Method in class org.jboss.msc.service.DelegatingServiceTarget
-
Remove a monitor from this target, if it exists.
- removeMonitor(StabilityMonitor) - Method in class org.jboss.msc.service.ServiceControllerImpl
- removeMonitor(StabilityMonitor) - Method in interface org.jboss.msc.service.ServiceTarget
-
Remove a monitor from this target, if it exists.
- removeMonitor(StabilityMonitor) - Method in class org.jboss.msc.service.ServiceTargetImpl
- removeMonitorNoCallback(StabilityMonitor) - Method in class org.jboss.msc.service.ServiceControllerImpl
- removeProblem(ServiceController<?>) - Method in class org.jboss.msc.service.ServiceContainerImpl
- removeProblem(ServiceController<?>) - Method in class org.jboss.msc.service.StabilityMonitor
- removeServices() - Method in interface org.jboss.msc.service.BatchServiceTarget
-
Removes all services installed into this target so far.
- removeServices() - Method in class org.jboss.msc.service.BatchServiceTargetImpl
- RemoveTask() - Constructor for class org.jboss.msc.service.ServiceControllerImpl.RemoveTask
- REMOVING - org.jboss.msc.service.ServiceController.Substate
-
Service is being removed.
- REMOVING_to_DOWN - org.jboss.msc.service.ServiceController.Transition
- REMOVING_to_REMOVED - org.jboss.msc.service.ServiceController.Transition
- replace(K, V) - Method in class org.jboss.msc.service.UnlockedReadHashMap
- replace(K, V, V) - Method in class org.jboss.msc.service.UnlockedReadHashMap
- REQUIRED - org.jboss.msc.service.ServiceBuilder.DependencyType
-
A required dependency.
- resize() - Method in class org.jboss.msc.service.UnlockedReadHashMap
- resize(int) - Method in class org.jboss.msc.service.IdentityHashSet
- restState - Variable in enum org.jboss.msc.service.ServiceController.Substate
- RetainingInjector<T> - Class in org.jboss.msc.inject
-
An injector which retains its value.
- RetainingInjector() - Constructor for class org.jboss.msc.inject.RetainingInjector
- retains(ServiceController.State) - Method in enum org.jboss.msc.service.ServiceController.Transition
-
Determine whether this substate transition retains the same given state before and after transition.
- retry() - Method in interface org.jboss.msc.service.ServiceController
-
Retry a failed service.
- retry() - Method in class org.jboss.msc.service.ServiceControllerImpl
- rollbackInstallation() - Method in class org.jboss.msc.service.ServiceControllerImpl
-
Roll back the service install.
- root - Variable in class org.jboss.msc.service.ServiceNameMapper
- ROOT - Static variable in interface org.jboss.msc.service.ServiceLogger
- run() - Method in class org.jboss.msc.service.ServiceContainerImpl.ThreadAction
- run() - Method in class org.jboss.msc.service.ServiceControllerImpl.DemandDependenciesTask
- run() - Method in class org.jboss.msc.service.ServiceControllerImpl.DependencyFailedTask
- run() - Method in class org.jboss.msc.service.ServiceControllerImpl.DependencyRetryingTask
- run() - Method in class org.jboss.msc.service.ServiceControllerImpl.DependencyStartedTask
- run() - Method in class org.jboss.msc.service.ServiceControllerImpl.DependencyStoppedTask
- run() - Method in class org.jboss.msc.service.ServiceControllerImpl.DependentStartedTask
- run() - Method in class org.jboss.msc.service.ServiceControllerImpl.DependentStoppedTask
- run() - Method in class org.jboss.msc.service.ServiceControllerImpl.ListenerTask
- run() - Method in class org.jboss.msc.service.ServiceControllerImpl.RemoveTask
- run() - Method in class org.jboss.msc.service.ServiceControllerImpl.ServiceAvailableTask
- run() - Method in class org.jboss.msc.service.ServiceControllerImpl.ServiceUnavailableTask
- run() - Method in class org.jboss.msc.service.ServiceControllerImpl.StartTask
- run() - Method in class org.jboss.msc.service.ServiceControllerImpl.StopTask
- run() - Method in class org.jboss.msc.service.ServiceControllerImpl.UndemandDependenciesTask
- run() - Method in class org.jboss.msc.service.SetTCCLAction
- run() - Method in class org.jboss.msc.value.EnvironmentPropertyValue
-
Fetch the property in an unprivileged context.
- run() - Method in class org.jboss.msc.value.SystemPropertyValue
-
Fetch the property in an unprivileged context.
- runningDependents - Variable in class org.jboss.msc.service.ServiceControllerImpl
-
The number of dependents that are currently running.
S
- SERIAL - Static variable in class org.jboss.msc.service.ServiceContainerImpl
- serialVersionUID - Static variable in exception org.jboss.msc.inject.InjectionException
- serialVersionUID - Static variable in class org.jboss.msc.inject.InjectorLogger_$logger
- serialVersionUID - Static variable in exception org.jboss.msc.service.CircularDependencyException
- serialVersionUID - Static variable in exception org.jboss.msc.service.DuplicateServiceException
- serialVersionUID - Static variable in class org.jboss.msc.service.IdentityHashSet
-
Serialization ID
- serialVersionUID - Static variable in class org.jboss.msc.service.management.ServiceStatus
- serialVersionUID - Static variable in class org.jboss.msc.service.NullService
- serialVersionUID - Static variable in class org.jboss.msc.service.ServiceLogger_$logger
- serialVersionUID - Static variable in class org.jboss.msc.service.ServiceName
- serialVersionUID - Static variable in exception org.jboss.msc.service.ServiceNotFoundException
- serialVersionUID - Static variable in exception org.jboss.msc.service.ServiceRegistryException
- serialVersionUID - Static variable in exception org.jboss.msc.service.StartException
- serialVersionUID - Static variable in class org.jboss.msc.value.MapEntry
- Service<T> - Interface in org.jboss.msc.service
-
A service is a thing which can be started and stopped.
- SERVICE - Static variable in interface org.jboss.msc.service.ServiceLogger
- ServiceActivator - Interface in org.jboss.msc.service
-
A service activator which contributes services to a batch.
- ServiceActivatorContext - Interface in org.jboss.msc.service
-
Context provided to ServiceActivator instances at execution time.
- ServiceActivatorContextImpl - Class in org.jboss.msc.service
-
A simple service activator context implementation.
- ServiceActivatorContextImpl(ServiceTarget, ServiceRegistry) - Constructor for class org.jboss.msc.service.ServiceActivatorContextImpl
-
Construct a new instance.
- ServiceAvailableTask() - Constructor for class org.jboss.msc.service.ServiceControllerImpl.ServiceAvailableTask
- ServiceBuilder<T> - Interface in org.jboss.msc.service
-
A builder for an individual service in a
ServiceTarget
. - ServiceBuilder.DependencyType - Enum in org.jboss.msc.service
-
The dependency type.
- ServiceBuilderImpl<T> - Class in org.jboss.msc.service
-
ServiceBuilder
implementation. - ServiceBuilderImpl(ServiceTargetImpl, Value<? extends Service<T>>, ServiceName, ServiceControllerImpl<?>) - Constructor for class org.jboss.msc.service.ServiceBuilderImpl
- ServiceBuilderImpl.Dependency - Class in org.jboss.msc.service
- serviceClassName - Variable in class org.jboss.msc.service.management.ServiceStatus
- ServiceContainer - Interface in org.jboss.msc.service
-
A service container which manages a set of running services.
- ServiceContainer.Factory - Class in org.jboss.msc.service
-
The factory class for service containers.
- ServiceContainer.TerminateListener - Interface in org.jboss.msc.service
-
A listener for notification of container shutdown.
- ServiceContainer.TerminateListener.Info - Class in org.jboss.msc.service
-
Container shutdown information.
- ServiceContainerImpl - Class in org.jboss.msc.service
- ServiceContainerImpl(String, int, long, TimeUnit, boolean) - Constructor for class org.jboss.msc.service.ServiceContainerImpl
- ServiceContainerImpl.ContainerExecutor - Class in org.jboss.msc.service
- ServiceContainerImpl.LatchListener - Class in org.jboss.msc.service
- ServiceContainerImpl.ServiceThread - Class in org.jboss.msc.service
- ServiceContainerImpl.ShutdownHookHolder - Class in org.jboss.msc.service
- ServiceContainerImpl.ThreadAction - Class in org.jboss.msc.service
- ServiceContainerMXBean - Interface in org.jboss.msc.service.management
-
The service container management bean interface.
- ServiceController<S> - Interface in org.jboss.msc.service
-
A controller for a single service instance.
- ServiceController.Mode - Enum in org.jboss.msc.service
-
The controller mode for a service.
- ServiceController.State - Enum in org.jboss.msc.service
-
A possible state for a service controller.
- ServiceController.Substate - Enum in org.jboss.msc.service
-
A fine-grained substate of the more general basic controller
ServiceController.State
s. - ServiceController.Transition - Enum in org.jboss.msc.service
-
A transition from one substate to another.
- ServiceControllerImpl<S> - Class in org.jboss.msc.service
-
The service controller implementation.
- ServiceControllerImpl(Value<? extends Service<S>>, Dependency[], ValueInjection<?>[], ValueInjection<?>[], ServiceRegistrationImpl, ServiceRegistrationImpl[], Set<StabilityMonitor>, Set<? extends ServiceListener<? super S>>, ServiceControllerImpl<?>) - Constructor for class org.jboss.msc.service.ServiceControllerImpl
- ServiceControllerImpl.ChildServiceTarget - Class in org.jboss.msc.service
- ServiceControllerImpl.ContextState - Enum in org.jboss.msc.service
- ServiceControllerImpl.DemandDependenciesTask - Class in org.jboss.msc.service
- ServiceControllerImpl.DependencyFailedTask - Class in org.jboss.msc.service
- ServiceControllerImpl.DependencyRetryingTask - Class in org.jboss.msc.service
- ServiceControllerImpl.DependencyStartedTask - Class in org.jboss.msc.service
- ServiceControllerImpl.DependencyStoppedTask - Class in org.jboss.msc.service
- ServiceControllerImpl.DependentStartedTask - Class in org.jboss.msc.service
- ServiceControllerImpl.DependentStoppedTask - Class in org.jboss.msc.service
- ServiceControllerImpl.ListenerNotification - Enum in org.jboss.msc.service
- ServiceControllerImpl.ListenerTask - Class in org.jboss.msc.service
- ServiceControllerImpl.RemoveTask - Class in org.jboss.msc.service
- ServiceControllerImpl.ServiceAvailableTask - Class in org.jboss.msc.service
- ServiceControllerImpl.ServiceUnavailableTask - Class in org.jboss.msc.service
- ServiceControllerImpl.StartContextImpl - Class in org.jboss.msc.service
- ServiceControllerImpl.StartTask - Class in org.jboss.msc.service
- ServiceControllerImpl.StopContextImpl - Class in org.jboss.msc.service
- ServiceControllerImpl.StopTask - Class in org.jboss.msc.service
- ServiceControllerImpl.UndemandDependenciesTask - Class in org.jboss.msc.service
- ServiceListener<S> - Interface in org.jboss.msc.service
-
Deprecated.Service listeners are not encouraged for general user use.
- ServiceLogger - Interface in org.jboss.msc.service
-
The logger interface for the service controller.
- ServiceLogger_$logger - Class in org.jboss.msc.service
-
Warning this class consists of generated code.
- ServiceLogger_$logger(Logger) - Constructor for class org.jboss.msc.service.ServiceLogger_$logger
- serviceName - Variable in class org.jboss.msc.service.management.ServiceStatus
- serviceName - Variable in class org.jboss.msc.service.ServiceBuilderImpl
- serviceName - Variable in exception org.jboss.msc.service.StartException
- ServiceName - Class in org.jboss.msc.service
-
Service name class.
- ServiceName(ServiceName, String) - Constructor for class org.jboss.msc.service.ServiceName
- ServiceNameMapper<V> - Class in org.jboss.msc.service
-
A mapper for service names which allows a service name or pattern to be correlated with a value.
- ServiceNameMapper() - Constructor for class org.jboss.msc.service.ServiceNameMapper
- ServiceNameMapper.Node<V> - Class in org.jboss.msc.service
- ServiceNotFoundException - Exception in org.jboss.msc.service
-
Exception which is thrown when a required service is not found in the registry.
- ServiceNotFoundException() - Constructor for exception org.jboss.msc.service.ServiceNotFoundException
-
Constructs a
ServiceNotFoundException
with no detail message. - ServiceNotFoundException(String) - Constructor for exception org.jboss.msc.service.ServiceNotFoundException
-
Constructs a
ServiceNotFoundException
with the specified detail message. - ServiceNotFoundException(String, Throwable) - Constructor for exception org.jboss.msc.service.ServiceNotFoundException
-
Constructs a
ServiceNotFoundException
with the specified detail message and cause. - ServiceNotFoundException(Throwable) - Constructor for exception org.jboss.msc.service.ServiceNotFoundException
-
Constructs a
ServiceNotFoundException
with the specified cause. - serviceNotStarted - Static variable in class org.jboss.msc.service.ServiceLogger_$logger
- serviceNotStarted() - Method in class org.jboss.msc.service.ServiceLogger_$logger
- serviceNotStarted() - Method in interface org.jboss.msc.service.ServiceLogger
- serviceNotStarted$str() - Method in class org.jboss.msc.service.ServiceLogger_$logger
- ServiceRegistrationImpl - Class in org.jboss.msc.service
-
A single service registration.
- ServiceRegistrationImpl(ServiceContainerImpl, ServiceName) - Constructor for class org.jboss.msc.service.ServiceRegistrationImpl
- serviceRegistry - Variable in class org.jboss.msc.service.ServiceActivatorContextImpl
- ServiceRegistry - Interface in org.jboss.msc.service
-
A service registry.
- ServiceRegistryException - Exception in org.jboss.msc.service
-
Base Exception class used for service registry issues.
- ServiceRegistryException() - Constructor for exception org.jboss.msc.service.ServiceRegistryException
-
Constructs a
ServiceRegistryException
with no detail message. - ServiceRegistryException(String) - Constructor for exception org.jboss.msc.service.ServiceRegistryException
-
Constructs a
ServiceRegistryException
with the specified detail message. - ServiceRegistryException(String, Throwable) - Constructor for exception org.jboss.msc.service.ServiceRegistryException
-
Constructs a
ServiceRegistryException
with the specified detail message and cause. - ServiceRegistryException(Throwable) - Constructor for exception org.jboss.msc.service.ServiceRegistryException
-
Constructs a
ServiceRegistryException
with the specified cause. - serviceRemoveRequestCleared(ServiceController<? extends S>) - Method in class org.jboss.msc.service.AbstractServiceListener
-
The service removal is canceled.
- serviceRemoveRequestCleared(ServiceController<? extends S>) - Method in interface org.jboss.msc.service.ServiceListener
-
Deprecated.The service removal is canceled.
- serviceRemoveRequested(ServiceController<? extends S>) - Method in class org.jboss.msc.service.AbstractServiceListener
-
The service is going to be removed.
- serviceRemoveRequested(ServiceController<? extends S>) - Method in interface org.jboss.msc.service.ServiceListener
-
Deprecated.The service is going to be removed.
- ServiceStatus - Class in org.jboss.msc.service.management
-
A representation of the current status of some service.
- ServiceStatus(String, String, String[], String, String, String, String, String[], boolean, String, boolean) - Constructor for class org.jboss.msc.service.management.ServiceStatus
-
Construct a new instance.
- serviceTarget - Variable in class org.jboss.msc.service.ServiceActivatorContextImpl
- serviceTarget - Variable in class org.jboss.msc.service.ServiceBuilderImpl
- ServiceTarget - Interface in org.jboss.msc.service
-
The target of ServiceBuilder installations.
- ServiceTargetImpl - Class in org.jboss.msc.service
-
Abstract base class used for ServiceTargets.
- ServiceTargetImpl() - Constructor for class org.jboss.msc.service.ServiceTargetImpl
- ServiceTargetImpl(ServiceTargetImpl) - Constructor for class org.jboss.msc.service.ServiceTargetImpl
- ServiceThread(Runnable, ServiceContainerImpl) - Constructor for class org.jboss.msc.service.ServiceContainerImpl.ServiceThread
- ServiceUnavailableTask() - Constructor for class org.jboss.msc.service.ServiceControllerImpl.ServiceUnavailableTask
- ServiceUtils - Class in org.jboss.msc.service
-
A utility class for service actions.
- ServiceUtils() - Constructor for class org.jboss.msc.service.ServiceUtils
- serviceValue - Variable in class org.jboss.msc.service.ServiceBuilderImpl
- serviceValue - Variable in class org.jboss.msc.service.ServiceControllerImpl
-
The service itself.
- setActiveCount(int) - Method in class org.jboss.msc.service.StabilityStatistics
- setDependencyType(ServiceBuilder.DependencyType) - Method in class org.jboss.msc.service.ServiceBuilderImpl.Dependency
- setFailedCount(int) - Method in class org.jboss.msc.service.StabilityStatistics
- setInitialMode(ServiceController.Mode) - Method in class org.jboss.msc.service.DelegatingServiceBuilder
-
Set the initial mode.
- setInitialMode(ServiceController.Mode) - Method in interface org.jboss.msc.service.ServiceBuilder
-
Set the initial mode.
- setInitialMode(ServiceController.Mode) - Method in class org.jboss.msc.service.ServiceBuilderImpl
- setInstance(ServiceControllerImpl<?>) - Method in class org.jboss.msc.service.ServiceRegistrationImpl
-
Set the instance.
- setLazyCount(int) - Method in class org.jboss.msc.service.StabilityStatistics
- SetMethodInjector<T> - Class in org.jboss.msc.inject
-
An injector which calls a setter method.
- SetMethodInjector(Value<?>, Method) - Constructor for class org.jboss.msc.inject.SetMethodInjector
-
Construct a new instance.
- setMode(ServiceController.Mode) - Method in interface org.jboss.msc.service.ServiceController
-
Change the service controller's current mode.
- setMode(ServiceController.Mode) - Method in class org.jboss.msc.service.ServiceControllerImpl
- setNeverCount(int) - Method in class org.jboss.msc.service.StabilityStatistics
- setOnDemandCount(int) - Method in class org.jboss.msc.service.StabilityStatistics
- setPassiveCount(int) - Method in class org.jboss.msc.service.StabilityStatistics
- setProblemsCount(int) - Method in class org.jboss.msc.service.StabilityStatistics
- setServiceMode(String, String) - Method in interface org.jboss.msc.service.management.ServiceContainerMXBean
-
Change the mode of a service.
- setServiceName(ServiceName) - Method in exception org.jboss.msc.service.StartException
- setStartedCount(int) - Method in class org.jboss.msc.service.StabilityStatistics
- setStoredValue(Value<T>) - Method in class org.jboss.msc.inject.RetainingInjector
-
Set the value object stored in this injector (must not be
null
). - setTCCL(ClassLoader) - Static method in class org.jboss.msc.service.ServiceControllerImpl
- SetTCCLAction - Class in org.jboss.msc.service
- SetTCCLAction(ClassLoader) - Constructor for class org.jboss.msc.service.SetTCCLAction
- setValue(Value<? extends T>) - Method in class org.jboss.msc.value.ThreadLocalValue
-
Set this value, replacing any current value.
- setValue(Value<T>) - Method in class org.jboss.msc.value.InjectedValue
-
Set the value to be injected to a
Value
instance. - setValue(V) - Method in class org.jboss.msc.service.UnlockedReadHashMap.Item
- setValue(V) - Method in class org.jboss.msc.value.MapEntry
-
Unsupported operation.
- SetValue<T> - Class in org.jboss.msc.value
-
A set value.
- SetValue(List<? extends Value<? extends T>>) - Constructor for class org.jboss.msc.value.SetValue
-
Construct a new instance.
- shouldStart() - Method in class org.jboss.msc.service.ServiceControllerImpl
-
Determine whether a stopped controller should start.
- shouldStop() - Method in class org.jboss.msc.service.ServiceControllerImpl
-
Determine whether a running controller should stop.
- shutdown() - Method in class org.jboss.msc.service.DelegatingServiceContainer
-
Stop all services within this container.
- shutdown() - Method in interface org.jboss.msc.service.ServiceContainer
-
Stop all services within this container.
- shutdown() - Method in class org.jboss.msc.service.ServiceContainerImpl
- shutdownComplete(long) - Method in class org.jboss.msc.service.ServiceContainerImpl
- shutdownCompleted - Variable in class org.jboss.msc.service.ServiceContainer.TerminateListener.Info
- ShutdownHookHolder() - Constructor for class org.jboss.msc.service.ServiceContainerImpl.ShutdownHookHolder
- shutdownInitiated - Variable in class org.jboss.msc.service.ServiceContainer.TerminateListener.Info
- shutdownInitiated - Variable in class org.jboss.msc.service.ServiceContainerImpl
- size - Variable in class org.jboss.msc.service.IdentityHashSet
-
The current number of key-value pairs
- size - Variable in class org.jboss.msc.service.UnlockedReadHashMap
- size() - Method in class org.jboss.msc.service.IdentityHashSet
- size() - Method in class org.jboss.msc.service.UnlockedReadHashMap.EntrySet
- size() - Method in class org.jboss.msc.service.UnlockedReadHashMap
- source - Variable in class org.jboss.msc.service.ValueInjection
- stabilityLock - Variable in class org.jboss.msc.service.StabilityMonitor
- StabilityMonitor - Class in org.jboss.msc.service
-
A stability detection utility.
- StabilityMonitor() - Constructor for class org.jboss.msc.service.StabilityMonitor
- StabilityStatistics - Class in org.jboss.msc.service
-
A stability monitor statistics.
- StabilityStatistics() - Constructor for class org.jboss.msc.service.StabilityStatistics
- start - Variable in class org.jboss.msc.service.ServiceContainerImpl
- start - Variable in class org.jboss.msc.service.TimingServiceListener
- start(StartContext) - Method in class org.jboss.msc.service.AbstractService
-
Start the service.
- start(StartContext) - Method in interface org.jboss.msc.service.Service
-
Start the service.
- start(StartContext) - Method in class org.jboss.msc.service.ValueInjectionService
-
Start the service.
- start(StartContext) - Method in class org.jboss.msc.service.ValueService
-
Start the service.
- START_FAILED - org.jboss.msc.service.ServiceController.State
-
Start failed, or was cancelled.
- START_FAILED - org.jboss.msc.service.ServiceController.Substate
-
Start failed.
- START_FAILED_to_DOWN - org.jboss.msc.service.ServiceController.Transition
-
Transition from
START_FAILED
toDOWN
. - START_FAILED_to_STARTING - org.jboss.msc.service.ServiceController.Transition
-
Transition from
START_FAILED
toSTART_INITIATING
. - START_INITIATING - org.jboss.msc.service.ServiceController.Substate
-
First phase of start processing.
- START_INITIATING_to_STARTING - org.jboss.msc.service.ServiceController.Transition
-
Transition from
START_INITIATING
toSTARTING
. - START_REQUESTED - org.jboss.msc.service.ServiceController.Substate
-
A stopped controller has been requested to start.
- START_REQUESTED_to_DOWN - org.jboss.msc.service.ServiceController.Transition
-
Transition from
START_REQUESTED
toDOWN
. - START_REQUESTED_to_PROBLEM - org.jboss.msc.service.ServiceController.Transition
-
Transition from
START_REQUESTED
toPROBLEM
. - START_REQUESTED_to_START_INITIATING - org.jboss.msc.service.ServiceController.Transition
-
Transition from
START_REQUESTED
toSTART_INITIATING
. - StartContext - Interface in org.jboss.msc.service
-
The start lifecycle context.
- StartContextImpl(long) - Constructor for class org.jboss.msc.service.ServiceControllerImpl.StartContextImpl
- started - Variable in class org.jboss.msc.service.StabilityStatistics
- startException - Variable in class org.jboss.msc.service.ServiceControllerImpl
-
The start exception.
- StartException - Exception in org.jboss.msc.service
-
A start exception, thrown when a service fails to start.
- StartException() - Constructor for exception org.jboss.msc.service.StartException
-
Constructs a
StartException
with no detail message. - StartException(String) - Constructor for exception org.jboss.msc.service.StartException
-
Constructs a
StartException
with the specified detail message. - StartException(String, Throwable) - Constructor for exception org.jboss.msc.service.StartException
-
Constructs a
StartException
with the specified detail message and cause. - StartException(String, Throwable, ServiceName) - Constructor for exception org.jboss.msc.service.StartException
- StartException(Throwable) - Constructor for exception org.jboss.msc.service.StartException
-
Constructs a
StartException
with the specified cause. - startFailed - Static variable in class org.jboss.msc.service.ServiceLogger_$logger
- startFailed(StartException, ServiceName) - Method in class org.jboss.msc.service.ServiceLogger_$logger
- startFailed(StartException, ServiceName) - Method in interface org.jboss.msc.service.ServiceLogger
- startFailed(StartException, ServiceName, ServiceControllerImpl.StartContextImpl, long) - Method in class org.jboss.msc.service.ServiceControllerImpl.StartTask
- startFailed$str() - Method in class org.jboss.msc.service.ServiceLogger_$logger
- STARTING - org.jboss.msc.service.ServiceController.State
-
Service is starting.
- STARTING - org.jboss.msc.service.ServiceController.Substate
-
Second phase of start processing (
start()
method invoked). - STARTING_to_START_FAILED - org.jboss.msc.service.ServiceController.Transition
-
Transition from
STARTING
toSTART_FAILED
. - STARTING_to_UP - org.jboss.msc.service.ServiceController.Transition
- startInstallation() - Method in class org.jboss.msc.service.ServiceControllerImpl
-
Start this service installation, connecting it to its parent and dependencies.
- startNanos - Variable in class org.jboss.msc.service.ServiceControllerImpl.StartContextImpl
- startNanos - Variable in class org.jboss.msc.service.ServiceControllerImpl.StopContextImpl
- startService(Service<? extends S>, StartContext) - Method in class org.jboss.msc.service.ServiceControllerImpl.StartTask
- StartTask(boolean) - Constructor for class org.jboss.msc.service.ServiceControllerImpl.StartTask
- state - Variable in enum org.jboss.msc.service.ServiceController.Substate
- state - Variable in class org.jboss.msc.service.ServiceControllerImpl.StartContextImpl
- state - Variable in class org.jboss.msc.service.ServiceControllerImpl
-
The controller state.
- state - Variable in class org.jboss.msc.service.ServiceControllerImpl.StopContextImpl
- State() - Constructor for enum org.jboss.msc.service.ServiceController.State
- stateName - Variable in class org.jboss.msc.service.management.ServiceStatus
- stop(StopContext) - Method in class org.jboss.msc.service.AbstractService
-
Stop the service.
- stop(StopContext) - Method in interface org.jboss.msc.service.Service
-
Stop the service.
- stop(StopContext) - Method in class org.jboss.msc.service.ValueInjectionService
-
Stop the service.
- stop(StopContext) - Method in class org.jboss.msc.service.ValueService
-
Stop the service.
- STOP_REQUESTED - org.jboss.msc.service.ServiceController.Substate
-
Service is up but has been requested to stop.
- STOP_REQUESTED_to_STOPPING - org.jboss.msc.service.ServiceController.Transition
-
Transition from
STOP_REQUESTED
toSTOPPING
. - STOP_REQUESTED_to_UP - org.jboss.msc.service.ServiceController.Transition
-
Transition from
STOP_REQUESTED
toUP
. - StopContext - Interface in org.jboss.msc.service
-
The stop lifecycle context.
- StopContextImpl(long) - Constructor for class org.jboss.msc.service.ServiceControllerImpl.StopContextImpl
- stopFailed - Static variable in class org.jboss.msc.service.ServiceLogger_$logger
- stopFailed(Throwable, ServiceName) - Method in class org.jboss.msc.service.ServiceLogger_$logger
- stopFailed(Throwable, ServiceName) - Method in interface org.jboss.msc.service.ServiceLogger
- stopFailed$str() - Method in class org.jboss.msc.service.ServiceLogger_$logger
- STOPPING - org.jboss.msc.service.ServiceController.State
-
Service is stopping.
- STOPPING - org.jboss.msc.service.ServiceController.Substate
-
Service is stopping.
- STOPPING_to_DOWN - org.jboss.msc.service.ServiceController.Transition
- stoppingDependencies - Variable in class org.jboss.msc.service.ServiceControllerImpl
-
Count for dependencies that are trying to stop.
- stopService(Service<? extends S>, StopContext) - Method in class org.jboss.msc.service.ServiceControllerImpl.StopTask
- stopServiceMissing - Static variable in class org.jboss.msc.service.ServiceLogger_$logger
- stopServiceMissing(ServiceName) - Method in class org.jboss.msc.service.ServiceLogger_$logger
- stopServiceMissing(ServiceName) - Method in interface org.jboss.msc.service.ServiceLogger
- stopServiceMissing$str() - Method in class org.jboss.msc.service.ServiceLogger_$logger
- StopTask(boolean) - Constructor for class org.jboss.msc.service.ServiceControllerImpl.StopTask
- Substate(ServiceController.State, boolean) - Constructor for enum org.jboss.msc.service.ServiceController.Substate
- substateName - Variable in class org.jboss.msc.service.management.ServiceStatus
- subTarget() - Method in class org.jboss.msc.service.DelegatingServiceContainer
-
Create a sub-target using this as the parent target.
- subTarget() - Method in class org.jboss.msc.service.DelegatingServiceTarget
-
Create a sub-target using this as the parent target.
- subTarget() - Method in class org.jboss.msc.service.ServiceControllerImpl.ChildServiceTarget
- subTarget() - Method in interface org.jboss.msc.service.ServiceTarget
-
Create a sub-target using this as the parent target.
- subTarget() - Method in class org.jboss.msc.service.ServiceTargetImpl
- SYNC - org.jboss.msc.service.ServiceControllerImpl.ContextState
- SYNC_ASYNC_COMPLETE - org.jboss.msc.service.ServiceControllerImpl.ContextState
- SYNC_ASYNC_FAILED - org.jboss.msc.service.ServiceControllerImpl.ContextState
- SystemPropertyValue - Class in org.jboss.msc.value
-
A value which comes from a system property.
- SystemPropertyValue(String) - Constructor for class org.jboss.msc.value.SystemPropertyValue
-
Construct a new instance.
- SystemPropertyValue(String, AccessControlContext) - Constructor for class org.jboss.msc.value.SystemPropertyValue
-
Construct a new instance.
- SystemPropertyValue(String, AccessControlContext, Value<?>) - Constructor for class org.jboss.msc.value.SystemPropertyValue
-
Construct a new instance.
- SystemPropertyValue(String, Value<?>) - Constructor for class org.jboss.msc.value.SystemPropertyValue
-
Construct a new instance.
T
- table - Variable in class org.jboss.msc.service.IdentityHashSet.IdentityHashSetIterator
- table - Variable in class org.jboss.msc.service.IdentityHashSet
-
The open-addressed table
- table - Variable in class org.jboss.msc.service.UnlockedReadHashMap.EntryIterator
- table - Variable in class org.jboss.msc.service.UnlockedReadHashMap
- tableIdx - Variable in class org.jboss.msc.service.UnlockedReadHashMap.EntryIterator
- target - Variable in class org.jboss.msc.inject.AddMethodInjector
- target - Variable in class org.jboss.msc.inject.AtomicReferenceFieldUpdaterInjector
- target - Variable in class org.jboss.msc.inject.CastingInjector
- target - Variable in class org.jboss.msc.inject.FieldInjector
- target - Variable in class org.jboss.msc.inject.SetMethodInjector
- target - Variable in class org.jboss.msc.service.ValueInjection
- targetValue - Variable in class org.jboss.msc.inject.MethodInjector
- targetValue - Variable in class org.jboss.msc.value.FieldValue
- targetValue - Variable in class org.jboss.msc.value.MethodValue
- terminated() - Method in class org.jboss.msc.service.ServiceContainerImpl.ContainerExecutor
- terminateInfo - Variable in class org.jboss.msc.service.ServiceContainerImpl
- terminateListeners - Variable in class org.jboss.msc.service.ServiceContainerImpl
- THIS - Static variable in class org.jboss.msc.value.Values
- thisValue() - Static method in class org.jboss.msc.value.Values
-
The special value representing
this
(the object being invoked upon). - ThreadAction(Runnable, int, AtomicInteger) - Constructor for class org.jboss.msc.service.ServiceContainerImpl.ThreadAction
- threadLocal - Variable in class org.jboss.msc.value.ThreadLocalValue
- ThreadLocalValue<T> - Class in org.jboss.msc.value
-
A thread-local value.
- ThreadLocalValue() - Constructor for class org.jboss.msc.value.ThreadLocalValue
-
Construct a new instance.
- threadSeq - Variable in class org.jboss.msc.service.ServiceContainerImpl.ThreadAction
- threshold - Variable in class org.jboss.msc.service.IdentityHashSet
-
The next resize
- threshold - Variable in class org.jboss.msc.service.UnlockedReadHashMap
- tick() - Method in class org.jboss.msc.service.MultipleRemoveListener
- TimingServiceListener - Class in org.jboss.msc.service
-
A service listener which times service start.
- TimingServiceListener() - Constructor for class org.jboss.msc.service.TimingServiceListener
-
Construct a new instance.
- TimingServiceListener(Runnable) - Constructor for class org.jboss.msc.service.TimingServiceListener
-
Construct a new instance which calls the given task when the timing is done.
- toArray() - Method in class org.jboss.msc.service.ServiceName
-
Convert this service name into an array of strings containing the segments of the name.
- toArray(int) - Method in class org.jboss.msc.service.ServiceName
- toArray(E[], int, int) - Method in class org.jboss.msc.service.IdentityHashSet
-
Warning: this will crap out if the set contains a
null
. - toScatteredArray(T[]) - Method in class org.jboss.msc.service.IdentityHashSet
-
Advanced method that returns a copy of the internal table.
- toString() - Method in class org.jboss.msc.service.management.ServiceStatus
-
Get a string representation of the current status.
- toString() - Method in class org.jboss.msc.service.NullService
- toString() - Method in enum org.jboss.msc.service.ServiceController.Transition
-
Get the string representation of this transition.
- toString() - Method in class org.jboss.msc.service.ServiceControllerImpl
- toString() - Method in class org.jboss.msc.service.ServiceName
-
Get a string representation of this service name.
- toString() - Method in exception org.jboss.msc.service.StartException
- totalServices - Variable in class org.jboss.msc.service.TimingServiceListener
- totalServicesUpdater - Static variable in class org.jboss.msc.service.TimingServiceListener
- transition - Variable in class org.jboss.msc.service.ServiceControllerImpl.ListenerTask
- transition(ArrayList<Runnable>) - Method in class org.jboss.msc.service.ServiceControllerImpl
-
Run the locked portion of a transition.
- transition(ServiceController<? extends Object>, ServiceController.Transition) - Method in class org.jboss.msc.service.MultipleRemoveListener
- transition(ServiceController<? extends Object>, ServiceController.Transition) - Method in class org.jboss.msc.service.TimingServiceListener
- transition(ServiceController<? extends S>, ServiceController.Transition) - Method in class org.jboss.msc.service.AbstractServiceListener
-
The service has transitioned to a new sub-state.
- transition(ServiceController<? extends S>, ServiceController.Transition) - Method in interface org.jboss.msc.service.ServiceListener
-
Deprecated.The service has transitioned to a new sub-state.
- Transition(ServiceController.Substate, ServiceController.Substate) - Constructor for enum org.jboss.msc.service.ServiceController.Transition
- TRANSITION - org.jboss.msc.service.ServiceControllerImpl.ListenerNotification
-
Notifications related to the current state.
- TRANSITIVE_DEPENDENCY_AVAILABLE - org.jboss.msc.service.ServiceControllerImpl.ListenerNotification
-
Notify the listener that all previously unavailable transitive dependencies are now available.
- TRANSITIVE_DEPENDENCY_UNAVAILABLE - org.jboss.msc.service.ServiceControllerImpl.ListenerNotification
-
Notify the listener a transitive dependency is unavailable.
- transitiveDependencyAvailable() - Method in interface org.jboss.msc.service.Dependent
-
Notify this dependent that all
unavailable
transitive dependencies are now available (i.e., they are installed and will perform an attempt to start shortly). - transitiveDependencyAvailable() - Method in class org.jboss.msc.service.OptionalDependency
- transitiveDependencyAvailable() - Method in class org.jboss.msc.service.ServiceControllerImpl
- transitiveDependencyAvailable(ServiceController<? extends S>) - Method in class org.jboss.msc.service.AbstractServiceListener
-
All
unavailable
transitive dependencies of the service are now available (installed and not administrativelydisabled
). - transitiveDependencyAvailable(ServiceController<? extends S>) - Method in interface org.jboss.msc.service.ServiceListener
-
Deprecated.All
unavailable
transitive dependencies of the service are now available (installed and not administrativelydisabled
). - transitiveDependencyUnavailable - Variable in class org.jboss.msc.service.OptionalDependency
-
Indicates if optional dependency has a transitive dependency unavailable.
- transitiveDependencyUnavailable() - Method in interface org.jboss.msc.service.Dependent
-
Notify this dependent that one of its transitive dependencies is unavailable (either uninstalled, or in
NEVER mode
). - transitiveDependencyUnavailable() - Method in class org.jboss.msc.service.OptionalDependency
- transitiveDependencyUnavailable() - Method in class org.jboss.msc.service.ServiceControllerImpl
- transitiveDependencyUnavailable(ServiceController<? extends S>) - Method in class org.jboss.msc.service.AbstractServiceListener
-
A transitive dependency of the service is uninstalled or administratively
disabled
. - transitiveDependencyUnavailable(ServiceController<? extends S>) - Method in interface org.jboss.msc.service.ServiceListener
-
Deprecated.A transitive dependency of the service is uninstalled or administratively
disabled
. - transitiveUnavailableDepCount - Variable in class org.jboss.msc.service.ServiceControllerImpl
-
Indicates if this service has one or more transitive dependencies that are not available.
- type - Variable in class org.jboss.msc.inject.CastingInjector
U
- UNAVAILABLE - org.jboss.msc.service.OptionalDependency.DependencyState
-
The dependency is unavailable; means the last notification received by this
OptionalDependency
(as a dependent of the real dependency) is#dependencyUnavailable
. - uncaughtException - Static variable in class org.jboss.msc.service.ServiceLogger_$logger
- uncaughtException(Throwable, Thread) - Method in class org.jboss.msc.service.ServiceLogger_$logger
- uncaughtException(Throwable, Thread) - Method in interface org.jboss.msc.service.ServiceLogger
- uncaughtException$str() - Method in class org.jboss.msc.service.ServiceLogger_$logger
- UndemandDependenciesTask() - Constructor for class org.jboss.msc.service.ServiceControllerImpl.UndemandDependenciesTask
- undeployAll(Runnable, List<ServiceController<?>>) - Static method in class org.jboss.msc.service.ServiceUtils
-
Undeploy all the controllers and call the given runnable task when complete.
- undeployAll(Runnable, ServiceController<?>...) - Static method in class org.jboss.msc.service.ServiceUtils
-
Undeploy all the controllers and call the given runnable task when complete.
- unexpectedEnd() - Static method in class org.jboss.msc.service.ServiceName
- uninject() - Method in class org.jboss.msc.inject.AddMethodInjector
-
Uninject the given value (in other words, cancel or undo a previous injection).
- uninject() - Method in class org.jboss.msc.inject.AtomicReferenceFieldUpdaterInjector
-
Uninject the given value (in other words, cancel or undo a previous injection).
- uninject() - Method in class org.jboss.msc.inject.AtomicReferenceInjector
-
Uninject the given value (in other words, cancel or undo a previous injection).
- uninject() - Method in class org.jboss.msc.inject.CastingInjector
-
Uninject the given value (in other words, cancel or undo a previous injection).
- uninject() - Method in class org.jboss.msc.inject.ConcurrentMapInjector
-
Uninject the given value (in other words, cancel or undo a previous injection).
- uninject() - Method in class org.jboss.msc.inject.FieldInjector
-
Uninject the given value (in other words, cancel or undo a previous injection).
- uninject() - Method in interface org.jboss.msc.inject.Injector
-
Uninject the given value (in other words, cancel or undo a previous injection).
- uninject() - Method in class org.jboss.msc.inject.MapInjector
-
Uninject the given value (in other words, cancel or undo a previous injection).
- uninject() - Method in class org.jboss.msc.inject.MethodInjector
-
Uninject the given value (in other words, cancel or undo a previous injection).
- uninject() - Method in class org.jboss.msc.inject.RetainingInjector
-
Uninject the given value (in other words, cancel or undo a previous injection).
- uninject() - Method in class org.jboss.msc.inject.SetMethodInjector
-
Uninject the given value (in other words, cancel or undo a previous injection).
- uninject(ServiceName, ValueInjection<?>[]) - Method in class org.jboss.msc.service.ServiceControllerImpl.StopTask
- uninjectFailed - Static variable in class org.jboss.msc.inject.InjectorLogger_$logger
- uninjectFailed - Static variable in class org.jboss.msc.service.ServiceLogger_$logger
- uninjectFailed(Throwable, Object) - Method in class org.jboss.msc.inject.InjectorLogger_$logger
- uninjectFailed(Throwable, Object) - Method in interface org.jboss.msc.inject.InjectorLogger
- uninjectFailed(Throwable, ServiceName, ValueInjection<?>) - Method in interface org.jboss.msc.service.ServiceLogger
- uninjectFailed(Throwable, ServiceName, ValueInjection<? extends Object>) - Method in class org.jboss.msc.service.ServiceLogger_$logger
- uninjectFailed$str() - Method in class org.jboss.msc.inject.InjectorLogger_$logger
- uninjectFailed$str() - Method in class org.jboss.msc.service.ServiceLogger_$logger
- uninjectPrimitive(Field, Class<?>, Object) - Method in class org.jboss.msc.inject.FieldInjector
- UnlockedReadHashMap<K,V> - Class in org.jboss.msc.service
-
A hash map that supports non-blocking, lockless read access.
- UnlockedReadHashMap() - Constructor for class org.jboss.msc.service.UnlockedReadHashMap
- UnlockedReadHashMap(float) - Constructor for class org.jboss.msc.service.UnlockedReadHashMap
- UnlockedReadHashMap(int) - Constructor for class org.jboss.msc.service.UnlockedReadHashMap
- UnlockedReadHashMap(int, float) - Constructor for class org.jboss.msc.service.UnlockedReadHashMap
- UnlockedReadHashMap.EntryIterator - Class in org.jboss.msc.service
- UnlockedReadHashMap.EntrySet - Class in org.jboss.msc.service
- UnlockedReadHashMap.Item<K,V> - Class in org.jboss.msc.service
- unstableServices - Variable in class org.jboss.msc.service.ServiceContainerImpl
- unstableServices - Variable in class org.jboss.msc.service.StabilityMonitor
- unstartedDependencies - Variable in class org.jboss.msc.service.ServiceControllerImpl
-
The number of dependencies which are not yet started.
- UP - org.jboss.msc.service.OptionalDependency.DependencyState
-
The dependency is up; means the last notification received by this
OptionalDependency
(as a dependent of the real dependency) is#dependencyUp
. - UP - org.jboss.msc.service.ServiceController.State
-
Up.
- UP - org.jboss.msc.service.ServiceController.Substate
-
Service is up.
- UP_to_STOP_REQUESTED - org.jboss.msc.service.ServiceController.Transition
-
Transition from
UP
toSTOP_REQUESTED
. - updater - Variable in class org.jboss.msc.inject.AtomicReferenceFieldUpdaterInjector
- updateStabilityState(boolean) - Method in class org.jboss.msc.service.ServiceControllerImpl
V
- valid - Variable in class org.jboss.msc.service.ServiceControllerImpl.ChildServiceTarget
- validNameSegmentPattern - Static variable in class org.jboss.msc.service.ServiceName
- value - Variable in class org.jboss.msc.inject.RetainingInjector
-
The stored value.
- value - Variable in class org.jboss.msc.service.ServiceNameMapper.Node
- value - Variable in class org.jboss.msc.service.UnlockedReadHashMap.Item
- value - Variable in class org.jboss.msc.service.ValueService
- value - Variable in class org.jboss.msc.value.CachedValue
- value - Variable in class org.jboss.msc.value.CheckedValue
- value - Variable in class org.jboss.msc.value.ClassOfValue
- value - Variable in class org.jboss.msc.value.DefaultValue
- value - Variable in class org.jboss.msc.value.ImmediateValue
- value - Variable in class org.jboss.msc.value.InjectedSetValue
- value - Variable in class org.jboss.msc.value.MapEntry
- Value<T> - Interface in org.jboss.msc.value
-
An indirect value.
- valueClass - Variable in class org.jboss.msc.value.CheckedValue
- ValueInjection<T> - Class in org.jboss.msc.service
-
An injection of a source value into a target injector.
- ValueInjection(Value<? extends T>, Injector<? super T>) - Constructor for class org.jboss.msc.service.ValueInjection
-
Construct a new instance.
- valueInjections - Variable in class org.jboss.msc.service.ServiceBuilderImpl
- ValueInjectionService<T> - Class in org.jboss.msc.service
-
A service which propagates a value from a dependency.
- ValueInjectionService() - Constructor for class org.jboss.msc.service.ValueInjectionService
- valueInstance - Variable in class org.jboss.msc.service.ValueService
- valueOf(String) - Static method in enum org.jboss.msc.service.OptionalDependency.DependencyState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jboss.msc.service.ServiceBuilder.DependencyType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jboss.msc.service.ServiceController.Mode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jboss.msc.service.ServiceController.State
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jboss.msc.service.ServiceController.Substate
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jboss.msc.service.ServiceController.Transition
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jboss.msc.service.ServiceControllerImpl.ContextState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jboss.msc.service.ServiceControllerImpl.ListenerNotification
-
Returns the enum constant of this type with the specified name.
- values - Variable in class org.jboss.msc.value.ListValue
- values - Variable in class org.jboss.msc.value.MapValue
- values - Variable in class org.jboss.msc.value.SetValue
- values() - Static method in enum org.jboss.msc.service.OptionalDependency.DependencyState
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.jboss.msc.service.ServiceBuilder.DependencyType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.jboss.msc.service.ServiceController.Mode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.jboss.msc.service.ServiceController.State
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.jboss.msc.service.ServiceController.Substate
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.jboss.msc.service.ServiceController.Transition
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.jboss.msc.service.ServiceControllerImpl.ContextState
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.jboss.msc.service.ServiceControllerImpl.ListenerNotification
-
Returns an array containing the constants of this enum type, in the order they are declared.
- Values - Class in org.jboss.msc.value
-
Value utility methods.
- Values() - Constructor for class org.jboss.msc.value.Values
- ValueService<T> - Class in org.jboss.msc.service
-
A service which returns the provided value, which is evaluated once per service start.
- ValueService(Value<T>) - Constructor for class org.jboss.msc.service.ValueService
-
Construct a new instance.
- valueUpdater - Static variable in class org.jboss.msc.inject.RetainingInjector
- valueUpdater - Static variable in class org.jboss.msc.service.ServiceNameMapper.Node
- Version - Class in org.jboss.msc
-
The current version of this module.
- Version() - Constructor for class org.jboss.msc.Version
- VERSION_STRING - Static variable in class org.jboss.msc.Version
W
- WAITING - org.jboss.msc.service.ServiceController.Substate
-
Controller is waiting for an external condition to start, such as a dependent demand.
- WAITING_to_DOWN - org.jboss.msc.service.ServiceController.Transition
- WONT_START - org.jboss.msc.service.ServiceController.Substate
-
Controller is configured not to start.
- WONT_START_to_DOWN - org.jboss.msc.service.ServiceController.Transition
-
Transition from
WONT_START
toDOWN
. - writeLock - Variable in class org.jboss.msc.service.UnlockedReadHashMap
- writeObject(ObjectOutputStream) - Method in class org.jboss.msc.service.IdentityHashSet
- writeProfileInfo(char, long, long) - Method in class org.jboss.msc.service.ServiceControllerImpl
All Classes All Packages