3334353637383940414243
ctx = new InitialContext(properties); return ctx; } public M3Interface lookupRemote() throws NamingException { M3Interface facade; Context ctx; if(cache == null) { ctx = getInitialContext(); Object proxy = ctx.lookup(FACADE);