public interface ProcessIdentity extends Serializable
Implementations should define equality so that instances are equal if and only they represent the same process.
Modifier and Type | Method and Description |
---|---|
String |
getName()
Return the process name.
|
int |
getNumber()
Return the process number.
|
String |
getUniqueID()
Return an external identity that is unique for this process.
|
String getName()
int getNumber()
String getUniqueID()
Copyright © 2000-2014. All Rights Reserved.