Searched defs:status (Results 101 - 125 of 368) sorted by relevance

1234567891011>>

/forgerock/opendj2.6.2/src/server/org/opends/server/replication/common/
H A DDSInfo.java53 private ServerStatus status = ServerStatus.INVALID_STATUS; field in class:DSInfo
83 * @param status
84 * The DS status
103 ServerStatus status, boolean assuredFlag,
112 this.status = status;
160 * Get the DS status.
161 * @return the DS status
165 return status;
259 (status
102 DSInfo(int dsId, String dsUrl, int rsId, long generationId, ServerStatus status, boolean assuredFlag, AssuredMode assuredMode, byte safeDataLevel, byte groupId, List<String> refUrls, Set<String> eclIncludes, Set<String> eclIncludesForDeletes, short protocolVersion) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/protocol/
H A DStartSessionMsg.java58 * - status: the status we are entering the topology with
66 // The initial status the DS starts with
67 private ServerStatus status = ServerStatus.INVALID_STATUS; field in class:StartSessionMsg
101 * @param status Status we are starting with
107 public StartSessionMsg(ServerStatus status, List<String> referralsURLs, argument
111 this.status = status;
120 * @param status Status we are starting with
123 public StartSessionMsg(ServerStatus status, Lis argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/server/
H A DDataServerHandler.java69 private ServerStatus status = ServerStatus.INVALID_STATUS; field in class:DataServerHandler
104 * Order the peer DS server to change his status or close the connection
123 if (status == ServerStatus.BAD_GEN_ID_STATUS)
164 status = ServerStatus.NOT_CONNECTED_STATUS;
188 (status == ServerStatus.FULL_UPDATE_STATUS))
190 // Prevent useless error message (full update status cannot lead to bad
191 // gen status)
203 ServerStatus newStatus = StatusMachine.computeNewStatus(status, event);
208 Integer.toString(serverId), status.toString(), event.toString());
213 // Send message requesting to change the DS status
[all...]
H A DLightweightServerHandler.java83 private ServerStatus status = ServerStatus.INVALID_STATUS; field in class:LightweightServerHandler
111 * @param status The id of the remote DS
123 long generationId, byte groupId, ServerStatus status,
135 this.status = status;
160 status, assuredFlag, assuredMode, safeDataLevel, groupId, refUrls,
121 LightweightServerHandler(ReplicationServerHandler replServerHandler, int replicationServerId, int serverId, String serverUrl, long generationId, byte groupId, ServerStatus status, List<String> refUrls, boolean assuredFlag, AssuredMode assuredMode, byte safeDataLevel, Set<String> eclInclude, Set<String> eclIncludeForDeletes, short protocolVersion) argument
/forgerock/opendj2-jel-hg/src/server/org/opends/server/extensions/
H A DTLSByteChannel.java407 private boolean isHandshaking(final HandshakeStatus status) argument
409 return status != HandshakeStatus.NOT_HANDSHAKING;
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/common/
H A DDSInfo.java53 private ServerStatus status = ServerStatus.INVALID_STATUS; field in class:DSInfo
83 * @param status
84 * The DS status
103 ServerStatus status, boolean assuredFlag,
112 this.status = status;
160 * Get the DS status.
161 * @return the DS status
165 return status;
259 (status
102 DSInfo(int dsId, String dsUrl, int rsId, long generationId, ServerStatus status, boolean assuredFlag, AssuredMode assuredMode, byte safeDataLevel, byte groupId, List<String> refUrls, Set<String> eclIncludes, Set<String> eclIncludesForDeletes, short protocolVersion) argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/protocol/
H A DStartSessionMsg.java58 * - status: the status we are entering the topology with
66 // The initial status the DS starts with
67 private ServerStatus status = ServerStatus.INVALID_STATUS; field in class:StartSessionMsg
101 * @param status Status we are starting with
107 public StartSessionMsg(ServerStatus status, List<String> referralsURLs, argument
111 this.status = status;
120 * @param status Status we are starting with
123 public StartSessionMsg(ServerStatus status, Lis argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/server/
H A DLightweightServerHandler.java83 private ServerStatus status = ServerStatus.INVALID_STATUS; field in class:LightweightServerHandler
111 * @param status The id of the remote DS
123 long generationId, byte groupId, ServerStatus status,
135 this.status = status;
160 status, assuredFlag, assuredMode, safeDataLevel, groupId, refUrls,
121 LightweightServerHandler(ReplicationServerHandler replServerHandler, int replicationServerId, int serverId, String serverUrl, long generationId, byte groupId, ServerStatus status, List<String> refUrls, boolean assuredFlag, AssuredMode assuredMode, byte safeDataLevel, Set<String> eclInclude, Set<String> eclIncludeForDeletes, short protocolVersion) argument
/forgerock/opendj2-hg/src/server/org/opends/server/extensions/
H A DTLSByteChannel.java406 private boolean isHandshaking(final HandshakeStatus status) argument
408 return status != HandshakeStatus.NOT_HANDSHAKING;
/forgerock/opendj2-hg/src/server/org/opends/server/replication/common/
H A DDSInfo.java51 private final ServerStatus status; field in class:DSInfo
79 * @param status
80 * The DS status
99 ServerStatus status, boolean assuredFlag,
108 this.status = status;
158 * Get the DS status.
159 * @return the DS status
163 return status;
250 return new DSInfo(dsId, dsUrl, rsId, generationId, status, assuredFla
98 DSInfo(int dsId, String dsUrl, int rsId, long generationId, ServerStatus status, boolean assuredFlag, AssuredMode assuredMode, byte safeDataLevel, byte groupId, Collection<String> refUrls, Collection<String> eclIncludes, Collection<String> eclIncludesForDeletes, short protocolVersion) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/replication/protocol/
H A DStartSessionMsg.java52 * - status: the status we are entering the topology with
60 /** The initial status the DS starts with. */
61 private ServerStatus status = ServerStatus.INVALID_STATUS; field in class:StartSessionMsg
94 * @param status Status we are starting with
100 public StartSessionMsg(ServerStatus status, Collection<String> referralsURLs, argument
104 this.status = status;
136 byteBuilder.append(status.getValue());
177 * <message type><status><assure
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/replication/server/
H A DDataServerHandler.java57 private ServerStatus status = ServerStatus.INVALID_STATUS; field in class:DataServerHandler
87 * Order the peer DS server to change his status or close the connection
101 && status == ServerStatus.FULL_UPDATE_STATUS)
103 // Prevent useless error message (full update status cannot lead to bad
104 // gen status)
133 if (status != ServerStatus.BAD_GEN_ID_STATUS)
180 status = ServerStatus.NOT_CONNECTED_STATUS;
185 * Change the status according to the event.
188 * The event to be used for new status computation
189 * @return The new status o
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/ldap/
H A DDCTreeServicesImpl.java128 String status = attrSet.getValue(INET_DOMAIN_STATUS_ATTR);
129 if (status != null) {
130 dcTree.setDomainStatus(domainName, status);
181 String status = attrSet.getValue(INET_DOMAIN_STATUS_ATTR);
182 if (status != null) {
183 dcTree.setDomainStatus(domainName, status);
255 * @param status
264 String status) throws AMException {
270 dcTree.setDomainStatus(domainName, status);
263 updateDomainStatus(SSOToken token, String orgDN, String status) argument
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/services/ldap/
H A DServerInstance.java53 * Set the active status. Set the status of the server instance. This method
56 * error code, then, the application can set the status to false, so that
68 * Get the status of server instance.
70 * @return boolean the status of the server.
222 boolean status; field in class:ServerInstance
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/services/naming/
H A DSiteStatusCheckThreadImpl.java159 private int status = STATUS_UNAVAILABLE; field in class:SiteStatusCheckThreadImpl.URLStatus
169 return status;
172 public void setStatus(int status) { argument
173 this.status = status;
225 " setting status to " +
234 "setting status to " +
248 debug.error("URLChecker.check() : setting status to " +
293 "Last status update was @ " + getUrlStatus()
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/ums/dctree/
H A DDomainComponentTree.java318 * Sets the domain status for a given virtual domain
322 * @param status
323 * Domain status to be set
331 public void setDomainStatus(String domain, String status) argument
334 dc.setDomainStatus(status);
338 * Gets the domain status of a given virtual domain
342 * @return Domain status for the given domain
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/spi/
H A DRedirectCallback.java48 private String status = null; field in class:RedirectCallback
54 * The status as the result of redirection, as "SUCCESS".
59 * The status as the result of redirection, as "FAILED".
86 * redirect URL,redirect data,redirect method,status parameter
160 * Sets the status as the result of redirection,
163 * @param status status as the result of redirection,
166 public void setStatus(String status) { argument
167 this.status = status;
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/extensions/
H A DTLSByteChannel.java397 private boolean isHandshaking(final HandshakeStatus status) argument
399 return status != HandshakeStatus.NOT_HANDSHAKING;
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/protocol/
H A DResponse.java76 protected Status status = null; field in class:Response
151 Status status,
172 if (status == null) {
177 this.status = status;
207 * @param status The status of the response.
214 Status status,
217 buildResponse(responseID, inResponseTo, status, null, contents);
230 * @param status Th
149 buildResponse(String responseID, String inResponseTo, Status status, String recipient, List contents) argument
212 Response(String responseID, String inResponseTo, Status status, List contents) argument
237 Response(String responseID, String inResponseTo, Status status, String recipient, List contents) argument
261 Response(String responseID, Status status, String recipient, List contents) argument
282 Response(String responseID, Status status, List contents) argument
571 setStatus(Status status) argument
[all...]
/forgerock/openam-v13/openam-http/src/main/java/org/forgerock/openam/http/annotations/
H A DAnnotatedMethod.java92 private Response createErrorResponse(Status status, Object entity) { argument
93 return new Response().setStatus(status).setEntity(entity);
/forgerock/openam-v13/openam-tools/openam-diagnostics/openam-diagnostics-base/src/main/java/com/sun/identity/diagnostic/base/core/service/
H A DServiceResponse.java50 private String status; field in class:ServiceResponse
71 * status and result.
73 * @param status status of the performed service.
76 public ServiceResponse(String status, Object res) { argument
77 this.status = status;
83 * Sets the status of the service execution.
85 * @param status status o
87 setStatus(String status) argument
[all...]
/forgerock/openam-v13/openam-audit/openam-audit-core/src/main/java/org/forgerock/openam/audit/
H A DAMAccessAuditEventBuilder.java171 * @param status The status of the response.
172 * @param statusCode The status code, if applicable.
175 public final AMAccessAuditEventBuilder response(AccessAuditEventBuilder.ResponseStatus status, String statusCode) { argument
177 field("status", status == null ? null : status.toString()),
185 * @param status The status of the response.
186 * @param statusCode The status cod
190 responseWithDetail(AccessAuditEventBuilder.ResponseStatus status, String statusCode, JsonValue detail) argument
[all...]
/forgerock/openam-v13/openam-audit/openam-audit-core/src/test/java/org/forgerock/openam/audit/
H A DAbstractHttpAccessAuditFilterTest.java195 private Handler mockHandler(Context context, Request request, Status status) { argument
197 Promise<Response, NeverThrowsException> promise = newResultPromise(new Response(status));
210 assertThat(auditEvent).stringAt("response/status").isEqualTo("SUCCESSFUL");
217 assertThat(auditEvent).stringAt("response/status").isEqualTo("FAILED");
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/
H A DFSResponse.java125 * @param status the <code>Status</code> object.
132 Status status,
134 super( responseID, inResponseTo, status, contents);
224 if (status != null) {
232 status = new Status((Element) child);
249 if (status == null) {
449 if(status != null)
450 xml.append(status.toString(includeNS, false));
130 FSResponse(String responseID, String inResponseTo, Status status, List contents) argument
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/dst/
H A DDSTModifyResponse.java71 private Status status; field in class:DSTModifyResponse
123 "not have status element.");
134 status = DSTUtils.parseStatus((Element)node);
143 if(status == null) {
145 "not have status element.");
151 * Gets response status
155 return status;
159 * Sets response status
160 * @param status response status t
162 setStatus(com.sun.identity.liberty.ws.common.Status status) argument
[all...]

Completed in 156 milliseconds

1234567891011>>