Interface MethodObjectFactory
-
- All Known Implementing Classes:
DefaultMethodObjectFactory,StaticMethodObjectFactory
public interface MethodObjectFactoryFactory to create theObjectinstance to invoke theMethodon.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.ObjectcreateInstance(ManagedFunctionContext<Indexed,Indexed> context)Creates theObjectinstance to invoke theMethodon.
-
-
-
Method Detail
-
createInstance
java.lang.Object createInstance(ManagedFunctionContext<Indexed,Indexed> context) throws java.lang.Throwable
Creates theObjectinstance to invoke theMethodon.- Parameters:
context-ManagedFunctionContext.- Returns:
Objectinstance to invoke theMethodon.- Throws:
java.lang.Throwable- If fails to create the instance.
-
-