oracle.jbo.server.svc
Class WLSContextCrossAppProxy.WLSCrossAppProxy
java.lang.Object
  
oracle.jbo.server.svc.WLSContextCrossAppProxy.WLSCrossAppProxy
- All Implemented Interfaces: 
 - java.lang.reflect.InvocationHandler
 
- Enclosing class:
 - WLSContextCrossAppProxy
 
public static class WLSContextCrossAppProxy.WLSCrossAppProxy
- extends java.lang.Object
- implements java.lang.reflect.InvocationHandler
  
 
| 
Method Summary | 
 java.lang.Object | 
invoke(java.lang.Object proxy,
       java.lang.reflect.Method method,
       java.lang.Object[] args)
 
            | 
static
 | 
makeProxy(java.lang.Class<T> ifc,
          T impl)
 
            | 
static
 | 
makeProxy(java.lang.ClassLoader classLoader,
          java.lang.Class<T> ifc,
          T impl)
 
            | 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
WLSContextCrossAppProxy.WLSCrossAppProxy
public WLSContextCrossAppProxy.WLSCrossAppProxy(java.lang.Object impl)
invoke
public java.lang.Object invoke(java.lang.Object proxy,
                               java.lang.reflect.Method method,
                               java.lang.Object[] args)
                        throws java.lang.Throwable
- Specified by:
 invoke in interface java.lang.reflect.InvocationHandler
 
- Throws:
 java.lang.Throwable
 
makeProxy
public static <T> T makeProxy(java.lang.Class<T> ifc,
                              T impl)
 
 
makeProxy
public static <T> T makeProxy(java.lang.ClassLoader classLoader,
                              java.lang.Class<T> ifc,
                              T impl)
 
 
Copyright © 1997, 2011, Oracle. All rights reserved.