|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JainTcapProvider | |
jain.protocol.ss7.tcap | This package contains the main interfaces required to represent JAIN TCAP protocol stacks, JAIN TCAP applications, as well as the classes and exceptions needed to send and receive JAIN TCAP messages. |
Uses of JainTcapProvider in jain.protocol.ss7.tcap |
Methods in jain.protocol.ss7.tcap that return JainTcapProvider | |
JainTcapProvider |
JainTcapStack.createAttachedProvider()
Creates a new Peer (vendor specific) JainTcapProvider
that is attached to this JainTcapStackImpl and returns a reference to it. |
JainTcapProvider |
JainTcapStack.createDetachedProvider()
Creates a new Peer (vendor specific) Provider that is detached from this JainTcapStackImpl and returns a reference to it. |
Methods in jain.protocol.ss7.tcap with parameters of type JainTcapProvider | |
void |
JainTcapStack.deleteProvider(JainTcapProvider providerToBeDeleted)
Deletes the specified Peer JAIN TCAP Provider attached to this JainTcapStackImpl. |
void |
JainTcapStack.attach(JainTcapProvider jainTcapProvider)
Attaches the specified vendor specific Peer JAIN TCAP Provider to this JainTcapStackImpl. |
void |
JainTcapStack.detach(JainTcapProvider jainTcapProvider)
Detaches the specified vendor specific Peer JAIN TCAP Provider from this JainTcapStackImpl. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |