|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectca.infoway.messagebuilder.lang.Enum
ca.infoway.messagebuilder.lang.EnumPattern
ca.infoway.messagebuilder.domainvalue.transport.ResponseMode
public class ResponseMode
Specifies the mode, immediate versus deferred or queued, by which a receiver should communicate its receiver responsibilities.
Field Summary | |
---|---|
static ResponseMode |
DEFERRED
The receiver may respond in a non-immediate manner. |
static ResponseMode |
IMMEDIATE
The receiver is required to assume that the sender is blocking and behave appropriately by sending an immediate response. |
static ResponseMode |
QUEUE
The receiver shall keep any application responses in a queue until such time as the queue is polled. |
Fields inherited from class ca.infoway.messagebuilder.lang.Enum |
---|
INNER_CLASS_SEPARATOR_CHAR, iToString, PACKAGE_SEPARATOR_CHAR |
Method Summary | |
---|---|
String |
getCodeSystem()
Gets the code system. |
String |
getCodeValue()
Gets the code value. |
String |
getDescription()
Gets the description. |
Methods inherited from class ca.infoway.messagebuilder.lang.EnumPattern |
---|
getEnumConstants, isEnum, name, toString, valueOf, values |
Methods inherited from class ca.infoway.messagebuilder.lang.Enum |
---|
compareTo, equals, getEnum, getEnumClass, getEnumList, getEnumMap, getName, getShortClassName, getShortClassName, hashCode, iterator, readResolve |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final ResponseMode DEFERRED
The receiver may respond in a non-immediate manner. Note: this will be the default value.
public static final ResponseMode IMMEDIATE
The receiver is required to assume that the sender is blocking and behave appropriately by sending an immediate response.
public static final ResponseMode QUEUE
The receiver shall keep any application responses in a queue until such time as the queue is polled.
Method Detail |
---|
public String getCodeSystem()
Gets the code system.
getCodeSystem
in interface Code
public String getCodeValue()
Gets the code value.
getCodeValue
in interface Code
public String getDescription()
Gets the description.
getDescription
in interface Describable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |