org.mobicents.protocols.ss7.isup
Interface ISUPStack


public interface ISUPStack

Start time:09:07:18 2009-08-30
Project: mobicents-isup-stack

Author:
baranowb

Method Summary
 void configure(java.util.Properties props)
          Configure this stack and its resources, like MTP.
 ISUPProvider getIsupProvider()
          Get instance of provider.
 void start()
          Start stack and all underlying resources
 void stop()
          Stop stack and all underlying resources.
 

Method Detail

getIsupProvider

ISUPProvider getIsupProvider()
Get instance of provider.

Returns:

stop

void stop()
Stop stack and all underlying resources.


start

void start()
           throws java.lang.IllegalStateException,
                  org.mobicents.protocols.StartFailedException
Start stack and all underlying resources

Throws:
java.lang.IllegalStateException - - if stack is already running or is not configured yet.
org.mobicents.protocols.StartFailedException - - if start failed for some other reason.

configure

void configure(java.util.Properties props)
               throws org.mobicents.protocols.ConfigurationException
Configure this stack and its resources, like MTP.

Parameters:
props -
Throws:
org.mobicents.protocols.ConfigurationException


Copyright © 2010. All Rights Reserved.