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 TypeClassDescriptionclassThe exception signals that ECE does not have a required cluster quorum to be able to successfully process the submitted request.classThe 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 TypeMethodDescriptionvoidBatchRequestService.submit(oracle.communication.brm.charging.messages.framework.RequestEnvelope envelope) Deprecated.voidBatchRequestService.submitPolicy(PolicyRequest request, SingleResponseConsumer<PolicyResponse> responseConsumer, boolean resubmit) Submit a PolicyRequest for processing.voidBatchRequestService.submitQuery(List<QueryRequest> requests, MultiResponseConsumer<QueryResponse> responseConsumer) Submit a batch of QueryRequests for processing.voidBatchRequestService.submitQuery(QueryRequest request, SingleResponseConsumer<QueryResponse> responseConsumer) Submit a QueryRequest for processing.voidBatchRequestService.submitQuery(QueryRequest request, SingleResponseConsumer<QueryResponse> responseConsumer, long responseTimeoutEpoch) Submit a QueryRequest for processing.voidBatchRequestService.submitUsage(List<UsageRequest> requests, MultiResponseConsumer<UsageResponse> responseConsumer, boolean resubmit) Submit a batch of UsageRequests for processing.voidBatchRequestService.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 TypeMethodDescriptionvoidAbstractSampleProgram.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 voidSampleSpendingLimitReportRequestLauncher.runSample()protected voidSampleSubscribeNotificationRequestLauncher.runSample()protected voidSampleSubscriberPreferenceUpdateRequestLauncher.runSample()protected voidSampleUserDataRequestLauncher.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 TypeMethodDescriptionvoidSampleAccountingOnOff.runSample()voidSampleDataSession.runSample()Start method.voidSampleDebitRefundSession.runSample()Start method.voidSampleGenericSameSession.runSample()Start method.voidSampleGenericSession.runSample()Start method.voidSampleGenericSessionWithUsageDirection.runSample()Start method.voidSampleGprsSession.runSample()Start method.voidSampleIncrementalUsageRequestLauncher.runSample()voidSamplePriceEnquiry.runSample()voidSampleStartUpdateAccountingRequestLauncher.runSample()voidSampleVoiceSession.runSample()Start method.