org.mobicents.protocols.ss7.isup
public interface ISUPStack
| Modifier and Type | Method and Description |
|---|---|
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.
|
ISUPProvider getIsupProvider()
void stop()
void start()
throws java.lang.IllegalStateException,
StartFailedException
java.lang.IllegalStateException - - if stack is already running or is not configured yet.StartFailedException - - if start failed for some other reason.void configure(java.util.Properties props)
throws ConfigurationException
props - ConfigurationExceptionCopyright © 2011. All Rights Reserved.