jdk/src/jdk.jvmstat/share/classes/sun/jvmstat/monitor/HostIdentifier.java
changeset 28059 e576535359cc
parent 25859 3317bb8137f4
child 31061 fead7d86d75f
equal deleted inserted replaced
28058:87940c838900 28059:e576535359cc
   225     /**
   225     /**
   226      * Create a HostIdentifier instance from a VmIdentifier.
   226      * Create a HostIdentifier instance from a VmIdentifier.
   227      *
   227      *
   228      * The necessary components of the VmIdentifier are extracted and
   228      * The necessary components of the VmIdentifier are extracted and
   229      * reassembled into a HostIdentifier. If a "file:" scheme (protocol)
   229      * reassembled into a HostIdentifier. If a "file:" scheme (protocol)
   230      * is specified, the the returned HostIdentifier will always be
   230      * is specified, the returned HostIdentifier will always be
   231      * equivalent to HostIdentifier("file://localhost").
   231      * equivalent to HostIdentifier("file://localhost").
   232      *
   232      *
   233      * @param vmid the VmIdentifier use to construct the HostIdentifier.
   233      * @param vmid the VmIdentifier use to construct the HostIdentifier.
   234      */
   234      */
   235     public HostIdentifier(VmIdentifier vmid) {
   235     public HostIdentifier(VmIdentifier vmid) {