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