[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[jfriends-ml 10213] Re: 読書会 Java スレッドプログラミング) 第 1 回議 事録宿題について



  高橋(智)です。
  
  java.lang.Objectクラスの getClass()メソッドのdocumentに
補足になりそうなことが書いてあったので、書いておきます。
----------------------------------------------------------------
public final Class getClass()

    Returns the runtime class of an object. That Class object
  is the object that is locked by static synchronized methods
  of the represented class.
    
  Returns:
   the object of type Class that represents the runtime class
   of the object.
----------------------------------------------------------------

"TAKAHASHI, Tomohiro" wrote:
snip 
>   以下のように、Classクラスのインスタンスに対してlockを行うこと
> になるということではないでしょうか...
> 
> public class MyClass {
>   public static void foo() {
>     synchronized(MyClass.class) {
>       ...
>     }
>   }
> }
snip

-- 
高橋智宏
  Java読書会( http://www.t3-jpn.com/bof/ )
  T3-Japan( http://www.t3-jpn.com/ )