Interface MemoryManagerMXBean

    • Method Detail

      • getMemoryPoolNames

        String[] getMemoryPoolNames()
        Returns the names of all of the memory pools managed by this MXBean.
        Returns:
        string array containing the names of all of the managed memory pools.
      • getName

        String getName()
        Returns the name of this particular memory manager.
        Returns:
        the name of this memory manager.
      • isValid

        boolean isValid()
        Returns true if this memory manager is still valid in the virtual machine. That is, the memory manager has not been eliminated from the virtual machine memory.
        Returns:
        true if the memory manager is still valid in the virtual machine ; otherwise false.