比如A機器獲得了B機器提供的jndi上下文,能否設置一個對象到jndi目錄中:Context ctx = getInitialContext(props);
User u = new User("test");
ctx.bind("user",u);上訴代碼在客戶端執行??