Uses of Interface
com.db4o.messaging.MessageRecipient
- 
Packages that use MessageRecipient Package Description com.db4o.config com.db4o.cs.config com.db4o.cs.internal.config com.db4o.internal 
- 
- 
Uses of MessageRecipient in com.db4o.configMethods in com.db4o.config with parameters of type MessageRecipient Modifier and Type Method Description voidClientServerConfiguration. setMessageRecipient(MessageRecipient messageRecipient)sets the MessageRecipient to receive Client Server messages.
- 
Uses of MessageRecipient in com.db4o.cs.configMethods in com.db4o.cs.config with parameters of type MessageRecipient Modifier and Type Method Description voidNetworkingConfiguration. messageRecipient(MessageRecipient messageRecipient)sets the MessageRecipient to receive Client Server messages.
- 
Uses of MessageRecipient in com.db4o.cs.internal.configMethods in com.db4o.cs.internal.config with parameters of type MessageRecipient Modifier and Type Method Description voidNetworkingConfigurationImpl. messageRecipient(MessageRecipient messageRecipient)
- 
Uses of MessageRecipient in com.db4o.internalMethods in com.db4o.internal that return MessageRecipient Modifier and Type Method Description MessageRecipientConfig4Impl. messageRecipient()Methods in com.db4o.internal with parameters of type MessageRecipient Modifier and Type Method Description voidConfig4Impl. setMessageRecipient(MessageRecipient messageRecipient)
 
-