|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PID | |
|---|---|
| net.dpml.depot | Depot bootstrap application launcher. |
| net.dpml.station | Server activation framework. |
| net.dpml.station.server | Process management controller implementation. |
| net.dpml.util | Common transit utilities. |
| Uses of PID in net.dpml.depot |
|---|
| Methods in net.dpml.depot that return PID | |
|---|---|
PID |
LogStatement.getPID()
Get the process identifier identifying the source JVM. |
| Constructors in net.dpml.depot with parameters of type PID | |
|---|---|
LogStatement(PID pid,
LogRecord record)
Creation of a new log statement. |
|
| Uses of PID in net.dpml.station |
|---|
| Methods in net.dpml.station that return PID | |
|---|---|
PID |
Application.getPID()
Return the process identifier of the process within which the application is running. |
| Methods in net.dpml.station with parameters of type PID | |
|---|---|
void |
Callback.started(PID pid,
Component handler)
Method invoked by a process to signal that the process has started. |
| Uses of PID in net.dpml.station.server |
|---|
| Methods in net.dpml.station.server that return PID | |
|---|---|
PID |
RemoteApplication.getPID()
Return the process identifier of the process within which the application is running. |
| Methods in net.dpml.station.server with parameters of type PID | |
|---|---|
void |
RemoteApplication.started(PID pid,
Component handler)
Method invoked by a process to signal that the process has commenced startup. |
| Uses of PID in net.dpml.util |
|---|
| Methods in net.dpml.util with parameters of type PID | |
|---|---|
void |
LoggingService.log(PID process,
LogRecord record)
Register a log record with the log service. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||