|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface is to be implemented for receiving events issued by the ChargingSession service object.
Method Summary | |
void |
onCreditAmountErrEvent(org.csapi.jr.se.cs.CreditAmountErrEvent creditAmountErrEvent)
Called due to a Gateway initiated call to the creditAmountErr() method on the callback interface. |
void |
onCreditAmountResEvent(org.csapi.jr.se.cs.CreditAmountResEvent creditAmountResEvent)
Called due to a Gateway initiated call to the creditAmountRes() method on the callback interface. |
void |
onCreditUnitErrEvent(org.csapi.jr.se.cs.CreditUnitErrEvent creditUnitErrEvent)
Called due to a Gateway initiated call to the creditUnitErr() method on the callback interface. |
void |
onCreditUnitResEvent(org.csapi.jr.se.cs.CreditUnitResEvent creditUnitResEvent)
Called due to a Gateway initiated call to the creditUnitRes() method on the callback interface. |
void |
onDebitAmountErrEvent(org.csapi.jr.se.cs.DebitAmountErrEvent debitAmountErrEvent)
Called due to a Gateway initiated call to the debitAmountErr() method on the callback interface. |
void |
onDebitAmountResEvent(org.csapi.jr.se.cs.DebitAmountResEvent debitAmountResEvent)
Called due to a Gateway initiated call to the debitAmountRes() method on the callback interface. |
void |
onDebitUnitErrEvent(org.csapi.jr.se.cs.DebitUnitErrEvent debitUnitErrEvent)
Called due to a Gateway initiated call to the debitUnitErr() method on the callback interface. |
void |
onDebitUnitResEvent(org.csapi.jr.se.cs.DebitUnitResEvent debitUnitResEvent)
Called due to a Gateway initiated call to the debitUnitRes() method on the callback interface. |
void |
onDirectCreditAmountErrEvent(org.csapi.jr.se.cs.DirectCreditAmountErrEvent directCreditAmountErrEvent)
Called due to a Gateway initiated call to the directCreditAmountErr() method on the callback interface. |
void |
onDirectCreditAmountResEvent(org.csapi.jr.se.cs.DirectCreditAmountResEvent directCreditAmountResEvent)
Called due to a Gateway initiated call to the directCreditAmountRes() method on the callback interface. |
void |
onDirectCreditUnitErrEvent(org.csapi.jr.se.cs.DirectCreditUnitErrEvent directCreditUnitErrEvent)
Called due to a Gateway initiated call to the directCreditUnitErr() method on the callback interface. |
void |
onDirectCreditUnitResEvent(org.csapi.jr.se.cs.DirectCreditUnitResEvent directCreditUnitResEvent)
Called due to a Gateway initiated call to the directCreditUnitRes() method on the callback interface. |
void |
onDirectDebitAmountErrEvent(org.csapi.jr.se.cs.DirectDebitAmountErrEvent directDebitAmountErrEvent)
Called due to a Gateway initiated call to the directDebitAmountErr() method on the callback interface. |
void |
onDirectDebitAmountResEvent(org.csapi.jr.se.cs.DirectDebitAmountResEvent directDebitAmountResEvent)
Called due to a Gateway initiated call to the directDebitAmountRes() method on the callback interface. |
void |
onDirectDebitUnitErrEvent(org.csapi.jr.se.cs.DirectDebitUnitErrEvent directDebitUnitErrEvent)
Called due to a Gateway initiated call to the directDebitUnitErr() method on the callback interface. |
void |
onDirectDebitUnitResEvent(org.csapi.jr.se.cs.DirectDebitUnitResEvent directDebitUnitResEvent)
Called due to a Gateway initiated call to the directDebitUnitRes() method on the callback interface. |
void |
onExtendLifeTimeErrEvent(org.csapi.jr.se.cs.ExtendLifeTimeErrEvent extendLifeTimeErrEvent)
Called due to a Gateway initiated call to the extendLifeTimeErr() method on the callback interface. |
void |
onExtendLifeTimeResEvent(org.csapi.jr.se.cs.ExtendLifeTimeResEvent extendLifeTimeResEvent)
Called due to a Gateway initiated call to the extendLifeTimeRes() method on the callback interface. |
void |
onRateErrEvent(org.csapi.jr.se.cs.RateErrEvent rateErrEvent)
Called due to a Gateway initiated call to the rateErr() method on the callback interface. |
void |
onRateResEvent(org.csapi.jr.se.cs.RateResEvent rateResEvent)
Called due to a Gateway initiated call to the rateRes() method on the callback interface. |
void |
onReserveAmountErrEvent(org.csapi.jr.se.cs.ReserveAmountErrEvent reserveAmountErrEvent)
Called due to a Gateway initiated call to the reserveAmountErr() method on the callback interface. |
void |
onReserveAmountResEvent(org.csapi.jr.se.cs.ReserveAmountResEvent reserveAmountResEvent)
Called due to a Gateway initiated call to the reserveAmountRes() method on the callback interface. |
void |
onReserveUnitErrEvent(org.csapi.jr.se.cs.ReserveUnitErrEvent reserveUnitErrEvent)
Called due to a Gateway initiated call to the reserveUnitErr() method on the callback interface. |
void |
onReserveUnitResEvent(org.csapi.jr.se.cs.ReserveUnitResEvent reserveUnitResEvent)
Called due to a Gateway initiated call to the reserveUnitRes() method on the callback interface. |
void |
onSessionEndedEvent(org.csapi.jr.se.cs.SessionEndedEvent sessionEndedEvent)
Called due to a Gateway initiated call to the sessionEnded() method on the callback interface. |
Method Detail |
public void onCreditAmountErrEvent(org.csapi.jr.se.cs.CreditAmountErrEvent creditAmountErrEvent)
creditAmountErrEvent
- Reference to a CreditAmountErrEvent event
emmited from the impl or activity object.public void onCreditAmountResEvent(org.csapi.jr.se.cs.CreditAmountResEvent creditAmountResEvent)
creditAmountResEvent
- Reference to a CreditAmountResEvent event
emmited from the impl or activity object.public void onCreditUnitErrEvent(org.csapi.jr.se.cs.CreditUnitErrEvent creditUnitErrEvent)
creditUnitErrEvent
- Reference to a CreditUnitErrEvent event
emmited from the impl or activity object.public void onCreditUnitResEvent(org.csapi.jr.se.cs.CreditUnitResEvent creditUnitResEvent)
creditUnitResEvent
- Reference to a CreditUnitResEvent event
emmited from the impl or activity object.public void onDebitAmountErrEvent(org.csapi.jr.se.cs.DebitAmountErrEvent debitAmountErrEvent)
debitAmountErrEvent
- Reference to a DebitAmountErrEvent event
emmited from the impl or activity object.public void onDebitAmountResEvent(org.csapi.jr.se.cs.DebitAmountResEvent debitAmountResEvent)
debitAmountResEvent
- Reference to a DebitAmountResEvent event
emmited from the impl or activity object.public void onDebitUnitErrEvent(org.csapi.jr.se.cs.DebitUnitErrEvent debitUnitErrEvent)
debitUnitErrEvent
- Reference to a DebitUnitErrEvent event
emmited from the impl or activity object.public void onDebitUnitResEvent(org.csapi.jr.se.cs.DebitUnitResEvent debitUnitResEvent)
debitUnitResEvent
- Reference to a DebitUnitResEvent event
emmited from the impl or activity object.public void onDirectCreditAmountErrEvent(org.csapi.jr.se.cs.DirectCreditAmountErrEvent directCreditAmountErrEvent)
directCreditAmountErrEvent
- Reference to a DirectCreditAmountErrEvent event
emmited from the impl or activity object.public void onDirectCreditAmountResEvent(org.csapi.jr.se.cs.DirectCreditAmountResEvent directCreditAmountResEvent)
directCreditAmountResEvent
- Reference to a DirectCreditAmountResEvent event
emmited from the impl or activity object.public void onDirectCreditUnitErrEvent(org.csapi.jr.se.cs.DirectCreditUnitErrEvent directCreditUnitErrEvent)
directCreditUnitErrEvent
- Reference to a DirectCreditUnitErrEvent event
emmited from the impl or activity object.public void onDirectCreditUnitResEvent(org.csapi.jr.se.cs.DirectCreditUnitResEvent directCreditUnitResEvent)
directCreditUnitResEvent
- Reference to a DirectCreditUnitResEvent event
emmited from the impl or activity object.public void onDirectDebitAmountErrEvent(org.csapi.jr.se.cs.DirectDebitAmountErrEvent directDebitAmountErrEvent)
directDebitAmountErrEvent
- Reference to a DirectDebitAmountErrEvent event
emmited from the impl or activity object.public void onDirectDebitAmountResEvent(org.csapi.jr.se.cs.DirectDebitAmountResEvent directDebitAmountResEvent)
directDebitAmountResEvent
- Reference to a DirectDebitAmountResEvent event
emmited from the impl or activity object.public void onDirectDebitUnitErrEvent(org.csapi.jr.se.cs.DirectDebitUnitErrEvent directDebitUnitErrEvent)
directDebitUnitErrEvent
- Reference to a DirectDebitUnitErrEvent event
emmited from the impl or activity object.public void onDirectDebitUnitResEvent(org.csapi.jr.se.cs.DirectDebitUnitResEvent directDebitUnitResEvent)
directDebitUnitResEvent
- Reference to a DirectDebitUnitResEvent event
emmited from the impl or activity object.public void onExtendLifeTimeErrEvent(org.csapi.jr.se.cs.ExtendLifeTimeErrEvent extendLifeTimeErrEvent)
extendLifeTimeErrEvent
- Reference to a ExtendLifeTimeErrEvent event
emmited from the impl or activity object.public void onExtendLifeTimeResEvent(org.csapi.jr.se.cs.ExtendLifeTimeResEvent extendLifeTimeResEvent)
extendLifeTimeResEvent
- Reference to a ExtendLifeTimeResEvent event
emmited from the impl or activity object.public void onRateErrEvent(org.csapi.jr.se.cs.RateErrEvent rateErrEvent)
rateErrEvent
- Reference to a RateErrEvent event
emmited from the impl or activity object.public void onRateResEvent(org.csapi.jr.se.cs.RateResEvent rateResEvent)
rateResEvent
- Reference to a RateResEvent event
emmited from the impl or activity object.public void onReserveAmountErrEvent(org.csapi.jr.se.cs.ReserveAmountErrEvent reserveAmountErrEvent)
reserveAmountErrEvent
- Reference to a ReserveAmountErrEvent event
emmited from the impl or activity object.public void onReserveAmountResEvent(org.csapi.jr.se.cs.ReserveAmountResEvent reserveAmountResEvent)
reserveAmountResEvent
- Reference to a ReserveAmountResEvent event
emmited from the impl or activity object.public void onReserveUnitErrEvent(org.csapi.jr.se.cs.ReserveUnitErrEvent reserveUnitErrEvent)
reserveUnitErrEvent
- Reference to a ReserveUnitErrEvent event
emmited from the impl or activity object.public void onReserveUnitResEvent(org.csapi.jr.se.cs.ReserveUnitResEvent reserveUnitResEvent)
reserveUnitResEvent
- Reference to a ReserveUnitResEvent event
emmited from the impl or activity object.public void onSessionEndedEvent(org.csapi.jr.se.cs.SessionEndedEvent sessionEndedEvent)
sessionEndedEvent
- Reference to a SessionEndedEvent event
emmited from the impl or activity object.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |