
org.mobicents.smsc.domain.SmscStatProviderMBean Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of domain Show documentation
Show all versions of domain Show documentation
SMSC Gateway Domain Object
/**
*
*/
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