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

uk.ac.ebi.interpro.scan.jms.master.SubMaster Maven / Gradle / Ivy

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