- AbstractService<T> - Class in org.jboss.msc.service
-
- AbstractService() - Constructor for class org.jboss.msc.service.AbstractService
-
Deprecated.
- activate(ServiceActivatorContext) - Method in interface org.jboss.msc.service.ServiceActivator
-
Activate services.
- addAliases(ServiceName...) - Method in class org.jboss.msc.service.DelegatingServiceBuilder
-
Deprecated.
- addAliases(ServiceName...) - Method in interface org.jboss.msc.service.ServiceBuilder
-
- addController(ServiceController<?>) - Method in class org.jboss.msc.service.StabilityMonitor
-
Deprecated.
Register controller with this monitor.
- addDependency(ServiceName, Class<I>, Injector<I>) - Method in class org.jboss.msc.service.DelegatingServiceBuilder
-
Deprecated.
- addDependency(ServiceName) - Method in class org.jboss.msc.service.DelegatingServiceContainer
-
Deprecated.
- addDependency(ServiceName...) - Method in class org.jboss.msc.service.DelegatingServiceContainer
-
Deprecated.
- addDependency(Collection<ServiceName>) - Method in class org.jboss.msc.service.DelegatingServiceContainer
-
Deprecated.
- addDependency(ServiceName) - Method in class org.jboss.msc.service.DelegatingServiceTarget
-
Deprecated.
- addDependency(ServiceName...) - Method in class org.jboss.msc.service.DelegatingServiceTarget
-
Deprecated.
- addDependency(Collection<ServiceName>) - Method in class org.jboss.msc.service.DelegatingServiceTarget
-
Deprecated.
- addDependency(ServiceName, Class<I>, Injector<I>) - Method in interface org.jboss.msc.service.ServiceBuilder
-
- addDependency(ServiceName) - Method in interface org.jboss.msc.service.ServiceTarget
-
- addDependency(ServiceName...) - Method in interface org.jboss.msc.service.ServiceTarget
-
- addDependency(Collection<ServiceName>) - Method in interface org.jboss.msc.service.ServiceTarget
-
- addListener(LifecycleListener) - Method in class org.jboss.msc.service.DelegatingServiceBuilder
-
Adds a service listener to be added to the service.
- addListener(LifecycleListener) - Method in class org.jboss.msc.service.DelegatingServiceContainer
-
Add a service lifecycle listener that will be added to this service.
- addListener(LifecycleListener) - Method in class org.jboss.msc.service.DelegatingServiceController
-
Add a service lifecycle listener.
- addListener(LifecycleListener) - Method in class org.jboss.msc.service.DelegatingServiceTarget
-
Add a service lifecycle listener that will be added to this service.
- addListener(LifecycleListener) - Method in interface org.jboss.msc.service.ServiceBuilder
-
Adds a service listener to be added to the service.
- addListener(LifecycleListener) - Method in interface org.jboss.msc.service.ServiceController
-
Add a service lifecycle listener.
- addListener(LifecycleListener) - Method in interface org.jboss.msc.service.ServiceTarget
-
Add a service lifecycle listener that will be added to this service.
- AddMethodInjector<T> - Class in org.jboss.msc.inject
-
- AddMethodInjector(Value<?>, Method, Method) - Constructor for class org.jboss.msc.inject.AddMethodInjector
-
Deprecated.
Construct a new instance.
- addMonitor(StabilityMonitor) - Method in class org.jboss.msc.service.DelegatingServiceBuilder
-
Deprecated.
- addMonitor(StabilityMonitor) - Method in class org.jboss.msc.service.DelegatingServiceContainer
-
Deprecated.
- addMonitor(StabilityMonitor) - Method in class org.jboss.msc.service.DelegatingServiceTarget
-
Deprecated.
- addMonitor(StabilityMonitor) - Method in interface org.jboss.msc.service.ServiceBuilder
-
- addMonitor(StabilityMonitor) - Method in interface org.jboss.msc.service.ServiceTarget
-
- addMonitors(StabilityMonitor...) - Method in class org.jboss.msc.service.DelegatingServiceContainer
-
Deprecated.
- addMonitors(StabilityMonitor...) - Method in class org.jboss.msc.service.DelegatingServiceTarget
-
Deprecated.
- addMonitors(StabilityMonitor...) - Method in interface org.jboss.msc.service.ServiceTarget
-
- addService(ServiceName) - 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.DelegatingServiceContainer
-
Deprecated.
- addService(ServiceName) - 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 class org.jboss.msc.service.DelegatingServiceTarget
-
Deprecated.
- addService(ServiceName) - 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 interface org.jboss.msc.service.ServiceTarget
-
- addServiceValue(ServiceName, Value<? extends Service<T>>) - Method in class org.jboss.msc.service.DelegatingServiceContainer
-
Deprecated.
- addServiceValue(ServiceName, Value<? extends Service<T>>) - Method in class org.jboss.msc.service.DelegatingServiceTarget
-
Deprecated.
- addServiceValue(ServiceName, Value<? extends Service<T>>) - Method in interface org.jboss.msc.service.ServiceTarget
-
- 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.
- addTo(Map<K, V>, MapEntry<? extends K, ? extends V>...) - Static method in class org.jboss.msc.value.MapEntry
-
Deprecated.
Add entries to a map.
- 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.
- asSuperclass(Value<? extends T>) - Static method in class org.jboss.msc.value.Values
-
Deprecated.
Safely re-cast a value as its superclass.
- asynchronous() - Method in interface org.jboss.msc.service.LifecycleContext
-
Call within the service lifecycle method to trigger an asynchronous lifecycle action.
- asynchronous() - Method in interface org.jboss.msc.service.StartContext
-
Call within the service lifecycle method to trigger an asynchronous lifecycle action.
- AtomicReferenceFieldUpdaterInjector<C,T> - Class in org.jboss.msc.inject
-
- AtomicReferenceFieldUpdaterInjector(AtomicReferenceFieldUpdater<C, ? super T>, Value<C>) - Constructor for class org.jboss.msc.inject.AtomicReferenceFieldUpdaterInjector
-
Deprecated.
Construct a new instance.
- AtomicReferenceInjector<T> - Class in org.jboss.msc.inject
-
- AtomicReferenceInjector(AtomicReference<T>) - Constructor for class org.jboss.msc.inject.AtomicReferenceInjector
-
Deprecated.
Construct a new instance.
- awaitStability() - Method in class org.jboss.msc.service.DelegatingServiceContainer
-
Causes the current thread to wait until the container 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(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 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(long, TimeUnit) - 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 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 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.StabilityMonitor
-
Deprecated.
Causes the current thread to wait until the monitor is stable.
- awaitStability(StabilityStatistics) - Method in class org.jboss.msc.service.StabilityMonitor
-
Deprecated.
Causes the current thread to wait until the monitor is stable.
- awaitStability(long, TimeUnit) - Method in class org.jboss.msc.service.StabilityMonitor
-
Deprecated.
Causes the current thread to wait until the monitor is stable.
- awaitStability(long, TimeUnit, StabilityStatistics) - Method in class org.jboss.msc.service.StabilityMonitor
-
Deprecated.
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.StabilityMonitor
-
Deprecated.
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.StabilityMonitor
-
Deprecated.
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
-
Deprecated.
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
-
Deprecated.
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(long, TimeUnit) - 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(long, TimeUnit) - Method in interface org.jboss.msc.service.ServiceContainer
-
Causes the current thread to wait until the container is shutdown.
- awaitValue() - Method in class org.jboss.msc.service.DelegatingServiceController
-
Deprecated.
- awaitValue(long, TimeUnit) - Method in class org.jboss.msc.service.DelegatingServiceController
-
Deprecated.
- awaitValue() - Method in interface org.jboss.msc.service.ServiceController
-
- awaitValue(long, TimeUnit) - Method in interface org.jboss.msc.service.ServiceController
-
- cached(Value<T>) - Static method in class org.jboss.msc.value.Values
-
Deprecated.
Get a cached value for some opaque value.
- CachedValue<T> - Class in org.jboss.msc.value
-
- CachedValue(Value<? extends T>) - Constructor for class org.jboss.msc.value.CachedValue
-
Deprecated.
Construct a new instance.
- cast(Injector<T>, Class<T>) - Static method in class org.jboss.msc.inject.Injectors
-
Deprecated.
Construct a casting injector.
- CastingInjector<T> - Class in org.jboss.msc.inject
-
- CastingInjector(Injector<T>, Class<T>) - Constructor for class org.jboss.msc.inject.CastingInjector
-
Deprecated.
Construct a new instance.
- CheckedValue<T> - Class in org.jboss.msc.value
-
- CheckedValue(Class<T>, Value<?>) - Constructor for class org.jboss.msc.value.CheckedValue
-
Deprecated.
Construct a new instance.
- 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.
- ClassOfValue<T> - Class in org.jboss.msc.value
-
- ClassOfValue(Value<? extends T>) - Constructor for class org.jboss.msc.value.ClassOfValue
-
Deprecated.
- clear() - Method in class org.jboss.msc.service.StabilityMonitor
-
Deprecated.
Removes all the registered controllers in this monitor.
- 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 class org.jboss.msc.service.DelegatingServiceController
-
Compare the current mode against expected
; if it matches, change it to newMode
.
- compareAndSetMode(ServiceController.Mode, ServiceController.Mode) - Method in interface org.jboss.msc.service.ServiceController
-
Compare the current mode against expected
; if it matches, change it to newMode
.
- compareTo(ServiceName) - Method in class org.jboss.msc.service.ServiceName
-
Compare two service names lexicographically.
- complete() - Method in interface org.jboss.msc.service.LifecycleContext
-
Call when either synchronous or asynchronous lifecycle action is complete.
- complete() - Method in interface org.jboss.msc.service.StartContext
-
Call when either synchronous or asynchronous lifecycle action is complete.
- ConcurrentMapInjector<K,T> - Class in org.jboss.msc.inject
-
- ConcurrentMapInjector(ConcurrentMap<K, T>, K) - Constructor for class org.jboss.msc.inject.ConcurrentMapInjector
-
Deprecated.
Construct a new instance.
- ConstructedValue<T> - Class in org.jboss.msc.value
-
- ConstructedValue(Constructor<T>, List<? extends Value<?>>) - Constructor for class org.jboss.msc.value.ConstructedValue
-
Deprecated.
Construct a new instance.
- create(Value<?>, Method) - Static method in class org.jboss.msc.inject.SetMethodInjector
-
Deprecated.
Construct a new instance.
- create() - Static method in class org.jboss.msc.service.ServiceContainer.Factory
-
Create a new instance with a generated name and default thread pool.
- 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(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(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, 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(boolean) - Static method in class org.jboss.msc.service.ServiceContainer.Factory
-
Create a new instance with a generated 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(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(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(String, int, 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.
- DefaultValue<T> - Class in org.jboss.msc.value
-
- DefaultValue(Value<T>, Value<? extends T>) - Constructor for class org.jboss.msc.value.DefaultValue
-
Deprecated.
Construct a new instance.
- 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.
- DelegatingServiceController<S> - Class in org.jboss.msc.service
-
A service controller which delegates to another service controller.
- DelegatingServiceController(ServiceController<S>) - Constructor for class org.jboss.msc.service.DelegatingServiceController
-
Construct a new instance.
- DelegatingServiceRegistry - Class in org.jboss.msc.service
-
A service registry which delegates to another service registry.
- DelegatingServiceRegistry(ServiceRegistry) - Constructor for class org.jboss.msc.service.DelegatingServiceRegistry
-
Construct a new instance.
- DelegatingServiceTarget - Class in org.jboss.msc.service
-
A service target which delegates to another service target.
- DelegatingServiceTarget(ServiceTarget) - Constructor for class org.jboss.msc.service.DelegatingServiceTarget
-
Construct a new instance.
- 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(PrintStream) - Method in class org.jboss.msc.service.DelegatingServiceContainer
-
Dump a complete list of services to the given stream.
- 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(PrintStream) - Method in interface org.jboss.msc.service.ServiceContainer
-
Dump a complete list of services to the given stream.
- 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(Throwable) - Constructor for exception org.jboss.msc.service.DuplicateServiceException
-
Constructs a DuplicateServiceException
with the specified cause.
- DuplicateServiceException(String, Throwable) - Constructor for exception org.jboss.msc.service.DuplicateServiceException
-
Constructs a DuplicateServiceException
with the specified detail message and cause.
- getActiveCount() - Method in class org.jboss.msc.service.StabilityStatistics
-
Deprecated.
- getAliases() - Method in class org.jboss.msc.service.DelegatingServiceController
-
Get other names this service is known as.
- getAliases() - Method in class org.jboss.msc.service.management.ServiceStatus
-
Get the service aliases, if any, as strings.
- getAliases() - Method in interface org.jboss.msc.service.ServiceController
-
Get other names this service is known as.
- getAndSetValue(Value<? extends T>) - Method in class org.jboss.msc.value.ThreadLocalValue
-
Deprecated.
Get and set the value.
- getCanonicalName() - Method in class org.jboss.msc.service.ServiceName
-
Get the canonical name of this service name.
- getChildTarget() - Method in interface org.jboss.msc.service.StartContext
-
Get a service target which may be used to add child services.
- getController() - Method in interface org.jboss.msc.service.LifecycleContext
-
Get the associated service controller.
- getCycle() - Method in exception org.jboss.msc.service.CircularDependencyException
-
Returns a cycle found during service installation.
- getDelegate() - Method in class org.jboss.msc.service.DelegatingServiceBuilder
-
Get the ServiceBuilder delegate.
- getDelegate() - Method in class org.jboss.msc.service.DelegatingServiceController
-
Get the ServiceController delegate.
- getDelegate() - Method in class org.jboss.msc.service.DelegatingServiceRegistry
-
Get the ServiceRegistry delegate.
- getDelegate() - Method in class org.jboss.msc.service.DelegatingServiceTarget
-
Get the ServiceTarget delegate.
- getDependencies() - Method in class org.jboss.msc.service.DelegatingServiceContainer
-
Deprecated.
- getDependencies() - Method in class org.jboss.msc.service.DelegatingServiceTarget
-
Deprecated.
- getDependencies() - Method in class org.jboss.msc.service.management.ServiceStatus
-
The list of dependency names for this service.
- getDependencies() - Method in interface org.jboss.msc.service.ServiceTarget
-
- getElapsedTime() - Method in interface org.jboss.msc.service.LifecycleContext
-
Get the amount of time elapsed since the start or stop was initiated, in nanoseconds.
- getException() - Method in class org.jboss.msc.service.management.ServiceStatus
-
Get the service start exception.
- getFailedCount() - Method in class org.jboss.msc.service.StabilityStatistics
-
Deprecated.
Returns count of controllers registered with
StabilityMonitor
that failed to start
because of start exception being thrown.
- getInjector() - Method in class org.jboss.msc.service.ValueInjectionService
-
Deprecated.
Get the injector, which should be used to inject the dependency.
- getJarName() - Static method in class org.jboss.msc.Version
-
Get the name of the JBoss Modules JAR.
- getKey() - Method in class org.jboss.msc.value.MapEntry
-
Deprecated.
Get the map key.
- getLazyCount() - Method in class org.jboss.msc.service.StabilityStatistics
-
Deprecated.
- getLoggingLocale() - Method in class org.jboss.msc.inject.InjectorLogger_$logger
-
- getLoggingLocale() - Method in class org.jboss.msc.service.ServiceLogger_$logger
-
- getMode() - Method in class org.jboss.msc.service.DelegatingServiceController
-
Get the service controller's current mode.
- getMode() - Method in interface org.jboss.msc.service.ServiceController
-
Get the service controller's current mode.
- 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
-
Deprecated.
- getMonitors() - Method in class org.jboss.msc.service.DelegatingServiceTarget
-
Deprecated.
- getMonitors() - Method in interface org.jboss.msc.service.ServiceTarget
-
- getName() - Method in class org.jboss.msc.service.DelegatingServiceContainer
-
Get the name of this service container.
- getName() - Method in class org.jboss.msc.service.DelegatingServiceController
-
Get the name of this service, if any.
- getName() - Method in interface org.jboss.msc.service.ServiceContainer
-
Get the name of this service container.
- getName() - Method in interface org.jboss.msc.service.ServiceController
-
Get the name of this service, if any.
- getNeverCount() - Method in class org.jboss.msc.service.StabilityStatistics
-
Deprecated.
- getOnDemandCount() - Method in class org.jboss.msc.service.StabilityStatistics
-
Deprecated.
- getOptionalValue() - Method in class org.jboss.msc.value.InjectedValue
-
Deprecated.
Get the value if it was injected, or return null
if it was not.
- getParent() - Method in class org.jboss.msc.service.DelegatingServiceController
-
Get this service's parent service, or null
if there is none.
- 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.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
-
Deprecated.
- getProblemsCount() - Method in class org.jboss.msc.service.StabilityStatistics
-
Deprecated.
Returns count of controllers registered with
StabilityMonitor
that had problem to start
because of missing dependencies.
- 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 interface org.jboss.msc.service.ServiceRegistry
-
Get a service, throwing an exception if it is not found.
- getService(ServiceName) - Method in class org.jboss.msc.service.DelegatingServiceContainer
-
Get a service, returning null
if it is not found.
- getService() - Method in class org.jboss.msc.service.DelegatingServiceController
-
Get the service.
- getService(ServiceName) - Method in class org.jboss.msc.service.DelegatingServiceRegistry
-
Get a service, returning null
if it is not found.
- getService() - Method in interface org.jboss.msc.service.ServiceController
-
- 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 class org.jboss.msc.service.DelegatingServiceController
-
Get the service container associated with this controller.
- getServiceContainer() - Method in interface org.jboss.msc.service.ServiceController
-
Get the service container associated with this controller.
- 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 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.
- getServiceRegistryDelegate() - Method in class org.jboss.msc.service.DelegatingServiceContainer
-
Get the ServiceRegistry delegate.
- 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.
- getServiceTargetDelegate() - Method in class org.jboss.msc.service.DelegatingServiceContainer
-
Get the ServiceTarget delegate.
- 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
-
Deprecated.
Get the source value.
- getStartedCount() - Method in class org.jboss.msc.service.StabilityStatistics
-
Deprecated.
- getStartException() - Method in class org.jboss.msc.service.DelegatingServiceController
-
Get the reason why the last start failed.
- getStartException() - Method in interface org.jboss.msc.service.ServiceController
-
Get the reason why the last start failed.
- getState() - Method in class org.jboss.msc.service.DelegatingServiceController
-
Get the current service controller state.
- getState() - Method in interface org.jboss.msc.service.ServiceController
-
Get the current service controller state.
- getStateName() - Method in class org.jboss.msc.service.management.ServiceStatus
-
Get the service state, as a string.
- getStoredValue() - Method in class org.jboss.msc.inject.RetainingInjector
-
Deprecated.
Get the value object stored in this injector.
- 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.ValueInjection
-
Deprecated.
Get the target injector.
- getUnavailableDependencies() - Method in class org.jboss.msc.service.DelegatingServiceController
-
Get the complete list of dependencies that are unavailable.
- getUnavailableDependencies() - Method in interface org.jboss.msc.service.ServiceController
-
Get the complete list of dependencies that are unavailable.
- getValue() - Method in class org.jboss.msc.service.AbstractService
-
Deprecated.
Get the actual dependency value.
- getValue() - Method in class org.jboss.msc.service.DelegatingServiceController
-
Deprecated.
- getValue() - Method in interface org.jboss.msc.service.ServiceController
-
- getValue() - Method in class org.jboss.msc.service.ValueInjectionService
-
Deprecated.
Get the actual dependency value.
- getValue() - Method in class org.jboss.msc.service.ValueService
-
Deprecated.
Get the actual dependency value.
- getValue() - Method in class org.jboss.msc.value.CachedValue
-
Deprecated.
Get the actual dependency value.
- getValue() - Method in class org.jboss.msc.value.CheckedValue
-
Deprecated.
Get the actual dependency value.
- getValue() - Method in class org.jboss.msc.value.ClassOfValue
-
Deprecated.
- getValue() - Method in class org.jboss.msc.value.ConstructedValue
-
Deprecated.
Get the actual dependency value.
- getValue() - Method in class org.jboss.msc.value.DefaultValue
-
Deprecated.
Get the actual dependency value.
- getValue() - Method in class org.jboss.msc.value.EnvironmentPropertyValue
-
Deprecated.
Get the actual dependency value.
- getValue() - Method in class org.jboss.msc.value.FieldValue
-
Deprecated.
Get the actual dependency value.
- getValue() - Method in class org.jboss.msc.value.ImmediateValue
-
Deprecated.
Get the actual dependency value.
- getValue() - Method in class org.jboss.msc.value.InjectedSetValue
-
Deprecated.
Get the actual dependency value.
- getValue() - Method in class org.jboss.msc.value.InjectedValue
-
Deprecated.
Get the actual dependency value.
- getValue() - Method in class org.jboss.msc.value.ListItemValue
-
Deprecated.
Get the actual dependency value.
- getValue() - Method in class org.jboss.msc.value.ListValue
-
Deprecated.
Get the actual dependency value.
- getValue() - Method in class org.jboss.msc.value.MapEntry
-
Deprecated.
Get the map value.
- getValue() - Method in class org.jboss.msc.value.MapEntryValue
-
Deprecated.
Get the actual dependency value.
- getValue() - Method in class org.jboss.msc.value.MapItemValue
-
Deprecated.
Get the actual dependency value.
- getValue() - Method in class org.jboss.msc.value.MapValue
-
Deprecated.
Get the actual dependency value.
- getValue() - Method in class org.jboss.msc.value.MethodValue
-
Deprecated.
Get the actual dependency value.
- getValue() - Method in class org.jboss.msc.value.ReferenceValue
-
Deprecated.
Get the actual dependency value.
- getValue() - Method in class org.jboss.msc.value.SetValue
-
Deprecated.
Get the actual dependency value.
- getValue() - Method in class org.jboss.msc.value.SystemPropertyValue
-
Deprecated.
Get the actual dependency value.
- getValue() - Method in class org.jboss.msc.value.ThreadLocalValue
-
Deprecated.
Get the actual dependency value.
- getValue() - Method in interface org.jboss.msc.value.Value
-
Deprecated.
Get the actual dependency value.
- getValues(Iterable<? extends Value<?>>) - Static method in class org.jboss.msc.value.Values
-
Deprecated.
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
-
Deprecated.
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
-
Deprecated.
Get a typed object array from the result of an iterable series of values.
- getVersionString() - Static method in class org.jboss.msc.Version
-
Get the version string of JBoss Modules.
- greeting(String) - Method in class org.jboss.msc.service.ServiceLogger_$logger
-
- greeting$str() - Method in class org.jboss.msc.service.ServiceLogger_$logger
-
- ImmediateValue<T> - Class in org.jboss.msc.value
-
- ImmediateValue(T) - Constructor for class org.jboss.msc.value.ImmediateValue
-
Deprecated.
Construct a new instance.
- immediateValue(T) - Static method in class org.jboss.msc.value.Values
-
Deprecated.
Get an immediate value.
- immediateValues(List<T>) - Static method in class org.jboss.msc.value.Values
-
Deprecated.
- immediateValues(T...) - Static method in class org.jboss.msc.value.Values
-
Deprecated.
- 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.
- inject(T) - Method in class org.jboss.msc.inject.AddMethodInjector
-
Deprecated.
Inject the given value.
- inject(T) - Method in class org.jboss.msc.inject.AtomicReferenceFieldUpdaterInjector
-
Deprecated.
Inject the given value.
- inject(T) - Method in class org.jboss.msc.inject.AtomicReferenceInjector
-
Deprecated.
Inject the given value.
- inject(Object) - Method in class org.jboss.msc.inject.CastingInjector
-
Deprecated.
Inject the given value.
- inject(T) - Method in class org.jboss.msc.inject.ConcurrentMapInjector
-
Deprecated.
Inject the given value.
- inject(T) - Method in class org.jboss.msc.inject.FieldInjector
-
Deprecated.
Inject the given value.
- inject(T) - Method in interface org.jboss.msc.inject.Injector
-
Deprecated.
Inject the given value.
- inject(T) - Method in class org.jboss.msc.inject.MapInjector
-
Deprecated.
Inject the given value.
- inject(T) - Method in class org.jboss.msc.inject.MethodInjector
-
Deprecated.
Inject the given value.
- inject(T) - Method in class org.jboss.msc.inject.RetainingInjector
-
Deprecated.
Inject the given value.
- inject(T) - Method in class org.jboss.msc.inject.SetMethodInjector
-
Deprecated.
Inject the given value.
- InjectedSetValue<T> - Class in org.jboss.msc.value
-
- InjectedSetValue() - Constructor for class org.jboss.msc.value.InjectedSetValue
-
Deprecated.
Construct a new instance.
- InjectedValue<T> - Class in org.jboss.msc.value
-
- InjectedValue() - Constructor for class org.jboss.msc.value.InjectedValue
-
Deprecated.
Construct a new instance.
- injectedValue() - Static method in class org.jboss.msc.value.Values
-
Deprecated.
The special value representing the value of an injection operation.
- injectFailed(Throwable, ServiceName) - Method in class org.jboss.msc.service.ServiceLogger_$logger
-
- injectFailed$str() - Method in class org.jboss.msc.service.ServiceLogger_$logger
-
- InjectionException - Exception in org.jboss.msc.inject
-
- InjectionException() - Constructor for exception org.jboss.msc.inject.InjectionException
-
Deprecated.
Constructs a InjectionException
with no detail message.
- InjectionException(String) - Constructor for exception org.jboss.msc.inject.InjectionException
-
Deprecated.
Constructs a InjectionException
with the specified detail message.
- InjectionException(Throwable) - Constructor for exception org.jboss.msc.inject.InjectionException
-
Deprecated.
Constructs a InjectionException
with the specified cause.
- InjectionException(String, Throwable) - Constructor for exception org.jboss.msc.inject.InjectionException
-
Deprecated.
Constructs a InjectionException
with the specified detail message and cause.
- Injector<T> - Interface in org.jboss.msc.inject
-
- injector() - Method in class org.jboss.msc.value.InjectedSetValue
-
Deprecated.
Gets an injector for this set.
- 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
-
- install() - Method in class org.jboss.msc.service.DelegatingServiceBuilder
-
Installs configured service into the container.
- install() - Method in interface org.jboss.msc.service.ServiceBuilder
-
Installs configured service into the container.
- internalServiceError(Throwable, ServiceName) - Method in class org.jboss.msc.service.ServiceLogger_$logger
-
- internalServiceError$str() - Method in class org.jboss.msc.service.ServiceLogger_$logger
-
- 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.
- 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.
- 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.
- 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.
- isValidNameSegment(String) - Static method in class org.jboss.msc.service.ServiceName
-
Indicates if the name segment is valid.
- Service - Interface in org.jboss.msc
-
A service is a thing which can be started and stopped.
- Service<T> - Interface in org.jboss.msc.service
-
- 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.
- ServiceBuilder<T> - Interface in org.jboss.msc.service
-
Builder to configure service before installing it into the container.
- 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.
- 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.
- 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 - Class in org.jboss.msc.service
-
Service name class.
- 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(Throwable) - Constructor for exception org.jboss.msc.service.ServiceNotFoundException
-
Constructs a ServiceNotFoundException
with the specified cause.
- ServiceNotFoundException(String, Throwable) - Constructor for exception org.jboss.msc.service.ServiceNotFoundException
-
Constructs a ServiceNotFoundException
with the specified detail message and cause.
- serviceNotStarted() - Method in class org.jboss.msc.service.ServiceLogger_$logger
-
- serviceNotStarted$str() - Method in class org.jboss.msc.service.ServiceLogger_$logger
-
- 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(Throwable) - Constructor for exception org.jboss.msc.service.ServiceRegistryException
-
Constructs a ServiceRegistryException
with the specified cause.
- ServiceRegistryException(String, Throwable) - Constructor for exception org.jboss.msc.service.ServiceRegistryException
-
Constructs a ServiceRegistryException
with the specified detail message and cause.
- 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 - Interface in org.jboss.msc.service
-
The target of ServiceBuilder installations.
- setInitialMode(ServiceController.Mode) - Method in class org.jboss.msc.service.DelegatingServiceBuilder
-
Sets initial service mode.
- setInitialMode(ServiceController.Mode) - Method in interface org.jboss.msc.service.ServiceBuilder
-
Sets initial service mode.
- setInstance(Service) - Method in class org.jboss.msc.service.DelegatingServiceBuilder
-
Sets service instance.
- setInstance(Service) - Method in interface org.jboss.msc.service.ServiceBuilder
-
Sets service instance.
- SetMethodInjector<T> - Class in org.jboss.msc.inject
-
- SetMethodInjector(Value<?>, Method) - Constructor for class org.jboss.msc.inject.SetMethodInjector
-
Deprecated.
Construct a new instance.
- setMode(ServiceController.Mode) - Method in class org.jboss.msc.service.DelegatingServiceController
-
Change the service controller's current mode.
- setMode(ServiceController.Mode) - Method in interface org.jboss.msc.service.ServiceController
-
Change the service controller's current mode.
- 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
-
- setStoredValue(Value<T>) - Method in class org.jboss.msc.inject.RetainingInjector
-
Deprecated.
Set the value object stored in this injector (must not be null
).
- setValue(Value<T>) - Method in class org.jboss.msc.value.InjectedValue
-
Deprecated.
Set the value to be injected to a Value
instance.
- setValue(V) - Method in class org.jboss.msc.value.MapEntry
-
Deprecated.
Unsupported operation.
- SetValue<T> - Class in org.jboss.msc.value
-
- SetValue(List<? extends Value<? extends T>>) - Constructor for class org.jboss.msc.value.SetValue
-
Deprecated.
Construct a new instance.
- setValue(Value<? extends T>) - Method in class org.jboss.msc.value.ThreadLocalValue
-
Deprecated.
Set this value, replacing any current value.
- 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.
- StabilityMonitor - Class in org.jboss.msc.service
-
- StabilityMonitor() - Constructor for class org.jboss.msc.service.StabilityMonitor
-
Deprecated.
- StabilityStatistics - Class in org.jboss.msc.service
-
- StabilityStatistics() - Constructor for class org.jboss.msc.service.StabilityStatistics
-
Deprecated.
- start(StartContext) - Method in class org.jboss.msc.service.AbstractService
-
Deprecated.
Start the service.
- start(StartContext) - Method in interface org.jboss.msc.Service
-
Start the service.
- start(StartContext) - Method in class org.jboss.msc.service.ValueInjectionService
-
Deprecated.
Start the service.
- start(StartContext) - Method in class org.jboss.msc.service.ValueService
-
Deprecated.
Start the service.
- StartContext - Interface in org.jboss.msc.service
-
The start lifecycle context.
- 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(Throwable) - Constructor for exception org.jboss.msc.service.StartException
-
Constructs a StartException
with the specified cause.
- 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
-
- startFailed(StartException, ServiceName) - Method in class org.jboss.msc.service.ServiceLogger_$logger
-
- startFailed$str() - Method in class org.jboss.msc.service.ServiceLogger_$logger
-
- stop(StopContext) - Method in class org.jboss.msc.service.AbstractService
-
Deprecated.
Stop the service.
- stop(StopContext) - Method in interface org.jboss.msc.Service
-
Stop the service.
- stop(StopContext) - Method in class org.jboss.msc.service.ValueInjectionService
-
Deprecated.
Stop the service.
- stop(StopContext) - Method in class org.jboss.msc.service.ValueService
-
Deprecated.
Stop the service.
- StopContext - Interface in org.jboss.msc.service
-
The stop lifecycle context.
- stopFailed(Throwable, ServiceName) - Method in class org.jboss.msc.service.ServiceLogger_$logger
-
- stopFailed$str() - Method in class org.jboss.msc.service.ServiceLogger_$logger
-
- stopServiceMissing(ServiceName) - Method in class org.jboss.msc.service.ServiceLogger_$logger
-
- stopServiceMissing$str() - Method in class org.jboss.msc.service.ServiceLogger_$logger
-
- 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 interface org.jboss.msc.service.ServiceTarget
-
Create a sub-target using this as the parent target.
- SystemPropertyValue - Class in org.jboss.msc.value
-
- SystemPropertyValue(String) - Constructor for class org.jboss.msc.value.SystemPropertyValue
-
Deprecated.
Construct a new instance.
- SystemPropertyValue(String, AccessControlContext) - Constructor for class org.jboss.msc.value.SystemPropertyValue
-
Deprecated.
Construct a new instance.
- SystemPropertyValue(String, Value<?>) - Constructor for class org.jboss.msc.value.SystemPropertyValue
-
Deprecated.
Construct a new instance.
- SystemPropertyValue(String, AccessControlContext, Value<?>) - Constructor for class org.jboss.msc.value.SystemPropertyValue
-
Deprecated.
Construct a new instance.