bitronix.tm.utils.Service Maven / Gradle / Ivy
package bitronix.tm.utils;
/**
* All internal services implement this interface.
*
*
* @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