No cache version.

Caching disabled. Default setting for this page:enabled (code LNG204)
If the display is too slow, you can disable the user mode to view the cached version.
java.lang.management

Class LockInfo

    • Constructor Detail

      • LockInfo

        @ConstructorProperties(value={"className","identityHashCode"})
        public LockInfo(String className,
                                           int identityHashCode)
        Constructs a LockInfo object.
        Parameters:
        className - the fully qualified name of the class of the lock object.
        identityHashCode - the identity hash code of the lock object.
    • Method Detail

      • getClassName

        public String getClassName()
        Returns the fully qualified name of the class of the lock object.
        Returns:
        the fully qualified name of the class of the lock object.
      • getIdentityHashCode

        public int getIdentityHashCode()
        Returns the identity hash code of the lock object returned from the System.identityHashCode(java.lang.Object) method.
        Returns:
        the identity hash code of the lock object.
      • toString

        public String toString()
        Returns a string representation of a lock. The returned string representation consists of the name of the class of the lock object, the at-sign character `@', and the unsigned hexadecimal representation of the identity hash code of the object. This method returns a string equals to the value of:
         lock.getClass().getName() + '@' + Integer.toHexString(System.identityHashCode(lock))
         
        where lock is the lock object.
        Overrides:
        toString in class Object
        Returns:
        the string representation of a lock.
Error Infobrol

Can not display this page of the Infobrol website

Type of error (18-01)

Unknown format specifier "&"

Please try again in a few minutes…

Return to the home page




Steph