public interface MAPServiceLsm extends MAPServiceBase
| Modifier and Type | Method and Description |
|---|---|
void |
addMAPServiceListener(MAPServiceLsmListener mapServiceListener) |
MAPDialogLsm |
createNewDialog(MAPApplicationContext appCntx,
SccpAddress origAddress,
AddressString origReference,
SccpAddress destAddress,
AddressString destReference)
Creates a new Dialog.
|
void |
removeMAPServiceListener(MAPServiceLsmListener mapServiceListener) |
acivate, deactivate, getMAPProvider, isActivated, isServingServiceMAPDialogLsm createNewDialog(MAPApplicationContext appCntx, SccpAddress origAddress, AddressString origReference, SccpAddress destAddress, AddressString destReference) throws MAPException
MAPServiceBasecreateNewDialog in interface MAPServiceBaseorigAddress - 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.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.MAPExceptionvoid addMAPServiceListener(MAPServiceLsmListener mapServiceListener)
void removeMAPServiceListener(MAPServiceLsmListener mapServiceListener)
Copyright © 2012. All Rights Reserved.