All Packages Class Hierarchy This Package Previous Next Index
Class semper.payment.ecash.ecashPocketLibrary
java.lang.Object
|
+----semper.payment.ecash.ecashPocket
|
+----semper.payment.ecash.ecashPocketLibrary
- public class ecashPocketLibrary
- extends ecashPocket
-
ecashPocketLibrary()
-
-
cleanup()
-
-
deposit(String)
-
-
getAccountStatus()
-
-
getAmount()
-
-
getBalance()
-
-
getCurrency()
-
-
getMintID()
-
-
init(PaymentEntity, String, String, String)
-
-
isEnabled()
-
-
openAccount(String, String)
-
-
pay(PaymentEntity, String, String)
-
-
receivePayment(PaymentEntity, String, String)
-
-
withdraw(String, Long)
-
ecashPocketLibrary
public ecashPocketLibrary()
init
public void init(PaymentEntity mint,
String accountName,
String pocketDirectory,
String password) throws PaymentServiceException
- Throws: PaymentServiceException
- to be handled
- Overrides:
- init in class ecashPocket
isEnabled
public boolean isEnabled()
- Overrides:
- isEnabled in class ecashPocket
cleanup
public void cleanup() throws PaymentServiceException
- Throws: PaymentServiceException
- to be handled
- Overrides:
- cleanup in class ecashPocket
withdraw
public void withdraw(String amount,
Long minimumNumberOfPayments) throws PaymentServiceException
- Throws: PaymentServiceException
- to be handled
- Overrides:
- withdraw in class ecashPocket
deposit
public void deposit(String amount) throws PaymentServiceException
- Throws: PaymentServiceException
- to be handled
- Overrides:
- deposit in class ecashPocket
pay
public void pay(PaymentEntity payee,
String amount,
String description) throws PaymentServiceException
- Throws: PaymentServiceException
- to be handled
- Overrides:
- pay in class ecashPocket
receivePayment
public void receivePayment(PaymentEntity payer,
String amount,
String description) throws PaymentServiceException
- Throws: PaymentServiceException
- to be handled
- Overrides:
- receivePayment in class ecashPocket
getAccountStatus
public boolean getAccountStatus() throws PaymentServiceException
- Throws: PaymentServiceException
- to be handled
- Overrides:
- getAccountStatus in class ecashPocket
openAccount
public void openAccount(String openAccountPassword,
String randomString) throws PaymentServiceException
- Throws: PaymentServiceException
- to be handled
- Overrides:
- openAccount in class ecashPocket
getCurrency
public String getCurrency() throws PaymentServiceException
- Throws: PaymentServiceException
- to be handled
- Overrides:
- getCurrency in class ecashPocket
getAmount
public String getAmount() throws PaymentServiceException
- Throws: PaymentServiceException
- to be handled
- Overrides:
- getAmount in class ecashPocket
getBalance
public String getBalance() throws PaymentServiceException
- Throws: PaymentServiceException
- to be handled
- Overrides:
- getBalance in class ecashPocket
getMintID
public String getMintID() throws PaymentServiceException
- Throws: PaymentServiceException
- to be handled
- Overrides:
- getMintID in class ecashPocket
All Packages Class Hierarchy This Package Previous Next Index