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

org.jboss.jbossts.xts.initialisation.XTSInitialisation Maven / Gradle / Ivy

There is a newer version: 4.17.43.Final
Show newest version
package org.jboss.jbossts.xts.initialisation;

/**
 * interface allowing initialisation code to eb ;plugged into the XTS Service startup
 */
public interface XTSInitialisation
{
    public void startup() throws Exception;
    public void shutdown()throws Exception;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy