|
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.ListItemValue<T>
T
- the value typepublic final class ListItemValue<T>
A value which is acquired from a list by numerical index.
Constructor Summary | |
---|---|
ListItemValue(Value<java.util.List<? extends T>> listValue,
Value<? extends java.lang.Number> indexValue)
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 ListItemValue(Value<java.util.List<? extends T>> listValue, Value<? extends java.lang.Number> indexValue)
listValue
- the list in which to lookindexValue
- the index at which to lookMethod 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 |