I use the RMI and factory
pattern to design my server . Now , i am
testing my result . In my testing by multi-thread , I found that when i firstly book ( including building all of the RemoteDataImpl objects ) , the result is wrong . But in my following booking( all of the RemoteDataImpl objects have been built in prior booking ), all result are OK . Could u tell me what happened in my testing . Is this scene because of RMI ?