org.teleal.cling.model
Class ServiceManager<T>
java.lang.Object
org.teleal.cling.model.ServiceManager<T>
- Direct Known Subclasses:
- DefaultServiceManager
public abstract class ServiceManager<T>
- extends Object
- Author:
- Christian Bauer
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServiceManager
public ServiceManager()
getService
public abstract LocalService<T> getService()
getImplementation
public abstract T getImplementation()
executeLocked
public abstract void executeLocked(Command<T> cmd)
throws Exception
- Throws:
Exception
getState
public abstract ServiceState<T> getState()
Copyright © 2010 Teleal GmbH, Switzerland. All Rights Reserved.