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

org.mobicents.ss7.service.SS7ServiceInterface Maven / Gradle / Ivy

There is a newer version: 8.0.112
Show newest version
package org.mobicents.ss7.service;

import org.mobicents.protocols.ss7.oam.common.jmxss7.Ss7Management;
import org.mobicents.ss7.management.console.ShellExecutor;

public interface SS7ServiceInterface {
    ShellExecutor getBeanSctpShellExecutor();

    ShellExecutor getBeanM3uaShellExecutor();

    ShellExecutor getBeanSccpExecutor();

    ShellExecutor getBeanTcapExecutor();

    Ss7Management getSs7Management();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy