|
|
|
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.torweg.pulse.invocation.BundleInvoker
public class BundleInvoker
invokes all Bundles of the pulse container.
Bundle explicitly called is executedBundles are executed until a StopEvent
occurs or all Bundles are executed
| Constructor Summary | |
|---|---|
BundleInvoker()
|
|
| Method Summary | |
|---|---|
void |
execute(ServiceRequest request, ResultSet rs)
performs the user authentication tasks and adds the authenticated user to the request before running all Bundles according to the current
Command. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BundleInvoker()
| Method Detail |
|---|
public final void execute(ServiceRequest request, ResultSet rs)
throws java.lang.IllegalArgumentException,
java.lang.InstantiationException,
java.lang.IllegalAccessException,
java.lang.reflect.InvocationTargetException
Bundles according to the current
Command.
execute in interface Invokerrequest - the service requestrs - the result set
java.lang.reflect.InvocationTargetException - on errors executing the method
java.lang.IllegalAccessException - on errors executing the method
java.lang.InstantiationException - on errors executing the method
java.lang.IllegalArgumentException - on errors executing the method
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||