org.teleal.cling.model
Interface ServiceManager<T>
- All Known Implementing Classes:
- DefaultServiceManager
public interface ServiceManager<T>
- Author:
- Christian Bauer
EVENTED_STATE_VARIABLES
static final String EVENTED_STATE_VARIABLES
- See Also:
- Constant Field Values
getService
LocalService<T> getService()
getImplementation
T getImplementation()
execute
void execute(Command<T> cmd)
throws Exception
- Throws:
Exception
getPropertyChangeSupport
PropertyChangeSupport getPropertyChangeSupport()
readEventedStateVariableValues
List<StateVariableValue> readEventedStateVariableValues()
throws Exception
- Throws:
Exception
Copyright © 2010 Teleal GmbH, Switzerland. All Rights Reserved.