org.teleal.cling.model
Interface ServiceManager<T>

All Known Implementing Classes:
DefaultServiceManager

public interface ServiceManager<T>

Author:
Christian Bauer

Field Summary
static String EVENTED_STATE_VARIABLES
           
 
Method Summary
 void execute(Command<T> cmd)
           
 T getImplementation()
           
 PropertyChangeSupport getPropertyChangeSupport()
           
 LocalService<T> getService()
           
 List<StateVariableValue> readEventedStateVariableValues()
           
 

Field Detail

EVENTED_STATE_VARIABLES

static final String EVENTED_STATE_VARIABLES
See Also:
Constant Field Values
Method Detail

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.