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

/forgerock/openam-v13/openam-tools/openam-installtools/src/main/java/com/sun/identity/install/tools/configurator/
H A DMigrateDriver.java58 InteractionsRunner iRunner,
64 iRunner.runInteractions(false);
65 if (iRunner.getFinalStatus().getIntValue() ==
87 * @param iFinderRunner @param iRunner @param migrateLog
93 InteractionsRunner iRunner, InstallLogger migrateLog)
97 updateStateAccess(getInstallState(), iFinderRunner, iRunner);
57 executeInteractionsAndTasks( InteractionsRunner iRunner, InstallLogger migrateLog) argument
91 updateStateInformation( InstFinderInteractionsRunner iFinderRunner, InteractionsRunner iRunner, InstallLogger migrateLog) argument
H A DUninstallDriver.java54 * @param iFinderRunner @param iRunner @param uninstallLog
60 InteractionsRunner iRunner, InstallLogger uninstallLog)
64 updateStateAccess(getInstallState(), iFinderRunner, iRunner);
83 * @param iFinderRunner @param iRunner @param uninstallLog
90 InteractionsRunner iRunner, InstallLogger uninstallLog)
97 executeAllInteractions(iFinderRunner, iRunner, summaryHandler);
58 updateStateInformation( InstFinderInteractionsRunner iFinderRunner, InteractionsRunner iRunner, InstallLogger uninstallLog) argument
88 executeInteractionsAndTasks( InstFinderInteractionsRunner iFinderRunner, InteractionsRunner iRunner, InstallLogger uninstallLog) argument
H A DDriver.java55 InteractionsRunner iRunner, DisplaySummaryHandler summaryHandler)
73 iRunner, executionStatus.getStartFromLastFlag());
76 executionStatus = executeInstanceInteractions(iRunner,
80 executionStatus = displaySummary(iFinderRunner, iRunner,
89 InteractionsRunner iRunner, boolean startFromLast)
106 if (iRunner.isActive()) { // Common AND/OR Instance interactions
107 // present Set the StateAccess using the InstallState for iRunner.
108 // The setting up of IStateAccess for iRunner needs to happen in
111 iRunner.setStateAccess(getInstallState().getStateAccess());
124 InteractionsRunner iRunner, boolea
53 executeAllInteractions( InstFinderInteractionsRunner iFinderRunner, InteractionsRunner iRunner, DisplaySummaryHandler summaryHandler) argument
87 executeIFinderInteractions( InstFinderInteractionsRunner iFinderRunner, InteractionsRunner iRunner, boolean startFromLast) argument
123 executeInstanceInteractions( InteractionsRunner iRunner, boolean startFromLast) argument
149 displaySummary( InstFinderInteractionsRunner iFinderRunner, InteractionsRunner iRunner, DisplaySummaryHandler summaryHandler) argument
190 createResponseFile(String fileName, InstFinderInteractionsRunner iFinderRunner, InteractionsRunner iRunner) argument
203 updateStateAccess(InstallState installState, InstFinderInteractionsRunner iFinderRunner, InteractionsRunner iRunner) argument
[all...]
/forgerock/openam/openam-tools/openam-installtools/src/main/java/com/sun/identity/install/tools/configurator/
H A DMigrateDriver.java58 InteractionsRunner iRunner,
64 iRunner.runInteractions(false);
65 if (iRunner.getFinalStatus().getIntValue() ==
87 * @param iFinderRunner @param iRunner @param migrateLog
93 InteractionsRunner iRunner, InstallLogger migrateLog)
97 updateStateAccess(getInstallState(), iFinderRunner, iRunner);
57 executeInteractionsAndTasks( InteractionsRunner iRunner, InstallLogger migrateLog) argument
91 updateStateInformation( InstFinderInteractionsRunner iFinderRunner, InteractionsRunner iRunner, InstallLogger migrateLog) argument
H A DUninstallDriver.java54 * @param iFinderRunner @param iRunner @param uninstallLog
60 InteractionsRunner iRunner, InstallLogger uninstallLog)
64 updateStateAccess(getInstallState(), iFinderRunner, iRunner);
83 * @param iFinderRunner @param iRunner @param uninstallLog
90 InteractionsRunner iRunner, InstallLogger uninstallLog)
97 executeAllInteractions(iFinderRunner, iRunner, summaryHandler);
58 updateStateInformation( InstFinderInteractionsRunner iFinderRunner, InteractionsRunner iRunner, InstallLogger uninstallLog) argument
88 executeInteractionsAndTasks( InstFinderInteractionsRunner iFinderRunner, InteractionsRunner iRunner, InstallLogger uninstallLog) argument
H A DDriver.java55 InteractionsRunner iRunner, DisplaySummaryHandler summaryHandler)
73 iRunner, executionStatus.getStartFromLastFlag());
76 executionStatus = executeInstanceInteractions(iRunner,
80 executionStatus = displaySummary(iFinderRunner, iRunner,
89 InteractionsRunner iRunner, boolean startFromLast)
106 if (iRunner.isActive()) { // Common AND/OR Instance interactions
107 // present Set the StateAccess using the InstallState for iRunner.
108 // The setting up of IStateAccess for iRunner needs to happen in
111 iRunner.setStateAccess(getInstallState().getStateAccess());
124 InteractionsRunner iRunner, boolea
53 executeAllInteractions( InstFinderInteractionsRunner iFinderRunner, InteractionsRunner iRunner, DisplaySummaryHandler summaryHandler) argument
87 executeIFinderInteractions( InstFinderInteractionsRunner iFinderRunner, InteractionsRunner iRunner, boolean startFromLast) argument
123 executeInstanceInteractions( InteractionsRunner iRunner, boolean startFromLast) argument
149 displaySummary( InstFinderInteractionsRunner iFinderRunner, InteractionsRunner iRunner, DisplaySummaryHandler summaryHandler) argument
190 createResponseFile(String fileName, InstFinderInteractionsRunner iFinderRunner, InteractionsRunner iRunner) argument
203 updateStateAccess(InstallState installState, InstFinderInteractionsRunner iFinderRunner, InteractionsRunner iRunner) argument
[all...]

Completed in 31 milliseconds