All Downloads are FREE. Search and download functionalities are using the official Maven repository.

bitronix.tm.utils.Service Maven / Gradle / Ivy

There is a newer version: 2.1.4
Show newest version
package bitronix.tm.utils;

/**
 * All internal services implement this interface.
 * 

© Bitronix Software

* * @see bitronix.tm.TransactionManagerServices * @author lorban */ public interface Service { /** * Shutdown the service and free all held resources. */ public void shutdown(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy