org.milyn.delivery
Interface ExecutionLifecycleCleanable

All Superinterfaces:
ContentHandler, Visitor
All Known Implementing Classes:
AbstractDataSource, AbstractOutputStreamResource, DirectDataSource, JndiDataSource

public interface ExecutionLifecycleCleanable
extends Visitor

Execution Lifecycle Cleanable resource.

Author:
tom.fennelly@gmail.com

Method Summary
 void executeExecutionLifecycleCleanup(ExecutionContext executionContext)
          Cleanup the resources allocated by this resource for the specified ExecutionContext.
 

Method Detail

executeExecutionLifecycleCleanup

void executeExecutionLifecycleCleanup(ExecutionContext executionContext)
Cleanup the resources allocated by this resource for the specified ExecutionContext.

Executes the cleanup at the end of the filter execution.

Parameters:
executionContext - The ExecutionContext.


Copyright © 2009. All Rights Reserved.