Searched defs:State (Results 1 - 25 of 41) sorted by relevance

12

/forgerock/opendj2/src/server/org/opends/server/backends/jeb/
H A DState.java38 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 DState.java39 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 DState.java39 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 DState.java38 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 DState.java39 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 DEmbeddedOpenDJManager.java46 * {@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 DState.java50 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 DApiDescriptorFilter.java57 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 DMultimasterReplication.java128 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 DNodeRefresher.java69 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 DConnectionHandlerDescriptor.java52 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 DNodeRefresher.java70 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 DConnectionHandlerDescriptor.java53 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 DNodeRefresher.java70 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 DConnectionHandlerDescriptor.java53 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 DNodeRefresher.java69 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 DConnectionHandlerDescriptor.java52 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 DNodeRefresher.java70 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 DConnectionHandlerDescriptor.java53 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 DMultimasterReplication.java128 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 DNodeRefresher.java64 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 DConnectionHandlerDescriptor.java50 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 DMultimasterReplication.java117 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 DLDAPConnectionConsoleInteraction.java83 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 DTask.java197 public enum State enum in class:Task
226 protected State state = State.NOT_STARTED;
354 public State getState()

Completed in 98 milliseconds

12