rmi « Thread Safe « Java Thread Q&A

Home
Java Thread Q&A
1.concurrency
2.Development
3.Exception
4.Notify
5.Operation
6.Socket
7.State
8.synchronize
9.Thread Safe
10.ThreadPool
Java Thread Q&A » Thread Safe » rmi 

1. Can "CopyOnWriteArrayList" and "ConcurrentHashMap" be serialized?    stackoverflow.com

I have a class teleport by using RMI.But I am not sure those thread-safe object can be serialized.Does anyone tried before? UPDATE skaffman says yes,But I failed in serialize. This is the class that ...

2. RMI multi thread safe    coderanch.com

3. Thread safe RMI    forums.oracle.com

/** * Locks a record so that it can only be updated or deleted by this client. * Returned value is a long that is the cookie value that must * be used when the record is unlocked, updated, or deleted. * If the specified record is already locked by a different client, then the * current thread gives up the ...

java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.