Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1.7.0)

E10653-08

oracle.jbo.server.svc
Class WLSContextCrossAppProxy.WLSCrossAppProxy

java.lang.Object
  extended by 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


Nested Class Summary
 class WLSContextCrossAppProxy.WLSCrossAppProxy.ServiceJTAAction
           
 
Constructor Summary
WLSContextCrossAppProxy.WLSCrossAppProxy(java.lang.Object impl)
           
 
Method Summary
 java.lang.Object invoke(java.lang.Object proxy, java.lang.reflect.Method method, java.lang.Object[] args)
           
static
<T> T
makeProxy(java.lang.Class<T> ifc, T impl)
           
static
<T> T
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
 

Constructor Detail

WLSContextCrossAppProxy.WLSCrossAppProxy

public WLSContextCrossAppProxy.WLSCrossAppProxy(java.lang.Object impl)
Method Detail

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)

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1.7.0)

E10653-08

Copyright © 1997, 2013, Oracle. All rights reserved.