Search Results
OK to copy?
Examples 1 through 2 of
2 (0.0 seconds)
Class:
org.apache.tools.ant.taskdefs.TestProcess
©,
Rating:
0% of 0,
C1
Class: org.apache.catalina.startup.Catalina ©, Rating: 0% of 0, C2
81 TestProcess tp = new TestProcess();
82 new Thread(tp, "TestProcess thread").start();
83 Runtime.getRuntime().addShutdownHook(tp.getShutdownHook());
84 }
85 }
Class: org.apache.catalina.startup.Catalina ©, Rating: 0% of 0, C2
554 try {
555 // Register shutdown hook
556 if (useShutdownHook) {
557 if (shutdownHook == null) {
558 shutdownHook = new CatalinaShutdownHook();
Result Page:
1