public class ApplicationPid extends Object
| Modifier | Constructor and Description | 
|---|---|
  | 
ApplicationPid()  | 
protected  | 
ApplicationPid(String pid)  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(Object obj)  | 
int | 
hashCode()  | 
String | 
toString()  | 
void | 
write(File file)
Write the PID to the specified file. 
 | 
public ApplicationPid()
protected ApplicationPid(String pid)
public void write(File file) throws IOException
file - the PID fileIllegalStateException - if no PID is available.IOException - if the file cannot be written