org.teleal.cling.model
Class ServiceManager

java.lang.Object
  extended by org.teleal.cling.model.ServiceManager
Direct Known Subclasses:
DefaultServiceManager

public abstract class ServiceManager
extends Object

Author:
Christian Bauer

Constructor Summary
ServiceManager()
           
 
Method Summary
abstract  void executeLocked(Command cmd)
           
abstract  Object getImplementation(LocalService service)
           
abstract  ServiceState getState()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceManager

public ServiceManager()
Method Detail

getImplementation

public abstract Object getImplementation(LocalService service)
                                  throws Exception
Throws:
Exception

executeLocked

public abstract void executeLocked(Command cmd)
                            throws Exception
Throws:
Exception

getState

public abstract ServiceState getState()


Copyright © 2010 Teleal GmbH, Switzerland. All Rights Reserved.