public class ResponseLevel extends Object
Modifier and Type | Field and Description |
---|---|
static Set<CS> |
ALL_VALUES |
static CS |
C
Respond with exceptions and a notification of completion
|
static CS |
D
Respond with exceptions, completion, modifications and include more
detail information (if applicable)
|
static CS |
E
Respond with exceptions only
|
static CS |
F
Respond with exceptions, completion, and modification with detail (as
above), and send positive confirmations even if no modifications are
being made.
|
static CS |
N
Respond only with message level acknowledgements, i.e., only notify
acceptance or rejection of the message, do not include any
application-level detail
|
static CS |
R
Respond with exceptions, completions and modifications or revisions done
before completion
|
static CS |
X
Do not send any kind of response
|
Constructor and Description |
---|
ResponseLevel() |
public static CS D
Respond with exceptions, completion, modifications and include more detail information (if applicable)
public static CS R
Respond with exceptions, completions and modifications or revisions done before completion
public static CS F
Respond with exceptions, completion, and modification with detail (as above), and send positive confirmations even if no modifications are being made.
public static CS C
Respond with exceptions and a notification of completion
public static CS N
Respond only with message level acknowledgements, i.e., only notify acceptance or rejection of the message, do not include any application-level detail
public static CS X
Do not send any kind of response
public static CS E
Respond with exceptions only
HDR Glossary HDR Concept Lists HDR Exceptions HDR Programmer's Guide HDR Implementation Guide HDR Profile Options
Copyright © 2016, 2018, Oracle. All rights reserved