com.sun.enterprise.admin.servermgmt
Class KeystoreManager.KeytoolExecutor

java.lang.Object
  extended by com.sun.enterprise.util.ProcessExecutor
      extended by com.sun.enterprise.admin.servermgmt.KeystoreManager.KeytoolExecutor
Enclosing class:
KeystoreManager

protected static class KeystoreManager.KeytoolExecutor
extends ProcessExecutor


Field Summary
 
Fields inherited from class com.sun.enterprise.util.ProcessExecutor
kDefaultTimeoutMillis, kSleepTime, mCmdStrings, mErrFile, mOutFile
 
Constructor Summary
KeystoreManager.KeytoolExecutor(String[] args, long timeoutInSeconds)
           
KeystoreManager.KeytoolExecutor(String[] args, long timeoutInSeconds, String[] inputLines)
           
 
Method Summary
 void execute(String keystoreErrorMsg, File keystoreName)
           
protected  String getExceptionMessage()
           
 
Methods inherited from class com.sun.enterprise.util.ProcessExecutor
execute, execute, execute, getExecutionRetentionFlag, getFileBuffer, getLastExecutionError, getLastExecutionOutput, getLatestOutput, getProcessExitValue, getSubProcess, main, retainBuffers, setExecutionRetentionFlag, setVerbose
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeystoreManager.KeytoolExecutor

public KeystoreManager.KeytoolExecutor(String[] args,
                                       long timeoutInSeconds)

KeystoreManager.KeytoolExecutor

public KeystoreManager.KeytoolExecutor(String[] args,
                                       long timeoutInSeconds,
                                       String[] inputLines)
Method Detail

getExceptionMessage

protected String getExceptionMessage()
Overrides:
getExceptionMessage in class ProcessExecutor

execute

public void execute(String keystoreErrorMsg,
                    File keystoreName)
             throws RepositoryException
Throws:
RepositoryException


Copyright © 2012 GlassFish Community. All Rights Reserved.