|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use StateVariableValue | |
|---|---|
| org.fourthline.cling.model | |
| org.fourthline.cling.model.gena | |
| org.fourthline.cling.model.message.gena | |
| org.fourthline.cling.model.state | |
| Uses of StateVariableValue in org.fourthline.cling.model |
|---|
| Methods in org.fourthline.cling.model that return types with arguments of type StateVariableValue | |
|---|---|
Collection<StateVariableValue> |
ServiceManager.getCurrentState()
Reading the state of a service manually. |
Collection<StateVariableValue> |
DefaultServiceManager.getCurrentState()
|
protected Collection<StateVariableValue> |
DefaultServiceManager.getCurrentState(String[] variableNames)
|
protected Collection<StateVariableValue> |
DefaultServiceManager.readInitialEventedStateVariableValues()
|
| Uses of StateVariableValue in org.fourthline.cling.model.gena |
|---|
| Fields in org.fourthline.cling.model.gena with type parameters of type StateVariableValue | |
|---|---|
protected Map<String,StateVariableValue<S>> |
GENASubscription.currentValues
|
| Methods in org.fourthline.cling.model.gena that return types with arguments of type StateVariableValue | |
|---|---|
Map<String,StateVariableValue<S>> |
GENASubscription.getCurrentValues()
|
| Method parameters in org.fourthline.cling.model.gena with type arguments of type StateVariableValue | |
|---|---|
protected Set<String> |
LocalGENASubscription.moderateStateVariables(long currentTime,
Collection<StateVariableValue> values)
Checks whether a state variable is moderated, and if this change is within the maximum rate and range limits. |
void |
RemoteGENASubscription.receive(UnsignedIntegerFourBytes sequence,
Collection<StateVariableValue> newValues)
|
| Uses of StateVariableValue in org.fourthline.cling.model.message.gena |
|---|
| Methods in org.fourthline.cling.model.message.gena that return types with arguments of type StateVariableValue | |
|---|---|
Collection<StateVariableValue> |
OutgoingEventRequestMessage.getStateVariableValues()
|
List<StateVariableValue> |
IncomingEventRequestMessage.getStateVariableValues()
|
| Constructor parameters in org.fourthline.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.fourthline.cling.model.state |
|---|
| Methods in org.fourthline.cling.model.state that return StateVariableValue | |
|---|---|
StateVariableValue |
StateVariableAccessor.read(StateVariable<LocalService> stateVariable,
Object serviceImpl)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||