/glassfish-3.1.2/common/common-util/src/main/java/com/sun/enterprise/universal/process/ |
H A D | ProcessManagerException.java | 42 * ProcessManagerException.java 50 public class ProcessManagerException extends Exception { class in inherits:Exception 52 public ProcessManagerException(Throwable cause) { method in class:ProcessManagerException 55 public ProcessManagerException(String message) { method in class:ProcessManagerException
|
H A D | ProcessManagerTimeoutException.java | 43 public class ProcessManagerTimeoutException extends ProcessManagerException {
|
H A D | LocalAdminCommand.java | 69 public int execute() throws ProcessManagerException { 71 throw new ProcessManagerException("asadmin is not executable!");
|
H A D | ProcessUtils.java | 121 catch (ProcessManagerException ex) { 150 private static boolean isProcessRunningWindows(int aPid) throws ProcessManagerException { 179 throw new ProcessManagerException("unknown"); 182 private static Boolean isProcessRunningUnix(int aPid) throws ProcessManagerException {
|
H A D | ProcessManager.java | 99 public final int execute() throws ProcessManagerException { 121 catch (ProcessManagerException pme) { 129 throw new ProcessManagerException(e); 162 private void writeStdin() throws ProcessManagerException { 179 throw new ProcessManagerException(e); 265 catch (ProcessManagerException pme) {
|
/glassfish-3.1.2/tests/quicklook/utils/src/com/sun/appserv/test/util/process/ |
H A D | ProcessManagerException.java | 42 * ProcessManagerException.java 50 public class ProcessManagerException extends Exception { class in inherits:Exception 52 public ProcessManagerException(Throwable cause) { method in class:ProcessManagerException
|
H A D | ProcessManagerTimeoutException.java | 43 public class ProcessManagerTimeoutException extends ProcessManagerException {
|
H A D | ProcessManager.java | 101 public final int execute() throws ProcessManagerException { 120 } catch (ProcessManagerException pme) { 127 throw new ProcessManagerException(e); 156 private void writeStdin() throws ProcessManagerException { 171 throw new ProcessManagerException(e); 238 } catch (ProcessManagerException pme) {
|
/glassfish-3.1.2/cluster/ssh/src/main/java/org/glassfish/cluster/ssh/connect/ |
H A D | NodeRunner.java | 48 import com.sun.enterprise.universal.process.ProcessManagerException; 119 * @throws ProcessManagerException There was an error executing the 129 ProcessManagerException, 140 ProcessManagerException, 167 ProcessManagerException { 182 throw new ProcessManagerException(asadmin.getAbsolutePath() + " is not executable.");
|
/glassfish-3.1.2/common/common-util/src/test/java/com/sun/enterprise/universal/process/ |
H A D | ProcessManagerTest.java | 86 public void test1() throws ProcessManagerException {
|
/glassfish-3.1.2/admin/server-mgmt/src/main/java/com/sun/enterprise/admin/servermgmt/services/ |
H A D | WindowsService.java | 43 import com.sun.enterprise.universal.process.ProcessManagerException; 130 catch (ProcessManagerException ex) { 276 private int uninstall() throws ProcessManagerException { 288 private void install() throws ProcessManagerException {
|
H A D | LinuxService.java | 44 import com.sun.enterprise.universal.process.ProcessManagerException; 286 private void install() throws ProcessManagerException { 371 catch (ProcessManagerException e) {
|
H A D | SMFService.java | 43 import com.sun.enterprise.universal.process.ProcessManagerException;
|
/glassfish-3.1.2/tests/quicklook/utils/src/com/sun/appserv/test/ |
H A D | BaseDevTest.java | 66 import com.sun.appserv.test.util.process.ProcessManagerException; 130 catch (ProcessManagerException ex) {
|
/glassfish-3.1.2/security/core/src/main/java/com/sun/enterprise/security/admin/cli/ |
H A D | SecureAdminConfigUpgrade.java | 52 import com.sun.enterprise.universal.process.ProcessManagerException; 186 KeyStoreException, UnrecoverableKeyException, ProcessManagerException, TransactionFailure, RetryableException, PropertyVetoException { 324 private void ensureKeyPairForInstanceAlias() throws IOException, NoSuchAlgorithmException, CertificateException, KeyStoreException, UnrecoverableKeyException, ProcessManagerException {
|
/glassfish-3.1.2/admin/cli/src/main/java/com/sun/enterprise/admin/cli/ |
H A D | StopDomainCommand.java | 43 import com.sun.enterprise.universal.process.ProcessManagerException;
|
/glassfish-3.1.2/cluster/admin/src/main/java/com/sun/enterprise/v3/admin/cluster/ |
H A D | CreateRemoteNodeCommand.java | 44 import com.sun.enterprise.universal.process.ProcessManagerException; 297 catch (ProcessManagerException ex) {
|
H A D | DeleteNodeRemoteCommand.java | 60 import com.sun.enterprise.universal.process.ProcessManagerException;
250 catch (ProcessManagerException ex) {
|
H A D | NodeUtils.java | 48 import com.sun.enterprise.universal.process.ProcessManagerException; 621 catch (ProcessManagerException ex) {
|
/glassfish-3.1.2/cluster/ssh/src/main/java/org/glassfish/cluster/ssh/launcher/ |
H A D | SSHLauncher.java | 52 import com.sun.enterprise.universal.process.ProcessManagerException; 833 catch (ProcessManagerException ex) {
|