org.teleal.cling.model.state
Class ServiceState
java.lang.Object
org.teleal.cling.model.state.ServiceState
public class ServiceState
- extends Object
- Author:
- Christian Bauer
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ALL_STATE_VARIABLE_VALUES
public static final String ALL_STATE_VARIABLE_VALUES
- See Also:
- Constant Field Values
service
protected LocalService service
propertyChangeSupport
protected PropertyChangeSupport propertyChangeSupport
variableValues
protected List<StateVariableValue> variableValues
ServiceState
public ServiceState()
getService
public LocalService getService()
init
public void init(LocalService service)
throws Exception
- Throws:
Exception
getPropertyChangeSupport
public PropertyChangeSupport getPropertyChangeSupport()
readEventedStateVariableValues
public List<StateVariableValue> readEventedStateVariableValues()
throws Exception
- Throws:
Exception
Copyright © 2010 Teleal GmbH, Switzerland. All Rights Reserved.