| Package | Description |
|---|---|
| net.sf.eBus.client |
This package contains the top-level eBus API which
applications use to interact with eBus.
|
| net.sf.eBus.client.sysmessages |
This package defines the eBus system messages.
|
| net.sf.eBus.messages |
Messages are the heart of eBus.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TestRequestorContext.cancelOrderReply(EReplyMessage.ReplyStatus status,
String reason,
EReplyMessage msg) |
void |
TestRequestorContext.modifyOrderReply(EReplyMessage.ReplyStatus status,
String reason,
EReplyMessage msg) |
void |
TestRequestorContext.newOrderReply(EReplyMessage.ReplyStatus status,
String reason,
EReplyMessage msg) |
| Modifier and Type | Field and Description |
|---|---|
EReplyMessage.ReplyStatus |
LogonReply.logonStatus
Either the logon attempt succeeded or failed.
|
EReplyMessage.ReplyStatus |
ResumeReply.replyStatus
The current request handling status.
|
EReplyMessage.ReplyStatus |
PauseReply.replyStatus
The current request handling status.
|
| Modifier and Type | Method and Description |
|---|---|
LogonReply.Builder |
LogonReply.Builder.logonStatus(EReplyMessage.ReplyStatus status)
Sets the logon status to the given value.
|
ResumeReply.Builder |
ResumeReply.Builder.replyStatus(EReplyMessage.ReplyStatus status)
Sets the reply status to the given value.
|
PauseReply.Builder |
PauseReply.Builder.replyStatus(EReplyMessage.ReplyStatus status)
Sets the reply status to the given value.
|
| Modifier and Type | Field and Description |
|---|---|
protected EReplyMessage.ReplyStatus |
EReplyMessage.Builder.mReplyStatus
Reply is either OK but continuing, OK and final, and
error (which is always final).
|
EReplyMessage.ReplyStatus |
EReplyMessage.replyStatus
The current request handling status.
|
| Modifier and Type | Method and Description |
|---|---|
static EReplyMessage.ReplyStatus |
EReplyMessage.ReplyStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EReplyMessage.ReplyStatus[] |
EReplyMessage.ReplyStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
B |
EReplyMessage.Builder.replyStatus(EReplyMessage.ReplyStatus status)
Sets the replier status for the matching request.
|
| Constructor and Description |
|---|
EReplyMessage(String subject,
EReplyMessage.ReplyStatus replyStatus,
String replyReason)
Creates a new reply message instance for the given
subject, status, reason, and final reply flag.
|
EReplyMessage(String subject,
long timestamp,
EReplyMessage.ReplyStatus replyStatus,
String replyReason)
Creates a new reply message instance for the given
subject, timestamp, status, reason, and final reply flag.
|
Copyright © 2019. All rights reserved.