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

com.foreach.across.modules.applicationinfo.business.AcrossApplicationInfo Maven / Gradle / Ivy

There is a newer version: 4.5.1
Show newest version
package com.foreach.across.modules.applicationinfo.business;

import com.foreach.common.spring.context.ApplicationInfo;

import java.util.Date;

public interface AcrossApplicationInfo extends ApplicationInfo
{
	long getBootstrapDuration();

	long getUptime();

	Date getBootstrapStartDate();

	Date getBootstrapEndDate();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy