3334353637383940
*/ public class Asynch { public static Object getAsynchronousProxy(Object ejbRef) { JBossProxy proxy = (JBossProxy)ejbRef; return proxy.getAsynchronousProxy(); }
678910111213
/* */ /* */ public class Asynch /* */ { /* */ public static Object getAsynchronousProxy(Object ejbRef) /* */ { /* 38 */ JBossProxy proxy = (JBossProxy)ejbRef; /* 39 */ return proxy.getAsynchronousProxy(); /* */ }