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

/glassfish-3.1.2/tests/osgi-javaee/osgi-web/common/
H A DBundleUtil.java75 //uninstall the previously installed bundle
76 bundleUtil.uninstall();
94 public void uninstall() { method in class:BundleUtil
/glassfish-3.1.2/tests/utils/src/main/java/org/glassfish/tests/utils/
H A DProxyModule.java157 public void uninstall() { method in class:ProxyModule
/glassfish-3.1.2/cluster/admin/src/main/java/com/sun/enterprise/v3/admin/cluster/
H A DDeleteNodeRemoteCommand.java81 boolean uninstall; field in class:DeleteNodeRemoteCommand
119 if (uninstall) {
120 //store needed info for uninstall
146 //uninstall GlassFish after deleting the node
147 if (uninstall) {
157 * Prepares for invoking uninstall-node on DAS
159 * @return true if uninstall-node succeeds, false otherwise
183 String firstErrorMessage = Strings.get("delete.node.ssh.uninstall.failed", node.getName(), host);
193 String msg = Strings.get("delete.node.ssh.uninstall.success", host);
207 * @return exit status of uninstall
[all...]
/glassfish-3.1.2/admin/server-mgmt/src/main/java/com/sun/enterprise/admin/servermgmt/services/
H A DLinuxService.java107 System.out.println(Strings.get("linux.services.uninstall.good"));
124 uninstall();
291 int uninstall() { method in class:LinuxService
H A DWindowsService.java87 if (uninstall() == 0 && !info.dryRun)
88 trace(Strings.get("windows.services.uninstall.good"));
115 pm = new ProcessManager(targetWin32Exe.getAbsolutePath(), "uninstall");
276 private int uninstall() throws ProcessManagerException { method in class:WindowsService
279 // it is NOT an error to not be able to uninstall
280 ProcessManager mgr = new ProcessManager(targetWin32Exe.getPath(), "uninstall");
/glassfish-3.1.2/core/bootstrap/src/main/java/com/sun/enterprise/glassfish/bootstrap/osgi/
H A DBundleProvisioner.java205 // uninstall, update, install, refresh & start.
206 uninstall(deletedBundles);
310 private int uninstall(Collection<Jar> bundles) { method in class:BundleProvisioner
315 logger.logp(Level.WARNING, "BundleProvisioner", "uninstall",
316 "Can't uninstall bundle = {0} as it's already uninstalled", new Object[]{bundle});
320 bundle.uninstall();
323 logger.logp(Level.INFO, "BundleProvisioner", "uninstall",
327 logger.logp(Level.WARNING, "BundleProvisioner", "uninstall",
328 "Failed to uninstall bundle " + jar.getPath(),

Completed in 56 milliseconds