org.milyn.delivery
Interface ExecutionLifecycleCleanable

All Known Implementing Classes:
AbstractDataSource, AbstractOutputStreamResource, DirectDataSource, JndiDataSource

public interface ExecutionLifecycleCleanable

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.

Parameters:
executionContext - The ExecutionContext.


Copyright © 2008. All Rights Reserved.