Class SynchronizedBundle

  • All Implemented Interfaces:

    
    public final class SynchronizedBundle
    
                        

    Decorates Bundle to synchronize its behavior for a multithreaded environment.

    Methods are synchronized, then forwarded to the decorated bundle.