org.gridkit.lab.jvm.attach
Class JavaProcessId

java.lang.Object
  extended by org.gridkit.lab.jvm.attach.JavaProcessId

public class JavaProcessId
extends Object

Author:
Alexey Ragozin ([email protected])

Constructor Summary
protected JavaProcessId(long pid, String description)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getDescription()
           
 long getPID()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JavaProcessId

protected JavaProcessId(long pid,
                        String description)
Method Detail

getPID

public long getPID()

getDescription

public String getDescription()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2018. All Rights Reserved.