message sender for client/server messaging.
For a list of all members of this type, see MessageSender Members.
[Visual Basic] Public Interface MessageSender [C#] public interface MessageSender [C++] public __gc __interface MessageSender [JScript] 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.
See the sample in ../com/db4o/samples/messaging/ on how to use the messaging feature. It is also used to stop the server in ../com/db4o/samples/clientserver/StopServer.java
See Also:
com.db4o.config.Configuration.getMessageSender ,
com.db4o.messaging.MessageRecipient ,
com.db4o.config.Configuration.setMessageRecipient
Namespace: com.db4o.messaging
Assembly: db4o (in db4o.dll)
MessageSender Members | com.db4o.messaging Namespace