|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StateVariableValue | |
---|---|
org.teleal.cling.model | |
org.teleal.cling.model.gena | |
org.teleal.cling.model.message.gena | |
org.teleal.cling.model.state |
Uses of StateVariableValue in org.teleal.cling.model |
---|
Methods in org.teleal.cling.model that return types with arguments of type StateVariableValue | |
---|---|
Collection<StateVariableValue> |
ServiceManager.readEventedStateVariableValues()
Reading the state of a service manually. |
Collection<StateVariableValue> |
DefaultServiceManager.readEventedStateVariableValues()
|
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)
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.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 |
---|
Methods in org.teleal.cling.model.state that return StateVariableValue | |
---|---|
StateVariableValue |
StateVariableAccessor.read(StateVariable<LocalService> stateVariable,
Object serviceImpl)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |