hp.opencall.media.signalling
Class ISUPExternalCnxProvider
java.lang.Object
hp.opencall.media.signalling.ExternalCnxProvider
hp.opencall.media.signalling.ISUPExternalCnxProvider
- All Implemented Interfaces:
- CnxProviderIF, ISUPCnxProviderIF
- public abstract class ISUPExternalCnxProvider
- extends ExternalCnxProvider
- implements ISUPCnxProviderIF
This class is the superclass for all external ISUP connection providers,
the constructor registers the provider in the OCMP framework.
The interface defined by ISUPCnxProviderIF must be implemented in a subclass.
|
Method Summary |
void |
gracefulShutdown(long waitTime,
long lpc)
Called by the OCMP framework to ask the connection provider to do a graceful Shutdown |
void |
immediateShutdown(long lpc)
Called by the OCMP framework to ask the connection provider to do an immediate Shutdown |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ISUPExternalCnxProvider
public ISUPExternalCnxProvider(java.lang.Object aCnxProviderKey)
throws hp.opencall.media.common.ResourceNotAvailableException
immediateShutdown
public void immediateShutdown(long lpc)
- Description copied from interface:
CnxProviderIF
- Called by the OCMP framework to ask the connection provider to do an immediate Shutdown
- Specified by:
immediateShutdown in interface CnxProviderIF
gracefulShutdown
public void gracefulShutdown(long waitTime,
long lpc)
- Description copied from interface:
CnxProviderIF
- Called by the OCMP framework to ask the connection provider to do a graceful Shutdown
- Specified by:
gracefulShutdown in interface CnxProviderIF