Searched refs:_configPhase (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/extensions/
H A DEntryCacheCommon.java86 private EntryCacheCommon.ConfigPhase _configPhase; field in class:EntryCacheCommon.ConfigErrorHandler
88 // Unacceptable reasons. Used when _configPhase is PHASE_ACCEPTABLE.
91 // Error messages. Used when _configPhase is PHASE_APPLY.
94 // Result code. Used when _configPhase is PHASE_APPLY.
97 // Acceptable Configuration ? Used when _configPhase is PHASE_ACCEPTABLE
102 // _configPhase is PHASE_APPLY.
121 _configPhase = configPhase;
142 switch (_configPhase)
185 switch (_configPhase)
265 return _configPhase;
[all...]
/forgerock/opendj2/src/server/org/opends/server/extensions/
H A DEntryCacheCommon.java85 private EntryCacheCommon.ConfigPhase _configPhase; field in class:EntryCacheCommon.ConfigErrorHandler
87 // Unacceptable reasons. Used when _configPhase is PHASE_ACCEPTABLE.
90 // Error messages. Used when _configPhase is PHASE_APPLY.
93 // Result code. Used when _configPhase is PHASE_APPLY.
96 // Acceptable Configuration ? Used when _configPhase is PHASE_ACCEPTABLE
101 // _configPhase is PHASE_APPLY.
120 _configPhase = configPhase;
141 switch (_configPhase)
184 switch (_configPhase)
264 return _configPhase;
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/extensions/
H A DEntryCacheCommon.java86 private EntryCacheCommon.ConfigPhase _configPhase; field in class:EntryCacheCommon.ConfigErrorHandler
88 // Unacceptable reasons. Used when _configPhase is PHASE_ACCEPTABLE.
91 // Error messages. Used when _configPhase is PHASE_APPLY.
94 // Result code. Used when _configPhase is PHASE_APPLY.
97 // Acceptable Configuration ? Used when _configPhase is PHASE_ACCEPTABLE
102 // _configPhase is PHASE_APPLY.
121 _configPhase = configPhase;
142 switch (_configPhase)
185 switch (_configPhase)
265 return _configPhase;
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/extensions/
H A DEntryCacheCommon.java86 private EntryCacheCommon.ConfigPhase _configPhase; field in class:EntryCacheCommon.ConfigErrorHandler
88 // Unacceptable reasons. Used when _configPhase is PHASE_ACCEPTABLE.
91 // Error messages. Used when _configPhase is PHASE_APPLY.
94 // Result code. Used when _configPhase is PHASE_APPLY.
97 // Acceptable Configuration ? Used when _configPhase is PHASE_ACCEPTABLE
102 // _configPhase is PHASE_APPLY.
121 _configPhase = configPhase;
142 switch (_configPhase)
185 switch (_configPhase)
265 return _configPhase;
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/extensions/
H A DEntryCacheCommon.java85 private EntryCacheCommon.ConfigPhase _configPhase; field in class:EntryCacheCommon.ConfigErrorHandler
87 // Unacceptable reasons. Used when _configPhase is PHASE_ACCEPTABLE.
90 // Error messages. Used when _configPhase is PHASE_APPLY.
93 // Result code. Used when _configPhase is PHASE_APPLY.
96 // Acceptable Configuration ? Used when _configPhase is PHASE_ACCEPTABLE
101 // _configPhase is PHASE_APPLY.
120 _configPhase = configPhase;
141 switch (_configPhase)
184 switch (_configPhase)
264 return _configPhase;
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/extensions/
H A DEntryCacheCommon.java90 private EntryCacheCommon.ConfigPhase _configPhase; field in class:EntryCacheCommon.ConfigErrorHandler
92 /** Unacceptable reasons. Used when _configPhase is PHASE_ACCEPTABLE. */
95 /** Error messages. Used when _configPhase is PHASE_APPLY. */
98 /** Result code. Used when _configPhase is PHASE_APPLY. */
102 * Acceptable Configuration ? Used when _configPhase is PHASE_ACCEPTABLE
109 * _configPhase is PHASE_APPLY.
129 _configPhase = configPhase;
150 switch (_configPhase)
193 switch (_configPhase)
273 return _configPhase;
[all...]

Completed in 543 milliseconds