JavaScript is disabled on your browser.
JBoss Modular Service Kernel API 1.0.2.GA
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
Type Parameters: T
- the value type
All Known Subinterfaces:
Service <T>, ServiceController <S>
All Known Implementing Classes:
AbstractService , CachedValue , CheckedValue , ClassOfValue , ConstructedValue , DefaultValue , EnvironmentPropertyValue , FieldValue , ImmediateValue , InjectedSetValue , InjectedValue , ListItemValue , ListValue , MapEntryValue , MapItemValue , MapValue , MethodValue , ProviderValue , ReferenceValue , SetValue , SystemPropertyValue , ThreadLocalValue , ValueInjectionService , ValueService
public interface Value<T>
An indirect value. A value may be available trivially (without any computation), or it may involve a complex calculation
to produce. The value may also be time-sensitive , such that it is only available under certain circumstances
(e.g. when the corresponding service is "up").
Author:
David M. Lloyd
Method Summary
Methods
Modifier and Type
Method and Description
T
getValue ()
Get the actual value.
JBoss Modular Service Kernel API 1.0.2.GA
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
Copyright © 2011 JBoss, a division of Red Hat, Inc.