Uses of Class
com.ecebs.rtd.enabler.types.Outcome

Packages that use Outcome
com.ecebs.rtd.enabler.callback Provides interfaces for implementing callback instances that can obtain information about the status of an operation 
com.ecebs.rtd.enabler.types Contains basic types used by the library 
com.ecebs.rtd.enabler.types.request Holds classes that represent requests that can be sent to an RTD server to modify or obtain information about a smartcard. 
 

Uses of Outcome in com.ecebs.rtd.enabler.callback
 

Methods in com.ecebs.rtd.enabler.callback with parameters of type Outcome
 void ITransactionControllerCallback.onComplete(Outcome outcome)
          Called when an operation has completed.
 void ITransactionControllerCallback.onErrorRetrying(Outcome outcome)
          Called to inform the application that a recoverable error has occurred and the RTD Transaction Controller is retrying the operation
 

Uses of Outcome in com.ecebs.rtd.enabler.types
 

Methods in com.ecebs.rtd.enabler.types that return Outcome
 Outcome RTDEException.getOutcome()
          Get the outcome held by the exception
 

Constructors in com.ecebs.rtd.enabler.types with parameters of type Outcome
RTDEException(Outcome outcome)
           
RTDEException(Outcome outcome, String message)
           
RTDEException(Outcome outcome, String message, Throwable cause)
           
RTDEException(Outcome outcome, Throwable cause)
           
 

Uses of Outcome in com.ecebs.rtd.enabler.types.request
 

Methods in com.ecebs.rtd.enabler.types.request that return Outcome
 Outcome AddSTRRequest.validate()
           
 Outcome AddStoredUseRequest.validate()
           
 Outcome CancelRequest.validate()
           
 Outcome DeductSTRRequest.validate()
           
 Outcome DeductStoredUseRequest.validate()
           
 Outcome DeleteProductRequest.validate()
           
 Outcome LoadProductRequest.validate()
           
 Outcome ModifyRequest.validate()
           
 Outcome QueryRequest.validate()
           
 Outcome Request.validate()
          Validate that the required fields have been set
 Outcome SpecificProductRequest.validate()
           
 Outcome UpdatePassExpiryDateRequest.validate()
           
 



Copyright © 2013 Ecebs Ltd. All Rights Reserved.