public class SampleOCSByPassExtension extends java.lang.Object implements OCSByPassExtension
| Constructor and Description |
|---|
SampleOCSByPassExtension() |
| Modifier and Type | Method and Description |
|---|---|
void |
handleBypassOCSRequest(BFTContext extensionContext)
This method is invoked each time a Diameter Gy Request is received by the ECE DiameterGateway.
|
void |
initialize(ExtensionContext extensionContext)
method is invoked once at ECS Node startup time to allow integrators a spot to populate private
data members that are required by the extension callback.
|
void |
shutdown(ExtensionContext extensionContext)
method is invoked once at ECS Node shutdown time to allow integrators a spot to release any resources that
were acquired by the Extension.
|
public void handleBypassOCSRequest(BFTContext extensionContext) throws ExtensionException
OCSByPassExtensionhandleBypassOCSRequest in interface OCSByPassExtensionextensionContext - the available context data for this callout.ExtensionException - if a non-recoverable error occurs during handleRequestReceived.public void initialize(ExtensionContext extensionContext) throws ExtensionException
oracle.communication.brm.charging.extensions.framework.ExtensionCallbackinitialize in interface oracle.communication.brm.charging.extensions.framework.ExtensionCallback<ExtensionContext>extensionContext - the context which exposes objects that are needed at initialization time.ExtensionException - if a non-recoverable error occurs during initialization.public void shutdown(ExtensionContext extensionContext) throws ExtensionException
oracle.communication.brm.charging.extensions.framework.ExtensionCallbackshutdown in interface oracle.communication.brm.charging.extensions.framework.ExtensionCallback<ExtensionContext>extensionContext - the context which exposes objects that are needed at shutdown time.ExtensionException - if a non-recoverable error occurs during shutdown.