void |
MessageSoftList.addMessage(Message msg) |
Adds a message at the end of the list.
|
void |
NGNetwork.MessageVector.addMessage(Message msg) |
Adds the specified component to the end of this vector,
increasing its size by one.
|
void |
AgentEngineContext.channelPost(Message msg) |
Posts a message in the channel.
|
void |
AgentEngineContextImpl.channelPost(Message msg) |
Posts a message in the channel.
|
protected void |
Network.channelPostAndValidate(Message msg) |
|
void |
AgentEngineContext.checkMessageFrom(Message msg) |
Checks the message 'from'.
|
void |
AgentEngineContextImpl.checkMessageFrom(Message msg) |
Checks the message 'from'.
|
int |
MessageSoftList.MessageComparator.compare(Message o1,
Message o2) |
|
void |
AgentEngineContext.deleteMessage(Message msg) |
Deletes and frees the specified message.
|
void |
AgentEngineContextImpl.deleteMessage(Message msg) |
Deletes and frees the specified message.
|
protected void |
Network.deleteMessage(Message msg) |
|
protected void |
Network.deliver(Message msg) |
Try to deliver the received message to the right consumer.
|
protected short |
Network.getMessageDest(Message msg) |
|
protected short |
Network.getMessageSource(Message msg) |
|
protected int |
HttpNetwork.handle(Message msgout,
HttpNetwork.NetworkInputStream nis) |
|
void |
Engine.insert(Message msg) |
Insert a message in the MessageQueue.
|
void |
MessageConsumer.insert(Message msg) |
Insert a message in the MessageQueue.
|
void |
MessageQueue.insert(Message item,
MessageComparator comparator) |
Insert a message in the queue, it should only be used during
initialization for restoring the queue state.
|
void |
MessageVector.insert(Message item,
MessageComparator comparator) |
Insert a message in the queue, it should only be used during initialization for
restoring the queue state.
|
void |
Network.insert(Message msg) |
Insert a message in the MessageQueue.
|
private void |
MessageVector.insertMessageAt(Message item,
int index) |
Inserts the specified message to this MessageVector at
the specified index.
|
boolean |
Engine.isPrior(Message m1,
Message m2) |
|
boolean |
MessageComparator.isPrior(Message m1,
Message m2) |
Compares the 2 messages for time ordering.
|
boolean |
Network.isPrior(Message m1,
Message m2) |
|
(package private) static void |
Channel.post(Message msg) |
Adds a message in "ready to deliver" list of right consumer.
|
void |
Engine.post(Message msg) |
Adds a message in "ready to deliver" list.
|
void |
MessageConsumer.post(Message msg) |
Adds a message in "ready to deliver" list.
|
void |
Network.post(Message msg) |
Adds a message in "ready to deliver" list.
|
(package private) static void |
Channel.postAndValidate(Message msg) |
|
void |
Engine.postAndValidate(Message msg) |
Posts a message and validates it at the same time.
|
void |
MessageConsumer.postAndValidate(Message msg) |
Posts a message and validates it at the same time.
|
void |
Network.postAndValidate(Message msg) |
Posts and validates a message.
|
protected void |
Network.postMessage(Message msg) |
|
void |
BatchNetworkItf.prepareMessage(Message message) |
|
protected void |
Network.prepareMessage(Message msg) |
|
protected void |
Network.prepareMessageWithoutStamp(Message msg) |
|
void |
MessageQueue.push(Message item) |
Pushes a message onto the bottom of this queue.
|
void |
MessageVector.push(Message item) |
Pushes a message onto the bottom of this queue.
|
void |
MessageQueue.pushAndValidate(Message item) |
Pushes a message and validates it at the same time.
|
void |
MessageVector.pushAndValidate(Message item) |
Pushes and validates a message.
|
protected void |
MessageInputStream.readMessageHeader(Message msg) |
Reads the message header data from the buffer.
|
private void |
MessageSoftList.removeExpired(Message msg) |
Removes the expired message, if needed an ExpiredNot is sent to the
deadNotificationAgentId specified.
|
(package private) void |
MessageVector.removeMessage(Message msg) |
Removes the specified message from the queue if exists.
|
(package private) void |
NGNetwork.CnxHandler.send(Message msg) |
|
(package private) void |
PoolNetwork.Sender.send(Message msg) |
|
(package private) void |
SimpleNetwork.NetServerOut.send(Socket socket,
Message msg,
long currentTimeMillis) |
|
protected void |
HttpNetwork.sendReply(Message msg,
OutputStream os,
HttpNetwork.NetworkOutputStream nos,
int ack,
long currentTimeMillis) |
|
protected void |
HttpNetwork.sendRequest(Message msg,
OutputStream os,
HttpNetwork.NetworkOutputStream nos,
int ack,
long currentTimeMillis) |
|
void |
MessageSoftList.setAck(Message ack) |
Sets the next ack to send.
|
protected void |
Network.setMessageSource(Message msg,
short source) |
|
void |
MessageSoftList.setSent(Message msg) |
Mark specified message as sent (ie waiting for an ack).
|
protected void |
Engine.stamp(Message msg) |
Sets the stamp of the given message.
|
void |
AgentEngineContext.stampAndSave(Message msg,
int stamp) |
Stamps and saves the specified message.
|
void |
AgentEngineContextImpl.stampAndSave(Message msg,
int stamp) |
Stamps and saves the specified message.
|
void |
BatchNetworkItf.validateMessage(Message message) |
|
(package private) void |
HttpNetwork.NetworkOutputStream.writeMessage(Message msg,
int ack,
long currentTimeMillis) |
|
protected void |
MessageOutputStream.writeMessage(Message msg,
long time) |
Writes a message to this output stream.
|
(package private) void |
NGNetwork.CnxHandler.MessageOutputStream.writeMessage(Message msg) |
|
(package private) void |
SimpleNetwork.NetworkOutputStream.writeMessage(OutputStream os,
Message msg,
long currentTimeMillis) |
Writes a message to the output stream of the socket.
|
(package private) void |
UDPNetwork.DatagramOutputStream.writeMessage(UDPNetwork.ServerInfo serverInfo,
SocketAddress addr,
int startIndex,
Message msg,
long currentTimeMillis) |
|
(package private) void |
UDPNetwork.DatagramOutputStream.writeMessage(SocketAddress addr,
Message msg,
long currentTimeMillis) |
|
protected void |
MessageOutputStream.writeMessageHeader(Message msg) |
Writes the message header data to the buffer.
|