public interface MAPServiceBase
| Modifier and Type | Method and Description |
|---|---|
void |
acivate() |
MAPDialog |
createNewDialog(MAPApplicationContext appCntx,
SccpAddress origAddress,
AddressString origReference,
SccpAddress destAddress,
AddressString destReference)
Creates a new Dialog.
|
void |
deactivate() |
MAPProvider |
getMAPProvider() |
boolean |
isActivated() |
ServingCheckData |
isServingService(MAPApplicationContext dialogApplicationContext)
Returns true if the service can perform dialogs with given
ApplicationContext
|
MAPProvider getMAPProvider()
MAPDialog createNewDialog(MAPApplicationContext appCntx, SccpAddress origAddress, AddressString origReference, SccpAddress destAddress, AddressString destReference) throws MAPException
applicationCntx - This parameter identifies the type of application context
being established. If the dialogue is accepted the received
application context name shall be echoed. In case of refusal
of dialogue this parameter shall indicate the highest version
supported.destAddress - A valid SCCP address identifying the destination peer entity.
As an implementation option, this parameter may also, in the
indication, be implicitly associated with the service access
point at which the primitive is issued.destReference - This parameter is a reference which refines the identification
of the called process. It may be identical to Destination
address but its value is to be carried at MAP level.origAddress - A valid SCCP address identifying the requestor of a MAP
dialogue. As an implementation option, this parameter may
also, in the request, be implicitly associated with the
service access point at which the primitive is issued.origReference - This parameter is a reference which refines the identification
of the calling process. It may be identical to the Originating
address but its value is to be carried at MAP level.
Processing of the Originating-reference shall be performed
according to the supplementary service descriptions and other
service descriptions, e.g. operator determined barring.MAPExceptionServingCheckData isServingService(MAPApplicationContext dialogApplicationContext)
boolean isActivated()
void acivate()
void deactivate()
Copyright © 2012. All Rights Reserved.