Class SampleBRMGwCustomOpCodeExtension
java.lang.Object
oracle.communication.brm.charging.sdk.extensions.SampleBRMGwCustomOpCodeExtension
- All Implemented Interfaces:
oracle.communication.brm.charging.extensions.brm.BRMExtension
,oracle.communication.brm.charging.extensions.framework.ExtensionCallback<ExtensionContext>
public class SampleBRMGwCustomOpCodeExtension
extends Object
implements oracle.communication.brm.charging.extensions.brm.BRMExtension
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
handleCustomOpCode
(oracle.communication.brm.charging.extensions.brm.BRMCustomOpcodeCallExtensionContext extensionContext) 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.
-
Constructor Details
-
SampleBRMGwCustomOpCodeExtension
public SampleBRMGwCustomOpCodeExtension()
-
-
Method Details
-
initialize
Description copied from interface:oracle.communication.brm.charging.extensions.framework.ExtensionCallback
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.- Specified by:
initialize
in interfaceoracle.communication.brm.charging.extensions.framework.ExtensionCallback<ExtensionContext>
- Parameters:
extensionContext
- the context which exposes objects that are needed at initialization time.- Throws:
ExtensionException
- if a non-recoverable error occurs during initialization.
-
handleCustomOpCode
public void handleCustomOpCode(oracle.communication.brm.charging.extensions.brm.BRMCustomOpcodeCallExtensionContext extensionContext) throws ExtensionException - Specified by:
handleCustomOpCode
in interfaceoracle.communication.brm.charging.extensions.brm.BRMExtension
- Throws:
ExtensionException
-
shutdown
Description copied from interface:oracle.communication.brm.charging.extensions.framework.ExtensionCallback
method is invoked once at ECS Node shutdown time to allow integrators a spot to release any resources that were acquired by the Extension.- Specified by:
shutdown
in interfaceoracle.communication.brm.charging.extensions.framework.ExtensionCallback<ExtensionContext>
- Parameters:
extensionContext
- the context which exposes objects that are needed at shutdown time.- Throws:
ExtensionException
- if a non-recoverable error occurs during shutdown.
-