db4o 7.4

com.db4o.messaging
Interface MessageSender


public interface MessageSender

message sender for client/server messaging.

db4o allows using the client/server TCP connection to send messages from the client to the server. Any object that can be stored to a db4o database file may be used as a message.

For an example see Reference documentation:
http://developer.db4o.com/Resources/view.aspx/Reference/Client-Server/Messaging
http://developer.db4o.com/Resources/view.aspx/Reference/Client-Server/Remote_Code_Execution

See Also:
ClientServerConfiguration.getMessageSender(),
MessageRecipient,
ClientServerConfiguration.setMessageRecipient(MessageRecipient)


Method Summary
 void send(java.lang.Object obj)
          sends a message to the server.
 

Method Detail

send

void send(java.lang.Object obj)
sends a message to the server.

Parameters:
obj - the message parameter, any object may be used.

db4o 7.4

Copyright 2007 db4objects Inc. All rights reserved.