Uses of Class
org.teleal.cling.model.state.StateVariableValue

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
 

Fields in org.teleal.cling.model with type parameters of type StateVariableValue
protected  java.util.List<StateVariableValue> DefaultServiceManager.DefaultPropertyChangeListener.currentValues
           
 

Methods in org.teleal.cling.model that return types with arguments of type StateVariableValue
 java.util.List<StateVariableValue> ServiceManager.readEventedStateVariableValues()
           
 java.util.List<StateVariableValue> DefaultServiceManager.readEventedStateVariableValues()
           
 

Constructor parameters in org.teleal.cling.model with type arguments of type StateVariableValue
DefaultServiceManager.DefaultPropertyChangeListener(java.util.List<StateVariableValue> currentValues)
           
 

Uses of StateVariableValue in org.teleal.cling.model.gena
 

Fields in org.teleal.cling.model.gena with type parameters of type StateVariableValue
protected  java.util.Map<java.lang.String,StateVariableValue<S>> GENASubscription.currentValues
           
 

Methods in org.teleal.cling.model.gena that return types with arguments of type StateVariableValue
 java.util.Map<java.lang.String,StateVariableValue<S>> GENASubscription.getCurrentValues()
           
 

Method parameters in org.teleal.cling.model.gena with type arguments of type StateVariableValue
protected  java.util.Set<java.lang.String> LocalGENASubscription.moderateStateVariables(long currentTime, java.util.Collection<StateVariableValue> values)
           
 void RemoteGENASubscription.receive(UnsignedIntegerFourBytes sequence, java.util.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
 java.util.Collection<StateVariableValue> OutgoingEventRequestMessage.getStateVariableValues()
           
 java.util.List<StateVariableValue> IncomingEventRequestMessage.getStateVariableValues()
           
 

Constructor parameters in org.teleal.cling.model.message.gena with type arguments of type StateVariableValue
OutgoingEventRequestMessage(GENASubscription subscription, java.net.URL callbackURL, UnsignedIntegerFourBytes sequence, java.util.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, java.lang.Object serviceImpl)
           
 



Copyright © 2010 Teleal GmbH, Switzerland. All Rights Reserved.