| Package | Description |
|---|---|
| org.jupnp.model | |
| org.jupnp.model.gena | |
| org.jupnp.model.message.gena | |
| org.jupnp.model.state |
| Modifier and Type | Method and Description |
|---|---|
Collection<StateVariableValue> |
DefaultServiceManager.getCurrentState() |
Collection<StateVariableValue> |
ServiceManager.getCurrentState()
Reading the state of a service manually.
|
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 © 2023 jUPnP.org. All rights reserved.