Uses of Class
oracle.communication.brm.charging.brs.SystemHealthException
Packages that use SystemHealthException
Package
Description
-
Uses of SystemHealthException in oracle.communication.brm.charging.brs
Subclasses of SystemHealthException in oracle.communication.brm.charging.brsModifier and TypeClassDescriptionclass
The exception signals that ECE does not have a required cluster quorum to be able to successfully process the submitted request.class
The exception signals that ECE does not have a required cluster quorum to be able to successfully process the submitted request.Methods in oracle.communication.brm.charging.brs that throw SystemHealthExceptionModifier and TypeMethodDescriptionvoid
BatchRequestService.submit
(oracle.communication.brm.charging.messages.framework.RequestEnvelope envelope) Deprecated.void
BatchRequestService.submitPolicy
(PolicyRequest request, SingleResponseConsumer<PolicyResponse> responseConsumer, boolean resubmit) Submit a PolicyRequest for processing.void
BatchRequestService.submitQuery
(List<QueryRequest> requests, MultiResponseConsumer<QueryResponse> responseConsumer) Submit a batch of QueryRequests for processing.void
BatchRequestService.submitQuery
(QueryRequest request, SingleResponseConsumer<QueryResponse> responseConsumer) Submit a QueryRequest for processing.void
BatchRequestService.submitQuery
(QueryRequest request, SingleResponseConsumer<QueryResponse> responseConsumer, long responseTimeoutEpoch) Submit a QueryRequest for processing.void
BatchRequestService.submitUsage
(List<UsageRequest> requests, MultiResponseConsumer<UsageResponse> responseConsumer, boolean resubmit) Submit a batch of UsageRequests for processing.void
BatchRequestService.submitUsage
(UsageRequest request, SingleResponseConsumer<UsageResponse> responseConsumer, boolean resubmit) Submit a UsageRequest for processing. -
Uses of SystemHealthException in oracle.communication.brm.charging.sdk
Methods in oracle.communication.brm.charging.sdk that throw SystemHealthExceptionModifier and TypeMethodDescriptionvoid
AbstractSampleProgram.sendAsynchronousRequest
(Request request, boolean resubmit) Send a single requestAbstractSampleProgram.sendRequest
(Request request, boolean resubmit) Send a single request, wait for a response and return this response.protected <T extends Request>
voidAbstractSampleProgram.sendRequests
(List<T> requests, boolean resubmit, long delay) Sends an array of requests, with a delay between them, waits for the responses to arrive -
Uses of SystemHealthException in oracle.communication.brm.charging.sdk.policy
Methods in oracle.communication.brm.charging.sdk.policy that throw SystemHealthExceptionModifier and TypeMethodDescriptionprotected void
SampleSpendingLimitReportRequestLauncher.runSample()
protected void
SampleSubscribeNotificationRequestLauncher.runSample()
protected void
SampleSubscriberPreferenceUpdateRequestLauncher.runSample()
protected void
SampleUserDataRequestLauncher.runSample()
-
Uses of SystemHealthException in oracle.communication.brm.charging.sdk.query
Methods in oracle.communication.brm.charging.sdk.query that throw SystemHealthException -
Uses of SystemHealthException in oracle.communication.brm.charging.sdk.update
Methods in oracle.communication.brm.charging.sdk.update that throw SystemHealthException -
Uses of SystemHealthException in oracle.communication.brm.charging.sdk.usage
Methods in oracle.communication.brm.charging.sdk.usage that throw SystemHealthExceptionModifier and TypeMethodDescriptionvoid
SampleAccountingOnOff.runSample()
void
SampleDataSession.runSample()
Start method.void
SampleDebitRefundSession.runSample()
Start method.void
SampleGenericSameSession.runSample()
Start method.void
SampleGenericSession.runSample()
Start method.void
SampleGenericSessionWithUsageDirection.runSample()
Start method.void
SampleGprsSession.runSample()
Start method.void
SampleIncrementalUsageRequestLauncher.runSample()
void
SamplePriceEnquiry.runSample()
void
SampleStartUpdateAccountingRequestLauncher.runSample()
void
SampleVoiceSession.runSample()
Start method.