INT-2730 Move OrderlyShutDownAware Interface

Move from core to context.
This commit is contained in:
Gary Russell
2012-08-31 14:24:52 -04:00
committed by Mark Fisher
parent ffe4a449ac
commit 273bba370b
9 changed files with 10 additions and 10 deletions

View File

@@ -13,11 +13,11 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.springframework.integration.core;
package org.springframework.integration.context;
/**
* Interface for components that wish to be considered for
* an orderly shutdown using management interfaces. beforeShuddown()
* an orderly shutdown using management interfaces. beforeShutdown()
* will be called before schedulers, executors etc, are stopped.
* afterShutdown() is called after the shutdown delay.
*