Class ProxyManagement

java.lang.Object
org.openprovenance.prov.template.log2prov.ProxyManagement

public class ProxyManagement extends Object
  • Field Details

    • debug

      public static boolean debug
  • Constructor Details

    • ProxyManagement

      public ProxyManagement()
  • Method Details

    • simpleProxy

      public static <T> T simpleProxy(Class iface, InvocationHandler handler, Class... otherIfaces)
    • facadeProxy

      public <T> T facadeProxy(Class<T> iface, Object remoteObject)