Process utilities for VRLJ. More...
Collaboration diagram for com.mak.vrlj.vl.ProcessUtil:Static Public Member Functions | |
| static String | getHost () |
| static int | getPid () |
| static int | makeAppIdFromPid () |
| This gets the PID from the OS to make an Application Identifier. More... | |
Static Private Attributes | |
| static int | thePid |
| Process ID (PID) for the running process (the jvm). More... | |
| static String | theHost |
| Hostname for the running process (the jvm). More... | |
Process utilities for VRLJ.
|
inlinestatic |
References com.mak.vrlj.vl.ProcessUtil.theHost.
|
inlinestatic |
References com.mak.vrlj.vl.ProcessUtil.thePid.
|
inlinestatic |
This gets the PID from the OS to make an Application Identifier.
This performs an bitwise AND on the PID with 0xFFFF because Application Identifier is an unsigned 16 bit value
|
staticprivate |
Hostname for the running process (the jvm).
Referenced by com.mak.vrlj.vl.ProcessUtil.getHost().
|
staticprivate |
Process ID (PID) for the running process (the jvm).
Referenced by com.mak.vrlj.vl.ProcessUtil.getPid().