Class GenericProxy
java.lang.Object
ortus.boxlang.runtime.interop.proxies.BaseProxy
ortus.boxlang.runtime.interop.proxies.GenericProxy
- All Implemented Interfaces:
InvocationHandler
A generic proxy allows you to wrap any object and call any method on it from Java/BoxLang
-
Field Summary
Fields inherited from class ortus.boxlang.runtime.interop.proxies.BaseProxy
appContext, context, defaultMethod, logger, target, threadManager -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ortus.boxlang.runtime.interop.proxies.BaseProxy
getAsFunction, getCurrentThread, getCurrentThreadName, getDefaultMethod, getDynamicTarget, getLogger, getThreadManager, invoke, invoke, isClassRunnableTarget, isFunctionTarget, isInForkJoinPool, isInThread
-
Constructor Details
-
GenericProxy
-
-
Method Details
-
invoke
- Specified by:
invokein interfaceInvocationHandler- Throws:
Throwable
-