Interface BindingCleaner
public interface BindingCleaner
Interface for implementations that perform cleanup for binders.
- Since:
- 1.2
- Author:
- Gary Russell
-
Method Summary
-
Method Details
-
clean
Clean up all resources for the supplied stream/job.- Parameters:
entity
- the stream or job; may be terminated with a simple wild card '*', in which case all streams with names starting with the characters before the '*' will be cleaned.isJob
- true if the entity is a job.- Returns:
- a map of lists of resources removed.
-