public interface GuidingServiceClientListener extends ForbiddenChargeListener
Java interface has to be implemented by the customized Java classes responsible for processing the results
of a Guider Look up operation; the result may include an exception.
Consider the following operations:
Refer to the AsyncBatchServiceClient class that specifies these operations.
| Exception | Reason | Implementation and Customizing | Troubleshooting |
|---|---|---|---|
Communication Failure Exception
| Refer to the details of each exception. | Design and develop the error handling of each exception. | Refer to the details of each exception. |
Server Failure Exception
| |||
Forbidden Charge Exception
|
You implement this Java interface in your custom Java classes that must handle
operation results and exceptions.
Depending on your requirements, design and develop the relevant functions.
Depending on your requirements, design and develop the appropriate onLookup(..) method.
Depending on your requirements, design and develop all the appropriate onException(..) methods specified in this Java interface and
in the com.highdeal.pnr.hci.ForbiddenChargeListener interface.
See the BatchChargeEventListener interface in this SAP product documentation.
AsyncBatchServiceClient| Modifier and Type | Method and Description |
|---|---|
void |
onException(CommunicationFailureException e)
Invoked
|
void |
onException(ServerFailureException e)
Invoked
|
void |
onLookup(GuidingEntry entry)
Invoked
|
onExceptionvoid onException(CommunicationFailureException e)
void onException(ServerFailureException e)
void onLookup(GuidingEntry entry)