Interface Process

All Known Implementing Classes:
AndroidProcessId, ExecProcessId, FileProcessId, ManualProcessId, MBeanProcessId, SocketProcessId, UuidProcessId

public interface Process
Provides a configurable way to get a unique process id.
Since:
JTS 1.0.
Version:
$Id: Process.java 2342 2006-03-30 13:06:17Z $
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     
  • Method Details

    • getpid

      int getpid()
      Returns:
      the process id. This had better be unique between processes on the same machine. If not we're in trouble!
      Since:
      JTS 2.1.