Package bitronix.tm.utils
Interface Service
- All Known Subinterfaces:
ExceptionAnalyzer,Executor,Journal
- All Known Implementing Classes:
AsyncExecutor,BitronixTransactionManager,Configuration,DefaultExceptionAnalyzer,DiskJournal,NullJournal,Recoverer,ResourceLoader,SyncExecutor,TaskScheduler
public interface Service
All internal services implement this interface.
- Author:
- lorban
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoidshutdown()Shutdown the service and free all held resources.
-
Method Details
-
shutdown
void shutdown()Shutdown the service and free all held resources.
-