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

/glassfish-3.1.2/web/web-core/src/main/java/org/apache/catalina/fileupload/
H A DPartItem.java96 * The UID to use when serializing this instance.
104 * UID used in unique file name generation.
106 private static final String UID = field in class:PartItem
107 new java.rmi.server.UID().toString()
630 "upload_" + UID + "_" + getUniqueId() + ".tmp";

Completed in 15 milliseconds