Uses of Class
com.opencloud.sentinel.charging.ReservationChargingInstance.CreditResultExecutionPhase
-
Packages that use ReservationChargingInstance.CreditResultExecutionPhase Package Description com.opencloud.sentinel.charging -
-
Uses of ReservationChargingInstance.CreditResultExecutionPhase in com.opencloud.sentinel.charging
Methods in com.opencloud.sentinel.charging that return ReservationChargingInstance.CreditResultExecutionPhase Modifier and Type Method Description static ReservationChargingInstance.CreditResultExecutionPhaseReservationChargingInstance.CreditResultExecutionPhase. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ReservationChargingInstance.CreditResultExecutionPhase[]ReservationChargingInstance.CreditResultExecutionPhase. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.opencloud.sentinel.charging with parameters of type ReservationChargingInstance.CreditResultExecutionPhase Modifier and Type Method Description voidReservationChargingInstance. doCreditReservation(ReservationChargingInstance.CreditResultExecutionPhase phase)Instructs the charging instance to initiate a credit reservation, send an update or perform a reauthorisationvoidReservationChargingInstance. doCreditReservation(org.jainslee.resources.diameter.ro.types.vcb0.ReportingReason reason, ReservationChargingInstance.CreditResultExecutionPhase phase)Instructs the charging instance to initiate a credit reservation, send an update or perform a reauthorisationvoidImmediateChargingInstance. doDirectDebit(ReservationChargingInstance.CreditResultExecutionPhase phase)Instructs the core to perform a direct debit and deliver the response CCA to the feature on arrival.voidImmediateChargingInstance. doRefund(ReservationChargingInstance.CreditResultExecutionPhase phase)Instructs the core to perform a refund and call the feature if response-CCA arrivesvoidImmediateChargingInstance. doRefund(ReservationChargingInstance.CreditResultExecutionPhase phase, byte[] refundInformation)Instructs the core to perform a refund and call the feature if response-CCA arrives
-