Package | Description |
---|---|
org.fourthline.cling.model | |
org.fourthline.cling.model.gena | |
org.fourthline.cling.model.message.gena | |
org.fourthline.cling.model.state |
Modifier and Type | Method and Description |
---|---|
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() |
Modifier and Type | Field and Description |
---|---|
protected Map<String,StateVariableValue<S>> |
GENASubscription.currentValues |
Modifier and Type | Method and Description |
---|---|
Map<String,StateVariableValue<S>> |
GENASubscription.getCurrentValues() |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
Collection<StateVariableValue> |
OutgoingEventRequestMessage.getStateVariableValues() |
List<StateVariableValue> |
IncomingEventRequestMessage.getStateVariableValues() |
Constructor and Description |
---|
OutgoingEventRequestMessage(GENASubscription subscription,
URL callbackURL,
UnsignedIntegerFourBytes sequence,
Collection<StateVariableValue> values) |
Modifier and Type | Method and Description |
---|---|
StateVariableValue |
StateVariableAccessor.read(StateVariable<LocalService> stateVariable,
Object serviceImpl) |
Copyright © 2015 4th Line GmbH, Switzerland. All rights reserved.