com.arjuna.ats.arjuna.utils
Interface Process


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
 int getpid()
           
 

Method Detail

getpid

public 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.