Searched refs:newStateAccess (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-tools/openam-installtools/src/main/java/com/sun/identity/install/tools/configurator/
H A DInteractionsRunner.java61 public void setStateAccess(PersistentStateAccess newStateAccess) { argument
62 if (newStateAccess != null) { // If you are here
63 // NOTE: newStateAccess must be having NEW instance finder data and
68 Debug.log("InteractionsRunner.setStateAccess() - newStateAccess"
69 + " is" + newStateAccess + "\n Old StateAccess is:"
74 // new one now. Best way is to use the newStateAccess, add the
82 newStateAccess.copyMissingData(oldStateAccess);
85 // Finally modify iStateAccess to newStateAccess
86 iStateAccess = newStateAccess;
/forgerock/openam/openam-tools/openam-installtools/src/main/java/com/sun/identity/install/tools/configurator/
H A DInteractionsRunner.java61 public void setStateAccess(PersistentStateAccess newStateAccess) { argument
62 if (newStateAccess != null) { // If you are here
63 // NOTE: newStateAccess must be having NEW instance finder data and
68 Debug.log("InteractionsRunner.setStateAccess() - newStateAccess"
69 + " is" + newStateAccess + "\n Old StateAccess is:"
74 // new one now. Best way is to use the newStateAccess, add the
82 newStateAccess.copyMissingData(oldStateAccess);
85 // Finally modify iStateAccess to newStateAccess
86 iStateAccess = newStateAccess;

Completed in 27 milliseconds