public final class DTOConstants extends Object
Modifier and Type | Field and Description |
---|---|
static int |
FAILURE_REASON_DUPLICATE_NAME
The service is registered in the service registry with the
JaxrsWhiteboardConstants.JAX_RS_NAME property and a service with
that name already exists in the runtime |
static int |
FAILURE_REASON_NOT_AN_EXTENSION_TYPE
The extension service is registered in the service registry but the
service is not registered using a recognized extension type
|
static int |
FAILURE_REASON_REQUIRED_APPLICATION_UNAVAILABLE
The service is registered in the service registry with the
JaxrsWhiteboardConstants.JAX_RS_APPLICATION_SELECT property and
the filters is not matched by any running application. |
static int |
FAILURE_REASON_REQUIRED_EXTENSIONS_UNAVAILABLE
The service is registered in the service registry with the
JaxrsWhiteboardConstants.JAX_RS_EXTENSION_SELECT property and one
or more of the filters is not matched. |
static int |
FAILURE_REASON_SERVICE_NOT_GETTABLE
The service is registered in the service registry but getting the service
fails as it returns
null . |
static int |
FAILURE_REASON_SHADOWED_BY_OTHER_SERVICE
Service is shadowed by another service.
|
static int |
FAILURE_REASON_UNKNOWN
Failure reason is unknown.
|
static int |
FAILURE_REASON_VALIDATION_FAILED
The service is registered in the service registry but the service
properties are invalid.
|
public static final int FAILURE_REASON_UNKNOWN
public static final int FAILURE_REASON_SHADOWED_BY_OTHER_SERVICE
For example, a service with the same service properties but a higher service ranking.
public static final int FAILURE_REASON_SERVICE_NOT_GETTABLE
null
.public static final int FAILURE_REASON_VALIDATION_FAILED
public static final int FAILURE_REASON_NOT_AN_EXTENSION_TYPE
public static final int FAILURE_REASON_REQUIRED_EXTENSIONS_UNAVAILABLE
JaxrsWhiteboardConstants.JAX_RS_EXTENSION_SELECT
property and one
or more of the filters is not matched.public static final int FAILURE_REASON_DUPLICATE_NAME
JaxrsWhiteboardConstants.JAX_RS_NAME
property and a service with
that name already exists in the runtimepublic static final int FAILURE_REASON_REQUIRED_APPLICATION_UNAVAILABLE
JaxrsWhiteboardConstants.JAX_RS_APPLICATION_SELECT
property and
the filters is not matched by any running application.Copyright © Contributors to the Eclipse Foundation Licensed under the Eclipse Foundation Specification License – v1.0