Searched defs:status (Results 251 - 275 of 368) sorted by relevance

<<1112131415

/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/replication/protocol/
H A DProtocolCompatibilityTest.java1037 public void oldStartSessionPDUs(String pdu, ServerStatus status, argument
1043 assertEquals(msg.getStatus(), status);
H A DSynchronizationMsgTest.java1134 public void startSessionMsgTest(ServerStatus status, List<String> refUrls, argument
1139 StartSessionMsg msg = new StartSessionMsg(status, refUrls, assuredFlag,
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DServerDescriptor.java59 private ServerStatus status; field in class:ServerDescriptor
99 * Enumeration indicating the status of the server.
307 * Returns the status of the server.
308 * @return the status of the server.
312 return status;
316 * Sets the status of the server.
317 * @param status the status of the server.
319 public void setStatus(ServerStatus status) argument
321 this.status
[all...]
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/uninstaller/
H A DUninstaller.java95 private ProgressStep status = UninstallProgressStep.NOT_STARTED; field in class:Uninstaller
815 status = UninstallProgressStep.UNCONFIGURING_REPLICATION;
822 status = UninstallProgressStep.STOPPING_SERVER;
847 status = UninstallProgressStep.DISABLING_WINDOWS_SERVICE;
857 status = UninstallProgressStep.DELETING_EXTERNAL_DATABASE_FILES;
885 status = UninstallProgressStep.DELETING_EXTERNAL_LOG_FILES;
923 status = UninstallProgressStep.DELETING_INSTALLATION_FILES;
926 deleteInstallationFiles(getRatio(status),
945 status = UninstallProgressStep.FINISHED_WITH_ERROR_ON_REMOTE;
949 status
[all...]
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/
H A DInstallation.java243 * The UNIX status command line script file name.
245 public static final String UNIX_STATUSCLI_FILE_NAME = "status";
248 * The Windows status command line batch file name.
250 public static final String WINDOWS_STATUSCLI_FILE_NAME = "status.bat";
411 private Status status; field in class:Installation
630 * Gets the current status of this installation.
636 if (status == null)
638 status = new Status(this);
640 return status;
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DServerDescriptor.java58 private ServerStatus status; field in class:ServerDescriptor
98 * Enumeration indicating the status of the server.
306 * Returns the status of the server.
307 * @return the status of the server.
311 return status;
315 * Sets the status of the server.
316 * @param status the status of the server.
318 public void setStatus(ServerStatus status) argument
320 this.status
[all...]
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/uninstaller/
H A DUninstaller.java94 private ProgressStep status = UninstallProgressStep.NOT_STARTED; field in class:Uninstaller
814 status = UninstallProgressStep.UNCONFIGURING_REPLICATION;
821 status = UninstallProgressStep.STOPPING_SERVER;
846 status = UninstallProgressStep.DISABLING_WINDOWS_SERVICE;
856 status = UninstallProgressStep.DELETING_EXTERNAL_DATABASE_FILES;
884 status = UninstallProgressStep.DELETING_EXTERNAL_LOG_FILES;
922 status = UninstallProgressStep.DELETING_INSTALLATION_FILES;
925 deleteInstallationFiles(getRatio(status),
944 status = UninstallProgressStep.FINISHED_WITH_ERROR_ON_REMOTE;
948 status
[all...]
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/protocol/
H A DProtocolCompatibilityTest.java952 public void oldStartSessionPDUs(String pdu, ServerStatus status, argument
957 assertEquals(msg.getStatus(), status);
H A DSynchronizationMsgTest.java901 public void startSessionMsgTest(ServerStatus status, List<String> refUrls, argument
906 StartSessionMsg msg = new StartSessionMsg(status, refUrls, assuredFlag,
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/
H A DTestListener.java224 // HACK: print out status for the last test object
661 originalSystemErr.println("How to read the progressive status info:");
665 originalSystemErr.println(" Test duration status: {Total min:sec. Since last status sec.}");
669 originalSystemErr.println(" Test count status: {# test classes # test methods # test method invocations # test failures}.");
673 originalSystemErr.println(" Memory usage status: {MB in use +/-change since last status}");
677 originalSystemErr.println(" GCs during status: {GCs done to settle used memory time to do it}");
681 originalSystemErr.println(" Thread count status: {#td number of active threads}");
685 originalSystemErr.println(" In core restart status
883 countTestsWithStatus(int status) argument
[all...]
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/protocol/
H A DProtocolCompatibilityTest.java1037 public void oldStartSessionPDUs(String pdu, ServerStatus status, argument
1043 assertEquals(msg.getStatus(), status);
H A DSynchronizationMsgTest.java1134 public void startSessionMsgTest(ServerStatus status, List<String> refUrls, argument
1139 StartSessionMsg msg = new StartSessionMsg(status, refUrls, assuredFlag,
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/
H A DInstallation.java237 * The UNIX status command line script file name.
239 public static final String UNIX_STATUSCLI_FILE_NAME = "status";
242 * The Windows status command line batch file name.
244 public static final String WINDOWS_STATUSCLI_FILE_NAME = "status.bat";
405 private Status status; field in class:Installation
624 * Gets the current status of this installation.
630 if (status == null)
632 status = new Status(this);
634 return status;
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DServerDescriptor.java59 private ServerStatus status; field in class:ServerDescriptor
99 * Enumeration indicating the status of the server.
307 * Returns the status of the server.
308 * @return the status of the server.
312 return status;
316 * Sets the status of the server.
317 * @param status the status of the server.
319 public void setStatus(ServerStatus status) argument
321 this.status
[all...]
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/uninstaller/
H A DUninstaller.java187 private ProgressStep status = UninstallProgressStep.NOT_STARTED; field in class:Uninstaller
893 status = UninstallProgressStep.UNCONFIGURING_REPLICATION;
900 status = UninstallProgressStep.STOPPING_SERVER;
925 status = UninstallProgressStep.DISABLING_WINDOWS_SERVICE;
935 status = UninstallProgressStep.DELETING_EXTERNAL_DATABASE_FILES;
963 status = UninstallProgressStep.DELETING_EXTERNAL_LOG_FILES;
1001 status = UninstallProgressStep.DELETING_INSTALLATION_FILES;
1004 deleteInstallationFiles(getRatio(status),
1023 status = UninstallProgressStep.FINISHED_WITH_ERROR_ON_REMOTE;
1027 status
[all...]
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/
H A DInstallation.java238 * The UNIX status command line script file name.
240 public static final String UNIX_STATUSCLI_FILE_NAME = "status";
243 * The Windows status command line batch file name.
245 public static final String WINDOWS_STATUSCLI_FILE_NAME = "status.bat";
391 private Status status; field in class:Installation
607 * Gets the current status of this installation.
613 if (status == null)
615 status = new Status(this);
617 return status;
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMObject.java138 * Represents the status of an object as active
148 * Represents the status of an object as inactive
158 * Represents the status of an object as "deleted"
918 * Set the status of the service for this entity (User/Organization
919 * /Group/Organizational Unit). The valid values for the status attribute
920 * are defined in the SMS DTD. Before the status attribute is set, it is
922 * that the value for the status is valid per the DTD.
925 * Name of service whose status attribute has to be changed
926 * @param status
927 * One of the status value
933 setServiceStatus(String serviceName, String status) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/datamodel/
H A DServerDescriptor.java63 private ServerStatus status; field in class:ServerDescriptor
91 /** Enumeration indicating the status of the server. */
283 * Returns the status of the server.
284 * @return the status of the server.
288 return status;
292 * Sets the status of the server.
293 * @param status the status of the server.
295 public void setStatus(ServerStatus status) argument
297 this.status
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/
H A DInstallation.java130 /** The UNIX status command line script file name. */
131 public static final String UNIX_STATUSCLI_FILE_NAME = "status";
132 /** The Windows status command line batch file name. */
133 public static final String WINDOWS_STATUSCLI_FILE_NAME = "status.bat";
265 private Status status; field in class:Installation
479 * Gets the current status of this installation.
485 if (status == null)
487 status = new Status(this);
489 return status;
/forgerock/web-agents-v4/source/apache/
H A Dagent.c141 int status; local
177 status = am_init(config->agent_id, main_init_status);
178 if (status != AM_SUCCESS) {
180 LOG_S(APLOG_ERR, s, "amagent_init() status: %s", am_strerror(status));
324 am_status_t status = AM_ERROR; local
330 status = rq->is_json_url ? AM_JSON_RESPONSE : rq->status;
332 switch (status) {
335 r->status
519 am_status_t status = AM_EINVAL; local
553 am_status_t status = AM_ERROR; local
[all...]
/forgerock/web-agents-v4/source/
H A Dnet_ops.c33 static void on_agent_request_data_cb(void *udata, const char *data, size_t data_sz, int status) { argument
59 static void on_connected_cb(void *udata, int status) { argument
62 static void on_close_cb(void *udata, int status) { argument
66 static void on_complete_cb(void *udata, int status) { argument
174 int status = AM_ERROR; local
224 status = am_net_write(conn, post, post_sz);
228 if (status == AM_SUCCESS) {
232 AM_LOG_DEBUG(conn->instance_id, "%s response status code: %d\n%s",
235 conn->options->log("%s response status code: %d\n%s", thisfunc,
239 if (status
266 int status = AM_ERROR; local
399 int status = AM_ERROR; local
487 int status = AM_ERROR; local
613 int status = AM_ERROR; local
700 int status = AM_ERROR; local
830 int status = AM_ERROR; local
985 int status = AM_ERROR; local
1089 int status = AM_ERROR; local
1185 int status = AM_ERROR; local
1275 int status = AM_ERROR; local
[all...]
H A Dthread.c362 BOOL status = FALSE; local
368 status = TrySubmitThreadpoolCallback(worker_dispatch_callback, cb_arg, &worker_env);
370 return status == FALSE ? AM_ENOMEM : AM_SUCCESS;
/forgerock/web-agents-v4/source/varnish/
H A Dagent.c47 int status; member in struct:agent_instance
62 int status; member in struct:request
86 settings->status = AM_FILE_ERROR;
102 if (settings->status != AM_SUCCESS) {
103 fprintf(stderr, "am_vmod_init failed. am_init error (%s)\n", am_strerror(settings->status));
318 static void store_custom_response(struct request *r, int status, const char *data) { argument
319 r->status = status;
348 am_status_t status = AM_ERROR; local
353 status
530 int status; local
664 int status; local
710 int status; local
[all...]
/forgerock/web-agents-v4/zlib/
H A Ddeflate.c307 s->status = FINISH_STATE;
338 if (wrap == 2 || (wrap == 1 && s->status != INIT_STATE) || s->lookahead)
413 s->status = s->wrap ? INIT_STATE : BUSY_STATE;
680 (s->status == FINISH_STATE && flush != Z_FINISH)) {
690 if (s->status == INIT_STATE) {
707 s->status = BUSY_STATE;
732 s->status = EXTRA_STATE;
753 s->status = BUSY_STATE;
765 if (s->status == EXTRA_STATE) {
787 s->status
982 int status; local
[all...]
H A Ddeflate.h61 /* Stream status */
99 int status; /* as the name implies */ member in struct:internal_state

Completed in 696 milliseconds

<<1112131415