org.mobicents.protocols.ss7.sccp
public interface SccpStack
| Modifier and Type | Field and Description |
|---|---|
static int |
UDT_ONLY |
static int |
XUDT_ONLY |
| Modifier and Type | Method and Description |
|---|---|
SccpProvider |
getSccpProvider()
Exposes SCCP provider object to SCCP user.
|
void |
setTransferType(int type)
Defines transfer type for outgoing messages.
|
void |
start()
Starts SCCP stack.
|
void |
stop()
Terminates SCCP stack.
|
static final int UDT_ONLY
static final int XUDT_ONLY
void start()
throws java.lang.IllegalStateException
java.lang.IllegalStateExceptionvoid stop()
java.lang.IllegalStateExceptionStartFailedExceptionSccpProvider getSccpProvider()
void setTransferType(int type)
type - the type of transfer. valid values are UDT_ONLY and XUDT_ONLY.Copyright © 2011. All Rights Reserved.