SAP CC 1.0
API 4.2 (Core)

com.highdeal.cnd.message
Interface ExportSubscriberSubsDataEventListener

All Superinterfaces:
ChargeExceptionListener
All Known Implementing Classes:
AbstractStatefulServiceClient.UniversalChargeEventListener

public interface ExportSubscriberSubsDataEventListener
extends ChargeExceptionListener

This interface has to be implemented by the classes in charge for processing the result of the activate operation.

See Also:
AsyncStatefulServiceClient.activate(String, String, int, boolean, java.util.Date, ActivateEventListener)

Method Summary
 void onException(ExportSubscriberSubsDataException e)
          Invoked if the server cannot retrieve the subscription or if a parameter operation is malformed.
 void onResult(ExportSubscriberSubsDataResult result)
          Invoked when the exportSubscriberSubsData operation is successful.
 
Methods inherited from interface com.highdeal.cnd.message.ChargeExceptionListener
onException, onException, onException
 

Method Detail

onException

void onException(ExportSubscriberSubsDataException e)
Invoked if the server cannot retrieve the subscription or if a parameter operation is malformed.

Parameters:
e - the exception to be handled.

onResult

void onResult(ExportSubscriberSubsDataResult result)
Invoked when the exportSubscriberSubsData operation is successful.

Parameters:
result - the related ExportSubscriberSubsData result which will contain the list of generated subsReflect (if required)

SAP CC 1.0
API 4.2 (Core)


API Reference - July 2009

SAP Convergent Charging 1.0 (build R4.2.1.35.0.0)
CONVERGENT CHARGING 4.2

(c) Copyright 2009 SAP AG. All rights reserved.