Mercurial Hosting > luan
comparison src/org/eclipse/jetty/server/Server.java @ 912:1d0c304e12b5
simplify AggregateLifeCycle
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Sat, 08 Oct 2016 22:05:14 -0600 |
parents | df84a1741687 |
children | 17f4fe8271de |
comparison
equal
deleted
inserted
replaced
911:cab5830e1ab0 | 912:1d0c304e12b5 |
---|---|
100 { | 100 { |
101 mex.add(e); | 101 mex.add(e); |
102 } | 102 } |
103 } | 103 } |
104 } | 104 } |
105 /* | |
106 if (isDumpAfterStart()) | |
107 dumpStdErr(); | |
108 */ | |
109 mex.ifExceptionThrow(); | 105 mex.ifExceptionThrow(); |
110 } | 106 } |
111 | 107 |
112 /* ------------------------------------------------------------ */ | 108 /* ------------------------------------------------------------ */ |
113 @Override | 109 @Override |
114 protected void doStop() throws Exception | 110 protected void doStop() throws Exception |
115 { | 111 { |
116 /* | |
117 if (isDumpBeforeStop()) | |
118 dumpStdErr(); | |
119 */ | |
120 MultiException mex=new MultiException(); | 112 MultiException mex=new MultiException(); |
121 /* | 113 /* |
122 if (_graceful>0) | 114 if (_graceful>0) |
123 { | 115 { |
124 LOG.info("Graceful shutdown {}",connector); | 116 LOG.info("Graceful shutdown {}",connector); |