|
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.SetValue<T>
T
- the set member typepublic final class SetValue<T>
A set value.
Constructor Summary | |
---|---|
SetValue(java.util.List<? extends Value<? extends T>> values)
Construct a new instance. |
Method Summary | |
---|---|
java.util.Set<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 SetValue(java.util.List<? extends Value<? extends T>> values)
values
- the values to add to the setMethod Detail |
---|
public java.util.Set<T> getValue() throws java.lang.IllegalStateException
getValue
in interface Value<java.util.Set<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 |