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

/glassfish-3.1.2/admin/rest/src/main/java/org/glassfish/admin/rest/provider/
H A DBaseProvider.java95 public boolean isWriteable(Class<?> type, Type genericType, Annotation[] antns, MediaType mt) { argument
97 return mt.isCompatible(supportedMediaType);
103 public long getSize(T t, Class<?> type, Type type1, Annotation[] antns, MediaType mt) { argument
/glassfish-3.1.2/cluster/admin/src/main/java/com/sun/enterprise/v3/admin/cluster/
H A DServerSynchronizer.java160 for (ModTime mt : sr.files) {
161 if (mt.name.equals("domain.xml")) {
162 domainXmlMT = mt;
183 for (ModTime mt : sr.files) {
184 if (mt.name.equals("domain.xml")) // did domain.xml above
186 if (configFileSet.contains(mt.name)) {
188 configFileSet.remove(mt.name);
189 syncFile(domainRootUri, configDir, mt, payload);
191 removeFile(domainRootUri, configDir, mt, payload);
267 * The file is named by mt
273 syncFile(URI root, File base, ModTime mt, Payload.Outbound payload) argument
306 removeFile(URI root, File base, ModTime mt, Payload.Outbound payload) argument
417 syncApp(Application app, File base, ModTime mt, Payload.Outbound payload) argument
647 removeApp(Application app, File base, ModTime mt, Payload.Outbound payload) argument
[all...]

Completed in 40 milliseconds