org.milyn.delivery
Class ExecutionLifecycleCleanableList

java.lang.Object
  extended by org.milyn.delivery.ExecutionLifecycleCleanableList

public class ExecutionLifecycleCleanableList
extends Object

Cleanup list for ExecutionLifecycleCleanable implementations.

Author:
tom.fennelly@gmail.com

Constructor Summary
ExecutionLifecycleCleanableList(ExecutionContext executionContext)
           
 
Method Summary
 void add(ExecutionLifecycleCleanable cleanable)
           
 void cleanup()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExecutionLifecycleCleanableList

public ExecutionLifecycleCleanableList(ExecutionContext executionContext)
Method Detail

add

public void add(ExecutionLifecycleCleanable cleanable)

cleanup

public void cleanup()


Copyright © 2009. All Rights Reserved.