Class ProxyManagement
- java.lang.Object
-
- org.openprovenance.prov.template.log2prov.ProxyManagement
-
public class ProxyManagement extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classProxyManagement.PassthroughInvocationHandler
-
Constructor Summary
Constructors Constructor Description ProxyManagement()
-
Method Summary
Modifier and Type Method Description <T> TfacadeProxy(Class<T> iface, Object remoteObject)static <T> TsimpleProxy(Class iface, InvocationHandler handler, Class... otherIfaces)
-
-
-
Method Detail
-
simpleProxy
public static <T> T simpleProxy(Class iface, InvocationHandler handler, Class... otherIfaces)
-
-