JBoss Modular Service Container 1.1.6.Final
A B C D E F G H I J L M N O P Q R S T U V 

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
 
activate(ServiceActivatorContext) - Method in interface org.jboss.msc.service.ServiceActivator
Activate services.
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.
addController(ServiceController<?>) - Method in class org.jboss.msc.service.StabilityMonitor
Register controller with this monitor.
addDependencies(ServiceName...) - Method in class org.jboss.msc.service.DelegatingServiceBuilder
Add multiple, non-injected dependencies.
addDependencies(ServiceBuilder.DependencyType, ServiceName...) - Method in class org.jboss.msc.service.DelegatingServiceBuilder
Add multiple, non-injected dependencies.
addDependencies(Iterable<ServiceName>) - Method in class org.jboss.msc.service.DelegatingServiceBuilder
Add multiple, non-injected dependencies.
addDependencies(ServiceBuilder.DependencyType, Iterable<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(ServiceBuilder.DependencyType, ServiceName...) - Method in interface org.jboss.msc.service.ServiceBuilder
Add multiple, non-injected dependencies.
addDependencies(Iterable<ServiceName>) - Method in interface org.jboss.msc.service.ServiceBuilder
Add multiple, non-injected dependencies.
addDependencies(ServiceBuilder.DependencyType, Iterable<ServiceName>) - Method in interface org.jboss.msc.service.ServiceBuilder
Add multiple, non-injected dependencies.
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 interface org.jboss.msc.service.BatchServiceTarget
Add a list of dependencies that will be added to the all ServiceBuilders installed in this target.
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(ServiceName) - Method in class org.jboss.msc.service.DelegatingServiceBuilder
Add a dependency.
addDependency(ServiceBuilder.DependencyType, ServiceName) - Method in class org.jboss.msc.service.DelegatingServiceBuilder
Add a dependency.
addDependency(ServiceName, Injector<Object>) - Method in class org.jboss.msc.service.DelegatingServiceBuilder
Add a service dependency.
addDependency(ServiceBuilder.DependencyType, ServiceName, Injector<Object>) - Method in class org.jboss.msc.service.DelegatingServiceBuilder
Add a service dependency.
addDependency(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 class org.jboss.msc.service.DelegatingServiceBuilder
Add a service 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.DelegatingServiceContainer
Add a list of dependencies that will be added to the all ServiceBuilders installed in this target.
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(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 class org.jboss.msc.service.DelegatingServiceTarget
Add a list 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(ServiceName) - Method in interface org.jboss.msc.service.ServiceBuilder
Add a dependency.
addDependency(ServiceBuilder.DependencyType, ServiceName) - Method in interface org.jboss.msc.service.ServiceBuilder
Add a dependency.
addDependency(ServiceName, Injector<Object>) - Method in interface org.jboss.msc.service.ServiceBuilder
Add a service dependency.
addDependency(ServiceBuilder.DependencyType, ServiceName, Injector<Object>) - Method in interface org.jboss.msc.service.ServiceBuilder
Add a service dependency.
addDependency(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 interface org.jboss.msc.service.ServiceBuilder
Add a service dependency.
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 interface org.jboss.msc.service.ServiceTarget
Add a list 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
addInjection(Injector<? super I>, I) - Method in class org.jboss.msc.service.DelegatingServiceBuilder
Add an injection.
addInjection(Injector<? super T>) - Method in class org.jboss.msc.service.DelegatingServiceBuilder
Add an injection of this service into another target.
addInjection(Injector<? super I>, I) - Method in interface org.jboss.msc.service.ServiceBuilder
Add an injection.
addInjection(Injector<? super T>) - Method in interface org.jboss.msc.service.ServiceBuilder
Add an injection of this service into another target.
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.
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 interface org.jboss.msc.service.BatchServiceTarget
Add a list 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.BatchServiceTarget
Add a collection of service listener that will be added to all ServiceBuilders installed in this target.
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 class org.jboss.msc.service.DelegatingServiceBuilder
Add service listeners that will be added to this service.
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(ServiceListener.Inheritance, ServiceListener<? super T>) - Method in class org.jboss.msc.service.DelegatingServiceBuilder
Add a service listener that will be added to this service.
addListener(ServiceListener.Inheritance, ServiceListener<? super T>...) - Method in class org.jboss.msc.service.DelegatingServiceBuilder
Add service listeners that will be added to this service.
addListener(ServiceListener.Inheritance, Collection<? extends ServiceListener<? super T>>) - Method in class org.jboss.msc.service.DelegatingServiceBuilder
Add service listeners that will be added to this service.
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.DelegatingServiceContainer
Add a list 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.DelegatingServiceContainer
Add a collection of service listener that will be added to all ServiceBuilders installed in this target.
addListener(ServiceListener.Inheritance, 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.Inheritance, 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.Inheritance, 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(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 class org.jboss.msc.service.DelegatingServiceTarget
Add a list 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(ServiceListener.Inheritance, ServiceListener<Object>) - Method in class org.jboss.msc.service.DelegatingServiceTarget
 
addListener(ServiceListener.Inheritance, ServiceListener<Object>...) - Method in class org.jboss.msc.service.DelegatingServiceTarget
 
addListener(ServiceListener.Inheritance, Collection<ServiceListener<Object>>) - Method in class org.jboss.msc.service.DelegatingServiceTarget
 
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 interface org.jboss.msc.service.ServiceBuilder
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(ServiceListener.Inheritance, ServiceListener<? super T>) - Method in interface org.jboss.msc.service.ServiceBuilder
Add a service listener that will be added to this service.
addListener(ServiceListener.Inheritance, ServiceListener<? super T>...) - Method in interface org.jboss.msc.service.ServiceBuilder
Add service listeners that will be added to this service.
addListener(ServiceListener.Inheritance, Collection<? extends ServiceListener<? super T>>) - Method in interface org.jboss.msc.service.ServiceBuilder
Add service listeners that will be added to this service.
addListener(ServiceListener<? super S>) - Method in interface org.jboss.msc.service.ServiceController
Add a service listener.
addListener(ServiceListener.Inheritance, ServiceListener<Object>) - Method in interface org.jboss.msc.service.ServiceController
Add a service listener.
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 interface org.jboss.msc.service.ServiceTarget
Add a list 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(ServiceListener.Inheritance, 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.Inheritance, 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.Inheritance, 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.
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.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 interface org.jboss.msc.service.ServiceTarget
Add a stability monitor that will be added to all the ServiceBuilders installed in this target.
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.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 interface org.jboss.msc.service.ServiceTarget
Add a stability monitors that will be added to all the ServiceBuilders installed in this target.
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.
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.
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
Add entries to a map.
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.
asSuperclass(Value<? extends T>) - Static method in class org.jboss.msc.value.Values
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
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.
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
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.
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, 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.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.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(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.
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 interface org.jboss.msc.service.ServiceController
Wait for a service to come up, and then return its value.
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.

B

BatchServiceTarget - Interface in org.jboss.msc.service
A ServiceTarget that provides removal of all services installed so far.
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.

C

cached(Value<T>) - Static method in class org.jboss.msc.value.Values
Get a cached value for some opaque value.
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.
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.
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.
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
A value which returns the Class object of another value.
ClassOfValue(Value<? extends T>) - Constructor for class org.jboss.msc.value.ClassOfValue
 
clear() - Method in class org.jboss.msc.service.StabilityMonitor
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 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
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.
create(Value<?>, Method) - Static method in class org.jboss.msc.inject.SetMethodInjector
Construct a new instance.
create(MultipleRemoveListener.Callback<T>, T) - Static method in class org.jboss.msc.service.MultipleRemoveListener
Construct a new instance.
create(Runnable) - Static method in class org.jboss.msc.service.MultipleRemoveListener
Construct a new instance.
create(LifecycleContext) - Static method in class org.jboss.msc.service.MultipleRemoveListener
Construct a new instance which calls the lifecycle complete() method when done.
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(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.

D

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.
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.
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
A dependency of the service has failed.
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
A dependency of the service is retrying to start.
done() - Method in class org.jboss.msc.service.MultipleRemoveListener
Called when this listener has been added to all relevant services.
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
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.

E

EMPTY_LIST - Static variable in class org.jboss.msc.value.Values
The empty value list.
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.
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(K, V) - Static method in class org.jboss.msc.value.MapEntry
Construct a new instance.
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, Value<?>) - 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.
equals(Object) - Method in class org.jboss.msc.service.ServiceName
Compare this service name to another service name.
equals(ServiceName) - Method in class org.jboss.msc.service.ServiceName
Compare this service name to another service name.
equals(Object) - Method in class org.jboss.msc.value.MapEntry
Compare this entry with another.
equals(MapEntry<?, ?>) - Method in class org.jboss.msc.value.MapEntry
Compare this entry with another.
execute(Runnable) - Method in interface org.jboss.msc.service.LifecycleContext
Execute a task asynchronously using the MSC task executor.
exits(ServiceController.State) - Method in enum org.jboss.msc.service.ServiceController.Transition
Determine whether this transition causes exit from the given state.

F

failed(StartException) - Method in interface org.jboss.msc.service.StartContext
Call when start lifecycle action has failed for some reason.
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.
finishBatch() - Method in class org.jboss.msc.service.TimingServiceListener
Call when all services in this timing group have been added.
finished() - Method in class org.jboss.msc.service.TimingServiceListener
Determine whether all services have finished.

G

getActiveCount() - Method in class org.jboss.msc.service.StabilityStatistics
Returns count of controllers registered with StabilityMonitor that are in ServiceController.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 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
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.
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.
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 interface org.jboss.msc.service.ServiceTarget
Returns a set of all dependencies added to this target.
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.TimingServiceListener
Get the elapsed time in milliseconds.
getException() - Method in class org.jboss.msc.service.management.ServiceStatus
Get the service start exception.
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.
getInjector() - Method in class org.jboss.msc.service.ValueInjectionService
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
Get the map key.
getLazyCount() - Method in class org.jboss.msc.service.StabilityStatistics
Returns count of controllers registered with StabilityMonitor that are in ServiceController.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 interface org.jboss.msc.service.ServiceTarget
Returns a set of the listeners added to this target.
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
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 interface org.jboss.msc.service.ServiceTarget
Returns a set of the monitors added to this target.
getName() - Method in class org.jboss.msc.service.DelegatingServiceContainer
Get the name of this service container.
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
Returns count of controllers registered with StabilityMonitor that are in ServiceController.Mode.NEVER mode.
getOnDemandCount() - Method in class org.jboss.msc.service.StabilityStatistics
Returns count of controllers registered with StabilityMonitor that are in ServiceController.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.
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
Returns count of controllers registered with StabilityMonitor that are in ServiceController.Mode.PASSIVE mode.
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.
getRemainingCount() - Method in class org.jboss.msc.service.TimingServiceListener
Get the number of remaining services to start.
getRemovedCount() - Method in class org.jboss.msc.service.StabilityStatistics
Deprecated.
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(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
Get the service.
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 "&lt;unknown&gt;" if not known.
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.
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.
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.
getStartedCount() - Method in class org.jboss.msc.service.StabilityStatistics
Returns count of controllers registered with StabilityMonitor that are in ServiceController.State.UP state.
getStartException() - Method in interface org.jboss.msc.service.ServiceController
Get the reason why the last start failed.
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.
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
Get the value object stored in this injector.
getSubstate() - Method in interface org.jboss.msc.service.ServiceController
Get the current service controller substate.
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
Get the target injector.
getTotalCount() - Method in class org.jboss.msc.service.TimingServiceListener
Get the total number of services being tracked.
getValue() - Method in class org.jboss.msc.service.AbstractService
Get the actual value.
getValue() - Method in interface org.jboss.msc.service.ServiceController
Get the service value.
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.
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.
getVersionString() - Static method in class org.jboss.msc.Version
Get the version string of JBoss Modules.

H

handleDone(T) - Method in interface org.jboss.msc.service.MultipleRemoveListener.Callback
Handle the completion of all removals.
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.
hashCode() - Method in class org.jboss.msc.service.ServiceName
Return the hash code of this service name.
hashCode() - Method in class org.jboss.msc.value.MapEntry
Get the hash code of this object.

I

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 administratively disabled.
immediateDependencyAvailable(ServiceController<? extends S>) - Method in interface org.jboss.msc.service.ServiceListener
All unavailable immediate dependencies of the service are now available, i.e., they are installed and are not administratively disabled.
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
An immediate dependency of the service is uninstalled or administratively disabled.
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.
immediateValue(T) - Static method in class org.jboss.msc.value.Values
Get an immediate value.
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.
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(Object) - Method in class org.jboss.msc.inject.CastingInjector
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.
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<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.
injectedValue() - Static method in class org.jboss.msc.value.Values
The special value representing the value of an injection operation.
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(Throwable) - Constructor for exception org.jboss.msc.inject.InjectionException
Constructs a InjectionException with the specified cause.
InjectionException(String, Throwable) - Constructor for exception org.jboss.msc.inject.InjectionException
Constructs a InjectionException with the specified detail message and cause.
Injector<T> - Interface in org.jboss.msc.inject
A receiver for values that are injected from another source, typically connected to a service lifecycle.
injector() - Method in class org.jboss.msc.value.InjectedSetValue
Gets an injector for this set.
Injectors - Class in org.jboss.msc.inject
Utility class to construct injector types.
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.
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.
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.
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.

J

JBOSS - Static variable in class org.jboss.msc.service.ServiceName
The root name "jboss".

L

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.
LifecycleContext - Interface in org.jboss.msc.service
A context object for lifecycle events.
listenerAdded(ServiceController<? extends S>) - Method in class org.jboss.msc.service.AbstractServiceListener
The listener has been added to a controller.
listenerAdded(ServiceController<?>) - Method in class org.jboss.msc.service.MultipleRemoveListener
The listener has been added to a controller.
listenerAdded(ServiceController<? extends S>) - Method in interface org.jboss.msc.service.ServiceListener
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.
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<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.

M

main(String[]) - Static method in class org.jboss.msc.Version
Print out the current version on System.out.
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<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(ServiceName) - Method in class org.jboss.msc.service.ServiceNameMapper
Attempt to match a service name.
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<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.
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.Callback<T> - Interface in org.jboss.msc.service
A generalized callback for when all services are removed.

N

NULL - Static variable in interface org.jboss.msc.service.Service
A simple null service which performs no start or stop action.
NULL_VALUE - Static variable in interface org.jboss.msc.service.Service
A value which resolves to the null service.
nullValue() - Static method in class org.jboss.msc.value.Values
Get the null value.

O

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.
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.

P

parse(String) - Static method in class org.jboss.msc.service.ServiceName
Parse a string-form service name.

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

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.
removeController(ServiceController<?>) - Method in class org.jboss.msc.service.StabilityMonitor
Unregister controller with this monitor.
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.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.
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.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<? super S>) - Method in interface org.jboss.msc.service.ServiceController
Remove a service listener.
removeListener(ServiceListener<Object>) - Method in interface org.jboss.msc.service.ServiceTarget
Remove a listener from this target, if it exists.
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.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 interface org.jboss.msc.service.ServiceTarget
Remove a monitor from this target, if it exists.
removeServices() - Method in interface org.jboss.msc.service.BatchServiceTarget
Removes all services installed into this target so far.
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.
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.

S

Service<T> - Interface in org.jboss.msc.service
A service is a thing which can be started and stopped.
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
A builder for an individual service in a ServiceTarget.
ServiceBuilder.DependencyType - Enum in org.jboss.msc.service
The dependency type.
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.
ServiceController.Substate - Enum in org.jboss.msc.service
A fine-grained substate of the more general basic controller ServiceController.States.
ServiceController.Transition - Enum in org.jboss.msc.service
A transition from one substate to another.
ServiceListener<S> - Interface in org.jboss.msc.service
A listener for service lifecycle events.
ServiceListener.Inheritance - Enum in org.jboss.msc.service
Deprecated.
Listeners inherently degrade performance. Inheritance only compounds the problem. Ultimately listener inheritance will be eliminated.
ServiceName - Class in org.jboss.msc.service
Service name class.
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
 
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.
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.
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
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
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 - Interface in org.jboss.msc.service
The target of ServiceBuilder installations.
ServiceUtils - Class in org.jboss.msc.service
A utility class for service actions.
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.
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.
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
Set the value object stored in this injector (must not be null).
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.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.
setValue(Value<? extends T>) - Method in class org.jboss.msc.value.ThreadLocalValue
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
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(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.
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
 
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.
StopContext - Interface in org.jboss.msc.service
The stop lifecycle context.
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
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, Value<?>) - 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.

T

thisValue() - Static method in class org.jboss.msc.value.Values
The special value representing this (the object being invoked upon).
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.
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.
toString() - Method in class org.jboss.msc.service.management.ServiceStatus
Get a string representation of the current status.
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.ServiceName
Get a string representation of this service name.
toString() - Method in exception org.jboss.msc.service.StartException
 
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 Object>, ServiceController.Transition) - Method in class org.jboss.msc.service.MultipleRemoveListener
 
transition(ServiceController<? extends S>, ServiceController.Transition) - Method in interface org.jboss.msc.service.ServiceListener
The service has transitioned to a new sub-state.
transition(ServiceController<? extends Object>, ServiceController.Transition) - Method in class org.jboss.msc.service.TimingServiceListener
 
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 administratively disabled).
transitiveDependencyAvailable(ServiceController<? extends S>) - Method in interface org.jboss.msc.service.ServiceListener
All unavailable transitive dependencies of the service are now available (installed and not administratively disabled).
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
A transitive dependency of the service is uninstalled or administratively disabled.

U

undeployAll(Runnable, ServiceController<?>...) - Static method in class org.jboss.msc.service.ServiceUtils
Undeploy all the controllers and call the given runnable task when complete.
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.
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).

V

Value<T> - Interface in org.jboss.msc.value
An indirect value.
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.
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
 
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.ServiceListener.Inheritance
Deprecated.
Returns the enum constant of this type with the specified name.
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.ServiceListener.Inheritance
Deprecated.
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.
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.
Version - Class in org.jboss.msc
The current version of this module.
A B C D E F G H I J L M N O P Q R S T U V 
JBoss Modular Service Container 1.1.6.Final

Copyright © 2012 JBoss, a division of Red Hat, Inc.