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.config
Methods in com.db4o.config with parameters of type MessageRecipient Modifier and Type Method Description void
ClientServerConfiguration. setMessageRecipient(MessageRecipient messageRecipient)
sets the MessageRecipient to receive Client Server messages. -
Uses of MessageRecipient in com.db4o.cs.config
Methods in com.db4o.cs.config with parameters of type MessageRecipient Modifier and Type Method Description void
NetworkingConfiguration. messageRecipient(MessageRecipient messageRecipient)
sets the MessageRecipient to receive Client Server messages. -
Uses of MessageRecipient in com.db4o.cs.internal.config
Methods in com.db4o.cs.internal.config with parameters of type MessageRecipient Modifier and Type Method Description void
NetworkingConfigurationImpl. messageRecipient(MessageRecipient messageRecipient)
-
Uses of MessageRecipient in com.db4o.internal
Methods in com.db4o.internal that return MessageRecipient Modifier and Type Method Description MessageRecipient
Config4Impl. messageRecipient()
Methods in com.db4o.internal with parameters of type MessageRecipient Modifier and Type Method Description void
Config4Impl. setMessageRecipient(MessageRecipient messageRecipient)
-