|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SccpStack
| Field Summary | |
|---|---|
static int |
UDT_ONLY
|
static int |
XUDT_ONLY
|
| Method Summary | |
|---|---|
SccpProvider |
getSccpProvider()
Exposes SCCP provider object to SCCP user. |
void |
setRouter(Router router)
Allows to plug custom implementation of SCCP router |
void |
setTransferType(int type)
Defines transfer type for outgoing messages. |
void |
start()
Starts SCCP stack. |
void |
stop()
Terminates SCCP stack. |
| Field Detail |
|---|
static final int UDT_ONLY
static final int XUDT_ONLY
| Method Detail |
|---|
void start()
throws java.lang.IllegalStateException,
StartFailedException
java.lang.IllegalStateException
StartFailedExceptionvoid stop()
java.lang.IllegalStateException
StartFailedExceptionSccpProvider getSccpProvider()
void setRouter(Router router)
router - the router implementation.void setTransferType(int type)
type - the type of transfer. valid values are UDT_ONLY and XUDT_ONLY.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||