
uk.ac.ebi.interpro.scan.jms.monitoring.Shutdown 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.monitoring;
import java.io.Serializable;
/**
*
*
*/
public class Shutdown implements Serializable {
private Long timestamp = System.currentTimeMillis();
public Long getTimestamp() {
return timestamp;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy