bitronix.tm.utils
Interface Service

All Known Subinterfaces:
Executor, Journal
All Known Implementing Classes:
BitronixTransactionManager, ConcurrentExecutor, Configuration, DiskJournal, NullJournal, Recoverer, ResourceLoader, SimpleAsyncExecutor, SyncExecutor, TaskScheduler

public interface Service

All internal services implement this interface.

© Bitronix Software

Author:
lorban
See Also:
TransactionManagerServices

Method Summary
 void shutdown()
          Shutdown the service and free all held resources.
 

Method Detail

shutdown

public void shutdown()
Shutdown the service and free all held resources.