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.
|
CircuitManager |
getCircuitManager() |
ISUPProvider |
getIsupProvider()
Get instance of provider.
|
Mtp3UserPart |
getMtp3UserPart() |
void |
setCircuitManager(CircuitManager mgr) |
void |
setMtp3UserPart(Mtp3UserPart mtp3UserPart) |
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
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)
props - javax.naming.ConfigurationExceptionMtp3UserPart getMtp3UserPart()
void setMtp3UserPart(Mtp3UserPart mtp3UserPart)
void setCircuitManager(CircuitManager mgr)
CircuitManager getCircuitManager()
Copyright © 2011. All Rights Reserved.