|
Spring for Apache Hadoop | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.springframework.yarn.launch.JvmSystemExiter
public class JvmSystemExiter
Implementation of the SystemExiter
interface that calls the standards
System.exit method. It should be noted that there will be no unit tests for
this class, since there is only one line of actual code, that would only be
testable by mocking System or Runtime.
Constructor Summary | |
---|---|
JvmSystemExiter()
|
Method Summary | |
---|---|
void |
exit(int status)
Delegate call to System.exit() with the argument provided. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JvmSystemExiter()
Method Detail |
---|
public void exit(int status)
exit
in interface SystemExiter
status
- exit status.SystemExiter.exit(int)
|
Spring for Apache Hadoop | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |