db4o 7.4

com.db4o.messaging
Interface MessageContext


public interface MessageContext

Additional message-related information.


Method Summary
 ObjectContainer container()
          The container the message was dispatched to.
 MessageSender sender()
          The sender of the current message.
 

Method Detail

container

ObjectContainer container()
The container the message was dispatched to.

Returns:

sender

MessageSender sender()
The sender of the current message. The reference can be used to send a reply to it.

Returns:

db4o 7.4

Copyright 2007 db4objects Inc. All rights reserved.