JBoss Modular Service Kernel API 1.0.0.Beta4-SNAPSHOT
A B C D E F G H I J L M N O P R S T U V W

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 interface org.jboss.msc.service.ServiceBuilder
Add aliases for this service.
addDependencies(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.
addDependency(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(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 interface org.jboss.msc.service.ServiceBuilder
Add an injection.
addInjectionValue(Injector<? super I>, Value<I>) - Method in interface org.jboss.msc.service.ServiceBuilder
Add an injection value.
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<? super S>) - 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.
addOptionalDependencies(ServiceName...) - Method in interface org.jboss.msc.service.ServiceBuilder
Add multiple, optional, non-injected dependencies.
addOptionalDependencies(Iterable<ServiceName>) - Method in interface org.jboss.msc.service.ServiceBuilder
Add multiple, optional, non-injected dependencies.
addOptionalDependency(ServiceName) - Method in interface org.jboss.msc.service.ServiceBuilder
Add an optional dependency.
addOptionalDependency(ServiceName, Injector<Object>) - Method in interface org.jboss.msc.service.ServiceBuilder
Add an optional service dependency.
addOptionalDependency(ServiceName, Class<I>, Injector<I>) - Method in interface org.jboss.msc.service.ServiceBuilder
Add an optional service dependency.
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 interface org.jboss.msc.service.ServiceTarget
Get a builder which can be used to add a service to this target.
addServiceValueIfNotExist(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.
addTo(Map<K, V>, MapEntry<? extends K, ? extends V>...) - Static method in class org.jboss.msc.value.MapEntry
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
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.
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.

B

BatchBuilder - Interface in org.jboss.msc.service
A batch builder for installing service definitions in a single action.
batchBuilder() - Method in interface org.jboss.msc.service.ServiceTarget
Create a new batch builder, which is used to resolve and 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.
CastingTranslator<I,O> - Class in org.jboss.msc.translate
A translator which casts (narrows) the type of its input.
CastingTranslator(Class<O>) - Constructor for class org.jboss.msc.translate.CastingTranslator
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.
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 interface org.jboss.msc.ref.Reference
Clear the reference.
clear() - Method in class org.jboss.msc.ref.StrongReference
 
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.
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 an asynchronous lifecycle action is complete.
ConstructedValue<T> - Class in org.jboss.msc.value
A value which is created on demand from a constructor.
ConstructedValue(Value<Constructor<T>>, List<? extends Value<?>>) - Constructor for class org.jboss.msc.value.ConstructedValue
Construct a new instance.
ConstructionTranslator<I,O> - Class in org.jboss.msc.translate
A translator which translates by constructing a new value and returning it.
ConstructionTranslator(Value<Constructor<? extends O>>, List<? extends Value<?>>) - Constructor for class org.jboss.msc.translate.ConstructionTranslator
Construct a new instance.
create(Value<?>, Value<Method>) - Static method in class org.jboss.msc.inject.SetMethodInjector
Construct a new instance.
create(Value<?>, Method) - Static method in class org.jboss.msc.inject.SetMethodInjector
Construct a new instance.
create(Reference.Type, T, A, Reaper<T, A>) - Static method in class org.jboss.msc.ref.References
Create a reference of a given type with the provided value and attachment.
create(Reference.Type, T, A, ReferenceQueue<? super T>) - Static method in class org.jboss.msc.ref.References
Create a reference of a given type with the provided value and attachment.
create(Reference.Type, T, A) - Static method in class org.jboss.msc.ref.References
Create a reference of a given type with the provided value and attachment.
create() - Static method in class org.jboss.msc.service.ServiceContainer.Factory
Create a new instance.

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.
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.
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.
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.Location
Compare this location with another.
equals(Location) - Method in class org.jboss.msc.service.Location
Compare this location with another.
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.
exceptionAfterComplete(Throwable, ServiceName) - Method in class org.jboss.msc.service.ServiceLogger_$logger
Deprecated.  

F

failed(StartException) - Method in interface org.jboss.msc.service.StartContext
Call when an asynchronous 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<?>, Value<Field>) - Constructor for class org.jboss.msc.inject.FieldInjector
Construct a new instance.
FieldTraversingTranslator<I,O> - Class in org.jboss.msc.translate
A translator which translates by fetching the value of a field on the target object.
FieldTraversingTranslator(Value<Field>) - Constructor for class org.jboss.msc.translate.FieldTraversingTranslator
Construct a new instance.
FieldValue<T> - Class in org.jboss.msc.value
A value which reads a field of an object.
FieldValue(Value<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

get() - Method in interface org.jboss.msc.ref.Reference
Get the value, or null if the reference has been cleared.
get() - Method in class org.jboss.msc.ref.StrongReference
 
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.
getAttachment() - Method in class org.jboss.msc.ref.PhantomReference
 
getAttachment() - Method in interface org.jboss.msc.ref.Reference
Get the attachment, if any.
getAttachment() - Method in class org.jboss.msc.ref.SoftReference
 
getAttachment() - Method in class org.jboss.msc.ref.StrongReference
 
getAttachment() - Method in class org.jboss.msc.ref.WeakReference
 
getBatchBuilder() - Method in interface org.jboss.msc.service.ServiceActivatorContext
Get the BatchBuilder for this activation.
getCanonicalName() - Method in class org.jboss.msc.service.ServiceName
Get the canonical name of this service name.
getColumnNumber() - Method in class org.jboss.msc.service.Location
Get the column number.
getController() - Method in interface org.jboss.msc.service.LifecycleContext
Get the associated service controller.
getElapsedTime() - Method in class org.jboss.msc.service.TimingServiceListener
Get the elapsed time in milliseconds.
getFileName() - Method in class org.jboss.msc.service.Location
Get the file name.
getGetterMethod(Value<Class<?>>, String) - Static method in class org.jboss.msc.value.Values
 
getGetterMethod(Class<?>, String) - Static method in class org.jboss.msc.value.Values
 
getGetterMethod(String) - Static method in class org.jboss.msc.value.Values
 
getKey() - Method in class org.jboss.msc.value.MapEntry
Get the map key.
getLineNumber() - Method in class org.jboss.msc.service.Location
Get the line number.
getMode() - Method in interface org.jboss.msc.service.ServiceController
Get the service controller's current mode.
getName() - Method in interface org.jboss.msc.service.ServiceController
Get the name of this service, if any.
getNullReference() - Static method in class org.jboss.msc.ref.References
Get a null reference.
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 class org.jboss.msc.service.ServiceName
Get the parent (enclosing) service name.
getReaper() - Method in class org.jboss.msc.ref.PhantomReference
 
getReaper() - Method in class org.jboss.msc.ref.SoftReference
 
getReaper() - Method in class org.jboss.msc.ref.WeakReference
 
getRemainingCount() - Method in class org.jboss.msc.service.TimingServiceListener
Get the number of remaining services to start.
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 interface org.jboss.msc.service.ServiceRegistry
Get a service, returning null if it is not found.
getServiceContainer() - Method in interface org.jboss.msc.service.ServiceController
Get the service container associated with this controller.
getServiceName() - Method in exception org.jboss.msc.service.StartException
 
getServiceNames() - Method in interface org.jboss.msc.service.ServiceRegistry
Get a list of service names installed in this registry.
getSetterMethod(Value<Class<?>>, String, Value<Class<?>>) - Static method in class org.jboss.msc.value.Values
 
getSetterMethod(Class<?>, String, Class<?>) - Static method in class org.jboss.msc.value.Values
 
getSetterMethod(String, Class<?>) - Static method in class org.jboss.msc.value.Values
 
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.
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.
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.
getType() - Method in class org.jboss.msc.ref.PhantomReference
 
getType() - Method in interface org.jboss.msc.ref.Reference
Get the type of the reference.
getType() - Method in class org.jboss.msc.ref.SoftReference
 
getType() - Method in class org.jboss.msc.ref.StrongReference
 
getType() - Method in class org.jboss.msc.ref.WeakReference
 
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.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.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.LookupClassValue
Get the actual value.
getValue() - Method in class org.jboss.msc.value.LookupConstructorValue
Get the actual value.
getValue() - Method in class org.jboss.msc.value.LookupDeclaredConstructorValue
Get the actual value.
getValue() - Method in class org.jboss.msc.value.LookupDeclaredFieldValue
Get the actual value.
getValue() - Method in class org.jboss.msc.value.LookupDeclaredMethodValue
Get the actual value.
getValue() - Method in class org.jboss.msc.value.LookupFieldValue
Get the actual value.
getValue() - Method in class org.jboss.msc.value.LookupGetMethodValue
Get the actual value.
getValue() - Method in class org.jboss.msc.value.LookupMethodValue
Get the actual value.
getValue() - Method in class org.jboss.msc.value.LookupModuleClassValue
Get the actual value.
getValue() - Method in class org.jboss.msc.value.LookupSetMethodValue
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.ProviderValue
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.
greeting(String) - Method in class org.jboss.msc.service.ServiceLogger_$logger
Deprecated.  

H

hashCode() - Method in class org.jboss.msc.service.Location
Get the hash code.
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

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
 
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.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.MethodInjector
 
inject(T) - Method in class org.jboss.msc.inject.SetMethodInjector
Inject the given value.
inject(I) - Method in class org.jboss.msc.inject.TranslatingInjector
Inject the given value.
inject(T) - Method in class org.jboss.msc.value.InjectedValue
Inject the given value.
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.
InjectorLogger_$logger - Class in org.jboss.msc.inject
Deprecated. Will be removed when the logger tooling is complete.
InjectorLogger_$logger(Logger) - Constructor for class org.jboss.msc.inject.InjectorLogger_$logger
Deprecated.  
Injectors - Class in org.jboss.msc.inject
Utility class to construct injector types.
install() - Method in interface org.jboss.msc.service.BatchBuilder
Install all the defined services into the container.
install() - Method in interface org.jboss.msc.service.ServiceBuilder
Install all the defined services into the container.
internalServiceError(Throwable, ServiceName) - Method in class org.jboss.msc.service.ServiceLogger_$logger
Deprecated.  
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.

J

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

L

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<? 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.
listenerFailed(Throwable, ServiceListener<?>) - Method in class org.jboss.msc.service.ServiceLogger_$logger
Deprecated.  
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.
Location - Class in org.jboss.msc.service
A location at which a service was defined.
Location(String, int, int, Location) - Constructor for class org.jboss.msc.service.Location
Create a new instance.
LookupClassValue - Class in org.jboss.msc.value
A value which looks up a class by name from a classloader.
LookupClassValue(String, Value<? extends ClassLoader>) - Constructor for class org.jboss.msc.value.LookupClassValue
Construct a new instance.
LookupConstructorValue - Class in org.jboss.msc.value
A value which looks up a public constructor by name from a class.
LookupConstructorValue(Value<Class<?>>, List<? extends Value<Class<?>>>) - Constructor for class org.jboss.msc.value.LookupConstructorValue
Construct a new instance.
LookupDeclaredConstructorValue - Class in org.jboss.msc.value
A value which looks up a possibly non-public constructor by name from a class.
LookupDeclaredConstructorValue(Value<Class<?>>, List<? extends Value<Class<?>>>, AccessControlContext, boolean) - Constructor for class org.jboss.msc.value.LookupDeclaredConstructorValue
Construct a new instance.
LookupDeclaredFieldValue - Class in org.jboss.msc.value
A value which looks up a possibly non-public field by name from a class.
LookupDeclaredFieldValue(Value<Class<?>>, String, AccessControlContext, boolean) - Constructor for class org.jboss.msc.value.LookupDeclaredFieldValue
Construct a new instance.
LookupDeclaredMethodValue - Class in org.jboss.msc.value
A value which looks up a possibly non-public method by name and parameters from a class.
LookupDeclaredMethodValue(Value<Class<?>>, String, List<? extends Value<Class<?>>>, AccessControlContext, boolean) - Constructor for class org.jboss.msc.value.LookupDeclaredMethodValue
Construct a new instance.
LookupFieldValue - Class in org.jboss.msc.value
A value which looks up a public field by name from a class.
LookupFieldValue(Value<Class<?>>, String) - Constructor for class org.jboss.msc.value.LookupFieldValue
Construct a new instance.
LookupGetMethodValue - Class in org.jboss.msc.value
A value which looks up a public get method by name and parameters from a class.
LookupGetMethodValue(Value<Class<?>>, String) - Constructor for class org.jboss.msc.value.LookupGetMethodValue
Construct a new instance.
LookupMethodValue - Class in org.jboss.msc.value
A value which looks up a public method by name and parameters from a class.
LookupMethodValue(Value<Class<?>>, String, List<? extends Value<Class<?>>>) - Constructor for class org.jboss.msc.value.LookupMethodValue
Construct a new instance.
LookupMethodValue(Value<Class<?>>, String, int) - Constructor for class org.jboss.msc.value.LookupMethodValue
 
LookupModuleClassValue - Class in org.jboss.msc.value
A value which looks up a class by name from a module.
LookupModuleClassValue(String, ModuleIdentifier) - Constructor for class org.jboss.msc.value.LookupModuleClassValue
Construct a new instance.
LookupSetMethodValue - Class in org.jboss.msc.value
A value which looks up a public set method by name and parameters from a class.
LookupSetMethodValue(Value<Class<?>>, String, Value<Class<?>>) - Constructor for class org.jboss.msc.value.LookupSetMethodValue
Construct a new instance.
LookupSetMethodValue(Value<Class<?>>, String) - Constructor for class org.jboss.msc.value.LookupSetMethodValue
Construct a new instance which searches for the first name-only match.

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.
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.
MethodInjector<T> - Class in org.jboss.msc.inject
An injector which invokes a method.
MethodInjector(Value<Method>, Value<?>, Value<?>, List<? extends Value<?>>) - Constructor for class org.jboss.msc.inject.MethodInjector
 
MethodTraversingTranslator<I,O> - Class in org.jboss.msc.translate
A translator which translates by calling a method and returning its return value.
MethodTraversingTranslator(Value<Method>, Value<?>, List<? extends Value<?>>) - Constructor for class org.jboss.msc.translate.MethodTraversingTranslator
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.

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.ref - package org.jboss.msc.ref
Classes which implement enhanced reference management capabilities.
org.jboss.msc.service - package org.jboss.msc.service
The service container implementation itself.
org.jboss.msc.translate - package org.jboss.msc.translate
Classes which translate one value type to another.
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.
PhantomReference<T,A> - Class in org.jboss.msc.ref
A reapable phantom reference with an attachment.
PhantomReference(T, A, ReferenceQueue<? super T>) - Constructor for class org.jboss.msc.ref.PhantomReference
 
PhantomReference(T, A, Reaper<T, A>) - Constructor for class org.jboss.msc.ref.PhantomReference
 
ProviderValue<T> - Class in org.jboss.msc.value
A value which creates an instance via a Provider.
ProviderValue(Provider<T>) - Constructor for class org.jboss.msc.value.ProviderValue
Create a new instance.

R

reap(Reference<T, A>) - Method in interface org.jboss.msc.ref.Reaper
Perform the cleanup action for a reference.
Reaper<T,A> - Interface in org.jboss.msc.ref
A cleaner for a dead object.
Reference<T,A> - Interface in org.jboss.msc.ref
An enhanced reference type with a type-safe attachment.
Reference.Type - Enum in org.jboss.msc.ref
A reference type.
References - Class in org.jboss.msc.ref
A set of utility methods for reference types.
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.
removeListener(ServiceListener<? super S>) - Method in interface org.jboss.msc.service.ServiceController
Remove a service listener.
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.
ServiceBuilder<T> - Interface in org.jboss.msc.service
A builder for an individual service in a ServiceTarget.
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.
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.
serviceFailed(ServiceController<? extends S>, StartException) - Method in class org.jboss.msc.service.AbstractServiceListener
The service start has failed.
serviceFailed(ServiceController<? extends S>, StartException) - Method in interface org.jboss.msc.service.ServiceListener
The service start has failed.
serviceFailed(ServiceController<? extends Object>, StartException) - Method in class org.jboss.msc.service.TimingServiceListener
The service start has failed.
ServiceListener<S> - Interface in org.jboss.msc.service
A listener for service lifecycle events.
ServiceLogger_$logger - Class in org.jboss.msc.service
Deprecated. Will be removed when the logger tooling is complete.
ServiceLogger_$logger(Logger) - Constructor for class org.jboss.msc.service.ServiceLogger_$logger
Deprecated.  
ServiceName - Class in org.jboss.msc.service
Service name class.
ServiceNamed - Annotation Type in org.jboss.msc
A qualifier which identifies a specific MSC service.
ServiceNotFoundException - Exception in org.jboss.msc.service
Exception which is thrown when a required service is not found in the registry.
ServiceNotFoundException() - Constructor for exception org.jboss.msc.service.ServiceNotFoundException
Constructs a ServiceNotFoundException with no detail message.
ServiceNotFoundException(String) - Constructor for exception org.jboss.msc.service.ServiceNotFoundException
Constructs a ServiceNotFoundException with the specified detail message.
ServiceNotFoundException(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.
serviceRemoved(ServiceController<? extends S>) - Method in class org.jboss.msc.service.AbstractServiceListener
The service has been removed.
serviceRemoved(ServiceController<? extends S>) - Method in interface org.jboss.msc.service.ServiceListener
The service has been removed.
serviceStarted(ServiceController<? extends S>) - Method in class org.jboss.msc.service.AbstractServiceListener
The service is started (up).
serviceStarted(ServiceController<? extends S>) - Method in interface org.jboss.msc.service.ServiceListener
The service is started (up).
serviceStarted(ServiceController<? extends Object>) - Method in class org.jboss.msc.service.TimingServiceListener
The service is started (up).
serviceStarting(ServiceController<? extends S>) - Method in class org.jboss.msc.service.AbstractServiceListener
The service is starting.
serviceStarting(ServiceController<? extends S>) - Method in interface org.jboss.msc.service.ServiceListener
The service is starting.
serviceStopped(ServiceController<? extends S>) - Method in class org.jboss.msc.service.AbstractServiceListener
The service is stopped (down).
serviceStopped(ServiceController<? extends S>) - Method in interface org.jboss.msc.service.ServiceListener
The service is stopped (down).
serviceStopping(ServiceController<? extends S>) - Method in class org.jboss.msc.service.AbstractServiceListener
The service is stopping.
serviceStopping(ServiceController<? extends S>) - Method in interface org.jboss.msc.service.ServiceListener
The service is stopping.
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.
setExecutor(Executor) - Method in interface org.jboss.msc.service.ServiceContainer
Set the container executor.
setInitialMode(ServiceController.Mode) - Method in interface org.jboss.msc.service.ServiceBuilder
Set the initial mode.
setLocation() - Method in interface org.jboss.msc.service.ServiceBuilder
Set the service definition location to be the caller's location.
setLocation(Location) - Method in interface org.jboss.msc.service.ServiceBuilder
Set the service definition location, if any.
SetMethodInjector<T> - Class in org.jboss.msc.inject
An injector which calls a setter method.
SetMethodInjector(Value<?>, Value<Method>) - Constructor for class org.jboss.msc.inject.SetMethodInjector
Construct a new instance.
SetMethodInjector(Value<?>, Method) - Constructor for class org.jboss.msc.inject.SetMethodInjector
Construct a new instance.
SetMethodInjector(Value<? extends C>, Class<C>, String, Class<T>) - Constructor for class org.jboss.msc.inject.SetMethodInjector
Construct a new instance.
SetMethodInjector(C, Class<C>, String, Class<T>) - 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.
setServiceName(ServiceName) - Method in exception org.jboss.msc.service.StartException
 
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 interface org.jboss.msc.service.ServiceContainer
Stop all services within this container.
SoftReference<T,A> - Class in org.jboss.msc.ref
A reapable soft reference with an attachment.
SoftReference(T) - Constructor for class org.jboss.msc.ref.SoftReference
 
SoftReference(T, A) - Constructor for class org.jboss.msc.ref.SoftReference
 
SoftReference(T, A, ReferenceQueue<? super T>) - Constructor for class org.jboss.msc.ref.SoftReference
 
SoftReference(T, A, Reaper<T, A>) - Constructor for class org.jboss.msc.ref.SoftReference
 
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.
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(Location) - Constructor for exception org.jboss.msc.service.StartException
 
StartException(String, Location) - Constructor for exception org.jboss.msc.service.StartException
 
StartException(String, Throwable, Location) - Constructor for exception org.jboss.msc.service.StartException
 
StartException(Throwable, Location) - Constructor for exception org.jboss.msc.service.StartException
 
StartException(String, Throwable, Location, 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.
StopContext - Interface in org.jboss.msc.service
The stop lifecycle context.
stopFailed(Throwable, ServiceName) - Method in class org.jboss.msc.service.ServiceLogger_$logger
Deprecated.  
stopServiceMissing(ServiceName) - Method in class org.jboss.msc.service.ServiceLogger_$logger
Deprecated.  
StrongReference<T,A> - Class in org.jboss.msc.ref
A strong reference with an attachment.
StrongReference(T, A) - Constructor for class org.jboss.msc.ref.StrongReference
 
StrongReference(T) - Constructor for class org.jboss.msc.ref.StrongReference
 
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.
toString() - Method in class org.jboss.msc.ref.PhantomReference
 
toString() - Method in class org.jboss.msc.ref.SoftReference
 
toString() - Method in class org.jboss.msc.ref.StrongReference
 
toString() - Method in class org.jboss.msc.ref.WeakReference
 
toString() - Method in class org.jboss.msc.service.Location
Get the human-readable string representation of this location.
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
 
translate(I) - Method in class org.jboss.msc.translate.CastingTranslator
Translate an input value.
translate(I) - Method in class org.jboss.msc.translate.ConstructionTranslator
Translate an input value.
translate(I) - Method in class org.jboss.msc.translate.FieldTraversingTranslator
Translate an input value.
translate(I) - Method in class org.jboss.msc.translate.MethodTraversingTranslator
Translate an input value.
translate(I) - Method in interface org.jboss.msc.translate.Translator
Translate an input value.
TranslatingInjector<I,O> - Class in org.jboss.msc.inject
An injector which passes a value through a translator to another injector.
TranslatingInjector(Translator<I, O>, Injector<O>) - Constructor for class org.jboss.msc.inject.TranslatingInjector
Construct a new instance.
TranslationException - Exception in org.jboss.msc.translate
Thrown when translation fails.
TranslationException() - Constructor for exception org.jboss.msc.translate.TranslationException
Constructs a TranslationException with no detail message.
TranslationException(String) - Constructor for exception org.jboss.msc.translate.TranslationException
Constructs a TranslationException with the specified detail message.
TranslationException(Throwable) - Constructor for exception org.jboss.msc.translate.TranslationException
Constructs a TranslationException with the specified cause.
TranslationException(String, Throwable) - Constructor for exception org.jboss.msc.translate.TranslationException
Constructs a TranslationException with the specified detail message and cause.
Translator<I,O> - Interface in org.jboss.msc.translate
A mechanism for converting one value to another through various means.

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.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.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.MethodInjector
 
uninject() - Method in class org.jboss.msc.inject.SetMethodInjector
Uninject the given value (in other words, cancel or undo a previous injection).
uninject() - Method in class org.jboss.msc.inject.TranslatingInjector
Uninject the given value (in other words, cancel or undo a previous injection).
uninject() - Method in class org.jboss.msc.value.InjectedValue
Uninject the given value (in other words, cancel or undo a previous injection).
uninjectFailed(Throwable, Object) - Method in class org.jboss.msc.inject.InjectorLogger_$logger
Deprecated.  
uninjectFailed(Throwable, ServiceName, ValueInjection<?>) - Method in class org.jboss.msc.service.ServiceLogger_$logger
Deprecated.  

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.
valueOf(String) - Static method in enum org.jboss.msc.ref.Reference.Type
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.
values() - Static method in enum org.jboss.msc.ref.Reference.Type
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 - Class in org.jboss.msc.value
Value utility methods.
Version - Class in org.jboss.msc
The current version of this module.
VERSION - Static variable in class org.jboss.msc.Version
The current version.

W

WeakReference<T,A> - Class in org.jboss.msc.ref
A reapable weak reference with an attachment.
WeakReference(T) - Constructor for class org.jboss.msc.ref.WeakReference
 
WeakReference(T, A) - Constructor for class org.jboss.msc.ref.WeakReference
 
WeakReference(T, A, ReferenceQueue<? super T>) - Constructor for class org.jboss.msc.ref.WeakReference
 
WeakReference(T, A, Reaper<T, A>) - Constructor for class org.jboss.msc.ref.WeakReference
 

A B C D E F G H I J L M N O P R S T U V W
JBoss Modular Service Kernel API 1.0.0.Beta4-SNAPSHOT

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