119120121122123124125126127128129
if (status != Nfs3Status.NFS3_OK) { LOG.error("Create failed, status =" + status); return; } LOG.info("Create succeeded"); rsp.readBoolean(); // value follow handle = new FileHandle(); handle.deserialize(rsp); channel = e.getChannel(); } }
117118119120121122123124125126127
126127128129130131132133134135136
118119120121122123124125126127128