
uk.ac.ebi.interpro.scan.jms.master.SubMaster Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jms-implementation Show documentation
Show all versions of jms-implementation Show documentation
InterProScan JMS Implementation Module
The newest version!
package uk.ac.ebi.interpro.scan.jms.master;
/**
* Created with IntelliJ IDEA.
* User: pjones
*
* Interface defining a SubMaster to allow networks of JMS brokers to be
* built for i5. This is to ensure that each broker has a limited number of connections.
*/
public interface SubMaster {
public void setMaximumIdleTimeSeconds(Long maximumIdleTime);
public void setMaximumLifeSeconds(Long maximumLife);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy