/forgerock/opendj2/src/server/org/opends/server/backends/jeb/ |
H A D | State.java | 38 public class State extends DatabaseContainer class in inherits:DatabaseContainer 44 * Create a new State object. 53 State(String name, Environment env, EntryContainer entryContainer) method in class:State
|
/forgerock/opendj-b2.6/src/server/org/opends/server/backends/jeb/ |
H A D | State.java | 39 public class State extends DatabaseContainer class in inherits:DatabaseContainer 45 * Create a new State object. 54 State(String name, Environment env, EntryContainer entryContainer) method in class:State
|
/forgerock/opendj2.6.2/src/server/org/opends/server/backends/jeb/ |
H A D | State.java | 39 public class State extends DatabaseContainer class in inherits:DatabaseContainer 45 * Create a new State object. 54 State(String name, Environment env, EntryContainer entryContainer) method in class:State
|
/forgerock/opendj2-hg/src/server/org/opends/server/backends/jeb/ |
H A D | State.java | 38 public class State extends DatabaseContainer class in inherits:DatabaseContainer 44 * Create a new State object. 53 State(String name, Environment env, EntryContainer entryContainer) method in class:State
|
/forgerock/opendj2-jel-hg/src/server/org/opends/server/backends/jeb/ |
H A D | State.java | 39 public class State extends DatabaseContainer class in inherits:DatabaseContainer 45 * Create a new State object. 54 State(String name, Environment env, EntryContainer entryContainer) method in class:State
|
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/setup/ |
H A D | EmbeddedOpenDJManager.java | 46 * {@link State#UPGRADE_REQUIRED}.</p> 56 private State state = State.NO_EMBEDDED_INSTANCE; 76 state = State.UPGRADE_REQUIRED; 78 state = State.CONFIGURED; 88 public State getState() { 96 * {@link State#UPGRADE_REQUIRED}.</p> 102 public State upgrade() throws ServletException { 103 if (state.equals(State.NO_EMBEDDED_INSTANCE)) { 107 if (!state.equals(State 123 public enum State { enum in class:EmbeddedOpenDJManager [all...] |
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/ |
H A D | State.java | 50 class State extends AbstractTree class in inherits:AbstractTree 80 * Create a new State object. 84 State(TreeName name) method in class:State
|
/forgerock/openam/openam-http/src/main/java/org/forgerock/openam/http/ |
H A D | ApiDescriptorFilter.java | 57 public enum State implements ServiceListener { enum in class:ApiDescriptorFilter 61 private final Logger logger = LoggerFactory.getLogger(State.class); 64 State() { method in class:ApiDescriptorFilter.State 119 && !State.INSTANCE.isEnabled()) {
|
/forgerock/opendj2/src/server/org/opends/server/replication/plugin/ |
H A D | MultimasterReplication.java | 128 private static enum State enum in class:MultimasterReplication 133 private static final AtomicReference<State> state = 134 new AtomicReference<State>(State.STARTING); 379 if (State.RUNNING.equals(state.get())) 382 if (State.STOPPING.equals(state.get())) { 590 setState(State.STOPPING); 827 setState(State.RUNNING); 830 private void setState(State newState) 879 if (State [all...] |
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/browser/ |
H A D | NodeRefresher.java | 69 public enum State enum in class:NodeRefresher 110 State state; 135 state = State.QUEUED; 261 (state == State.FINISHED) || 262 (state == State.CANCELLED) || 263 (state == State.FAILED) || 264 (state == State.INTERRUPTED) 278 changeStateTo(State.READING_LOCAL_ENTRY); 283 changeStateTo(State.SOLVING_REFERRAL); 287 changeStateTo(State [all...] |
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/datamodel/ |
H A D | ConnectionHandlerDescriptor.java | 52 public enum State enum in class:ConnectionHandlerDescriptor 145 private State state; 167 int port, Protocol protocol, State state, String name, 210 public State getState()
|
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/browser/ |
H A D | NodeRefresher.java | 70 public enum State enum in class:NodeRefresher 111 State state; 136 state = State.QUEUED; 262 (state == State.FINISHED) || 263 (state == State.CANCELLED) || 264 (state == State.FAILED) || 265 (state == State.INTERRUPTED) 279 changeStateTo(State.READING_LOCAL_ENTRY); 284 changeStateTo(State.SOLVING_REFERRAL); 288 changeStateTo(State [all...] |
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/datamodel/ |
H A D | ConnectionHandlerDescriptor.java | 53 public enum State enum in class:ConnectionHandlerDescriptor 146 private State state; 168 int port, Protocol protocol, State state, String name, 211 public State getState()
|
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/browser/ |
H A D | NodeRefresher.java | 70 public enum State enum in class:NodeRefresher 111 State state; 136 state = State.QUEUED; 262 (state == State.FINISHED) || 263 (state == State.CANCELLED) || 264 (state == State.FAILED) || 265 (state == State.INTERRUPTED) 279 changeStateTo(State.READING_LOCAL_ENTRY); 284 changeStateTo(State.SOLVING_REFERRAL); 288 changeStateTo(State [all...] |
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/datamodel/ |
H A D | ConnectionHandlerDescriptor.java | 53 public enum State enum in class:ConnectionHandlerDescriptor 146 private State state; 168 int port, Protocol protocol, State state, String name, 211 public State getState()
|
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/browser/ |
H A D | NodeRefresher.java | 69 public enum State enum in class:NodeRefresher 110 State state; 135 state = State.QUEUED; 261 (state == State.FINISHED) || 262 (state == State.CANCELLED) || 263 (state == State.FAILED) || 264 (state == State.INTERRUPTED) 278 changeStateTo(State.READING_LOCAL_ENTRY); 283 changeStateTo(State.SOLVING_REFERRAL); 287 changeStateTo(State [all...] |
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/datamodel/ |
H A D | ConnectionHandlerDescriptor.java | 52 public enum State enum in class:ConnectionHandlerDescriptor 145 private State state; 167 int port, Protocol protocol, State state, String name, 210 public State getState()
|
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/browser/ |
H A D | NodeRefresher.java | 70 public enum State enum in class:NodeRefresher 111 State state; 136 state = State.QUEUED; 262 (state == State.FINISHED) || 263 (state == State.CANCELLED) || 264 (state == State.FAILED) || 265 (state == State.INTERRUPTED) 279 changeStateTo(State.READING_LOCAL_ENTRY); 284 changeStateTo(State.SOLVING_REFERRAL); 288 changeStateTo(State [all...] |
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/datamodel/ |
H A D | ConnectionHandlerDescriptor.java | 53 public enum State enum in class:ConnectionHandlerDescriptor 146 private State state; 168 int port, Protocol protocol, State state, String name, 211 public State getState()
|
/forgerock/opendj2-hg/src/server/org/opends/server/replication/plugin/ |
H A D | MultimasterReplication.java | 128 private static enum State enum in class:MultimasterReplication 133 private static final AtomicReference<State> state = 134 new AtomicReference<State>(State.STARTING); 379 if (State.RUNNING.equals(state.get())) 382 if (State.STOPPING.equals(state.get())) { 590 setState(State.STOPPING); 827 setState(State.RUNNING); 830 private void setState(State newState) 879 if (State [all...] |
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/browser/ |
H A D | NodeRefresher.java | 64 public enum State enum in class:NodeRefresher 87 State state; 109 state = State.QUEUED; 231 return state == State.FINISHED || state == State.CANCELLED || state == State.FAILED || state == State.INTERRUPTED; 242 changeStateTo(State.READING_LOCAL_ENTRY); 247 changeStateTo(State.SOLVING_REFERRAL); 251 changeStateTo(State [all...] |
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/datamodel/ |
H A D | ConnectionHandlerDescriptor.java | 50 public enum State enum in class:ConnectionHandlerDescriptor 110 private State state; 132 int port, Protocol protocol, State state, String name, 175 public State getState()
|
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/plugin/ |
H A D | MultimasterReplication.java | 117 private static enum State enum in class:MultimasterReplication 122 private static final AtomicReference<State> state = new AtomicReference<>(State.STARTING); 371 if (State.RUNNING.equals(state.get())) 374 if (State.STOPPING.equals(state.get())) { 582 setState(State.STOPPING); 816 setState(State.RUNNING); 819 private void setState(State newState) 895 if (State.STARTING.equals(state.get())) 899 while (State [all...] |
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/util/cli/ |
H A D | LDAPConnectionConsoleInteraction.java | 83 private static class State class in class:LDAPConnectionConsoleInteraction 115 private State(SecureConnectionCliArgs secureArgs) method in class:LDAPConnectionConsoleInteraction.State 181 private State state; 364 state = new State(secureArgs); 2003 state = new State(secureArgsList);
|
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/task/ |
H A D | Task.java | 197 public enum State enum in class:Task 226 protected State state = State.NOT_STARTED; 354 public State getState()
|