org.teleal.cling.model.state
Class ServiceState

java.lang.Object
  extended by org.teleal.cling.model.state.ServiceState

public class ServiceState
extends Object

Author:
Christian Bauer

Field Summary
static String ALL_STATE_VARIABLE_VALUES
           
protected  PropertyChangeSupport propertyChangeSupport
           
protected  LocalService service
           
protected  List<StateVariableValue> variableValues
           
 
Constructor Summary
ServiceState()
           
 
Method Summary
 PropertyChangeSupport getPropertyChangeSupport()
           
 LocalService getService()
           
 void init(LocalService service)
           
 List<StateVariableValue> readEventedStateVariableValues()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

ServiceState

public ServiceState()
Method Detail

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.