de.danet.an.workflow.tools.util
Class SimpleApplicationDirectoryLookup

java.lang.Object
  extended byde.danet.an.workflow.tools.util.SimpleApplicationDirectoryLookup
All Implemented Interfaces:
Batch, java.io.Serializable

public class SimpleApplicationDirectoryLookup
extends java.lang.Object
implements Batch, java.io.Serializable

This class provides a Batch implementation that looks up and returns the remote interface of the SimpleApplicationDirectory.

Author:
Michael Lipp
See Also:
Serialized Form

Nested Class Summary
 
Nested classes inherited from class de.danet.an.workflow.api.Batch
Batch.Context
 
Constructor Summary
SimpleApplicationDirectoryLookup()
           
 
Method Summary
 java.lang.Object execute(Batch.Context ctx)
          Execute the batch.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleApplicationDirectoryLookup

public SimpleApplicationDirectoryLookup()
Method Detail

execute

public java.lang.Object execute(Batch.Context ctx)
                         throws java.lang.reflect.InvocationTargetException
Description copied from interface: Batch
Execute the batch.

Specified by:
execute in interface Batch
Parameters:
ctx - the execution context
Returns:
the result as defined by the implementing class
Throws:
java.lang.reflect.InvocationTargetException - wraps exceptions as defined by the implementing class