OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:exitvm
(Results
1 - 1
of
1
) sorted by null
/external/jetty/src/java/org/eclipse/jetty/server/
ShutdownMonitor.java
60
* If ShowndownMonitor.
exitVm
is true, then Sytem.exit will also be
118
if (
exitVm
)
210
private boolean
exitVm
;
233
this.
exitVm
= true;
303
return
exitVm
;
312
public void setExitVm(boolean
exitVm
)
320
this.
exitVm
=
exitVm
;
Completed in 402 milliseconds