public abstract class MAPServiceBaseImpl extends java.lang.Object implements MAPServiceBase
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Boolean |
_isActivated |
protected MAPProviderImpl |
mapProviderImpl |
protected java.util.Set<MAPServiceListener> |
serviceListeners |
| Modifier | Constructor and Description |
|---|---|
protected |
MAPServiceBaseImpl(MAPProviderImpl mapProviderImpl) |
| Modifier and Type | Method and Description |
|---|---|
void |
acivate() |
protected void |
addMAPServiceListener(MAPServiceListener mapServiceListener) |
protected abstract MAPDialogImpl |
createNewDialogIncoming(MAPApplicationContext appCntx,
Dialog tcapDialog)
Creation a MAP Dialog implementation for the specific service
|
protected Dialog |
createNewTCAPDialog(SccpAddress origAddress,
SccpAddress destAddress)
Creating new outgoing TCAP Dialog.
|
void |
deactivate() |
protected void |
deliverErrorComponent(MAPDialog mapDialog,
java.lang.Long invokeId,
MAPErrorMessage mapErrorMessage) |
protected void |
deliverInvokeTimeout(MAPDialog mapDialog,
Invoke invoke) |
protected void |
deliverProviderErrorComponent(MAPDialog mapDialog,
java.lang.Long invokeId,
MAPProviderError providerError) |
protected void |
deliverRejectComponent(MAPDialog mapDialog,
java.lang.Long invokeId,
Problem problem) |
MAPProvider |
getMAPProvider() |
java.lang.Boolean |
isActivated() |
protected void |
PutMADDialogIntoCollection(MAPDialogImpl dialog)
Adding MAP Dialog into MAPProviderImpl.dialogs Used when creating a new
outgoing MAP Dialog
|
protected void |
removeMAPServiceListener(MAPServiceListener mapServiceListener) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcheckInvokeTimeOut, createNewDialog, isServingService, processComponentprotected java.lang.Boolean _isActivated
protected java.util.Set<MAPServiceListener> serviceListeners
protected MAPProviderImpl mapProviderImpl
protected MAPServiceBaseImpl(MAPProviderImpl mapProviderImpl)
public MAPProvider getMAPProvider()
getMAPProvider in interface MAPServiceBaseprotected abstract MAPDialogImpl createNewDialogIncoming(MAPApplicationContext appCntx, Dialog tcapDialog)
appCntx - tcapDialog - protected Dialog createNewTCAPDialog(SccpAddress origAddress, SccpAddress destAddress) throws MAPException
origAddress - destAddress - MAPExceptionprotected void PutMADDialogIntoCollection(MAPDialogImpl dialog)
dialog - protected void addMAPServiceListener(MAPServiceListener mapServiceListener)
protected void removeMAPServiceListener(MAPServiceListener mapServiceListener)
public java.lang.Boolean isActivated()
isActivated in interface MAPServiceBasepublic void acivate()
acivate in interface MAPServiceBasepublic void deactivate()
deactivate in interface MAPServiceBaseprotected void deliverErrorComponent(MAPDialog mapDialog, java.lang.Long invokeId, MAPErrorMessage mapErrorMessage)
protected void deliverRejectComponent(MAPDialog mapDialog, java.lang.Long invokeId, Problem problem)
protected void deliverProviderErrorComponent(MAPDialog mapDialog, java.lang.Long invokeId, MAPProviderError providerError)
Copyright © 2011. All Rights Reserved.