JBoss Modular Service Container 1.2.0.Beta1
- java.lang.Object
-
- org.jboss.msc.value.ReferenceValue<T>
-
-
Constructor Summary
Constructors
Constructor and Description |
ReferenceValue(org.jboss.modules.ref.Reference<? extends T,?> reference)
Construct a new instance.
|
-
Method Summary
Methods
Modifier and Type |
Method and Description |
T |
getValue()
Get the actual value.
|
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
ReferenceValue
public ReferenceValue(org.jboss.modules.ref.Reference<? extends T,?> reference)
Construct a new instance.
- Parameters:
reference
- the reference to refer to
-
Method Detail
-
getValue
public T getValue()
Get the actual value.
- Specified by:
getValue
in interface Value<T>
- Returns:
- the actual value
JBoss Modular Service Container 1.2.0.Beta1
Copyright © 2012 JBoss, a division of Red Hat, Inc.