|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StateVariableValue | |
---|---|
org.teleal.cling.model.gena | |
org.teleal.cling.model.message.gena | |
org.teleal.cling.model.state |
Uses of StateVariableValue in org.teleal.cling.model.gena |
---|
Fields in org.teleal.cling.model.gena with type parameters of type StateVariableValue | |
---|---|
protected Map<String,StateVariableValue<S>> |
GENASubscription.currentValues
|
Methods in org.teleal.cling.model.gena that return types with arguments of type StateVariableValue | |
---|---|
Map<String,StateVariableValue<S>> |
GENASubscription.getCurrentValues()
|
Method parameters in org.teleal.cling.model.gena with type arguments of type StateVariableValue | |
---|---|
protected Set<String> |
LocalGENASubscription.moderateStateVariables(long currentTime,
Collection<StateVariableValue> values)
|
void |
RemoteGENASubscription.receive(UnsignedIntegerFourBytes sequence,
Collection<StateVariableValue> newValues)
|
Uses of StateVariableValue in org.teleal.cling.model.message.gena |
---|
Methods in org.teleal.cling.model.message.gena that return types with arguments of type StateVariableValue | |
---|---|
Collection<StateVariableValue> |
OutgoingEventRequestMessage.getStateVariableValues()
|
List<StateVariableValue> |
IncomingEventRequestMessage.getStateVariableValues()
|
Constructor parameters in org.teleal.cling.model.message.gena with type arguments of type StateVariableValue | |
---|---|
OutgoingEventRequestMessage(GENASubscription subscription,
URL callbackURL,
UnsignedIntegerFourBytes sequence,
Collection<StateVariableValue> values)
|
Uses of StateVariableValue in org.teleal.cling.model.state |
---|
Fields in org.teleal.cling.model.state with type parameters of type StateVariableValue | |
---|---|
protected List<StateVariableValue> |
ServiceState.variableValues
|
Methods in org.teleal.cling.model.state that return StateVariableValue | |
---|---|
StateVariableValue |
StateVariableAccessor.read(StateVariable<LocalService> stateVariable,
Object serviceImpl)
|
Methods in org.teleal.cling.model.state that return types with arguments of type StateVariableValue | |
---|---|
List<StateVariableValue> |
ServiceState.readEventedStateVariableValues()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |