|
JBoss Modular Service Kernel API 1.0.0.CR2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.msc.value.CheckedValue<T>
T
- the value typepublic final class CheckedValue<T>
A value whose type is checked before it is returned.
Constructor Summary | |
---|---|
CheckedValue(java.lang.Class<T> valueClass,
Value<?> value)
Construct a new instance. |
Method Summary | |
---|---|
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 |
---|
public CheckedValue(java.lang.Class<T> valueClass, Value<?> value)
valueClass
- the value classvalue
- the delegate valueMethod Detail |
---|
public T getValue() throws java.lang.IllegalStateException
getValue
in interface Value<T>
java.lang.IllegalStateException
- if the value is time-sensitive and the current state does not allow retrieval.
|
JBoss Modular Service Kernel API 1.0.0.CR2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |