Searched defs:upload (Results 1 - 1 of 1) sorted by relevance

/glassfish-3.1.2/tests/amx/src/org/glassfish/admin/amxtest/base/
H A DUploadDownloadMgrTest.java83 upload( method in class:UploadDownloadMgrTest
107 printElapsed("UploadDownloadMgr.upload: " + totalSize + " bytes", start);
260 upload(f.toString(), mLength);
346 final Object id = upload("./deploy.temp1." + now(), 1024 * K);
352 final Object id = upload("./deploy.temp2." + now(), 1 + 100 * K);
358 final Object id = upload("./deploy.temp3." + now(), 1);
364 final Object id = upload("./deploy.temp4." + now(), K + 1);
370 final Object id = upload(null, 1 + 2048 * K);

Completed in 57 milliseconds