org.torweg.pulse.invocation
Interface Invoker
- All Known Implementing Classes:
- BundleInvoker
public interface Invoker
Interface for Bundle invocation.
- Version:
- $Revision: 1748 $
- Author:
- Thomas Weber
|
Method Summary |
void |
execute(ServiceRequest request, ResultSet rs)
performs the user authentication tasks, if necessary, and runs all
Bundles according to the current Command. |
execute
void execute(ServiceRequest request, ResultSet rs)
throws java.lang.IllegalArgumentException,
java.lang.InstantiationException,
java.lang.IllegalAccessException,
java.lang.reflect.InvocationTargetException
- performs the user authentication tasks, if necessary, and runs all
Bundles according to the current Command.
- Parameters:
request - the current service requestrs - the result set
- Throws:
java.lang.reflect.InvocationTargetException - on errors executing a controller method
java.lang.IllegalAccessException - on errors executing a controller method
java.lang.InstantiationException - on errors executing a controller method
java.lang.IllegalArgumentException - on errors executing a controller method