I want to implement a interface  like   User  getuser(String id);

My ClientApp use getuser  function to get user from ServerApp, 

the client use IoSession.write function to send message from client to
Server, and Server's handler receive message and 
IoSession.write  the user object, then the client handler messageReceived
function called. this is asynchronized.

how can i implement the synchronized function call on mina?
-- 
View this message in context: 
http://www.nabble.com/How-to-implement-the-synchronized-function-call--tf4310316s16868.html#a12270666
Sent from the Apache MINA Support Forum mailing list archive at Nabble.com.

Reply via email to