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


public interface Command<T>

Executable procedure, invoked and potentially decorated by the ServiceManager.

Author:
Christian Bauer

Method Summary
 void execute(ServiceManager<T> manager)
           
 

Method Detail

execute

void execute(ServiceManager<T> manager)
             throws Exception
Throws:
Exception


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