db4o 8.0

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.
 com.db4o.internal.Transaction transaction()
          The transaction the current message has been sent with.
 

Method Detail

container

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


sender

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


transaction

com.db4o.internal.Transaction transaction()
The transaction the current message has been sent with.


db4o 8.0

Copyright 2009 Versant Corporation. All rights reserved.