db4o

MessageRecipient.processMessage Method 

the method called upon the arrival of messages.

void processMessage(
   ObjectContainer con,
   object message
);

Parameters

con
the ObjectContainer the message was sent to.
message
the message received.

Remarks

the method called upon the arrival of messages.

See Also

MessageRecipient Interface | com.db4o.messaging Namespace