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

org.mobicents.smsc.domain.SmscStatProviderMBean Maven / Gradle / Ivy

There is a newer version: 7.4.179
Show newest version
/**
 * 
 */
package org.mobicents.smsc.domain;

import java.util.Date;

/**
 * @author Amit Bhayani
 *
 */
public interface SmscStatProviderMBean {
	
	int getMessageInProcess();
	
	int getDueSlotProcessingLag();
	
	long getMessageScheduledTotal();
	
	long getCurrentMessageId();
	
	Date getSmscStartTime();
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy