jdk/src/share/classes/javax/management/ObjectName.java
changeset 686 d0c74839e1bd
parent 526 61ba2d5ea9da
child 715 f16baef3a20e
equal deleted inserted replaced
685:b4e01579b558 686:d0c74839e1bd
  1779     public String toString()  {
  1779     public String toString()  {
  1780         return getSerializedNameString();
  1780         return getSerializedNameString();
  1781     }
  1781     }
  1782 
  1782 
  1783     String toQueryString() {
  1783     String toQueryString() {
  1784         return "LIKE " + Query.value(toString());
  1784         return "like " + Query.value(toString());
  1785     }
  1785     }
  1786 
  1786 
  1787     /**
  1787     /**
  1788      * Compares the current object name with another object name.  Two
  1788      * Compares the current object name with another object name.  Two
  1789      * ObjectName instances are equal if and only if their canonical
  1789      * ObjectName instances are equal if and only if their canonical