All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class semper.payment.AccountBasedServiceType

java.lang.Object
   |
   +----semper.payment.ServiceType
           |
           +----semper.payment.AccountBasedServiceType

public class AccountBasedServiceType
extends ServiceType
implements Serializable
Description of service types in the AccountBased model. Objects of this class are used to identify a specific service defined in the AccountBasedPurseServices interface.

Version:
$Revision: 1.5 $ $Date: 1997/06/16 12:55:53 $
Author:
N. Asokan ([email protected])
See Also:
PurseServices, ServiceType, AccountBasedServices

Variable Index

 o ST_AB_AUTHORISE
 o ST_AB_CAPTURE
 o ST_AB_RECEIVE_RAW_PAYMENT
"receive raw payment" service

Constructor Index

 o AccountBasedServiceType()
Constructor without arguments for serializer

Method Index

 o movesValueIn()
Assert that this service move value into the purse.
 o movesValueOut()
Assert that this service move value out of the purse.
 o toString()
redefine toString

Variables

 o ST_AB_RECEIVE_RAW_PAYMENT
 public static final AccountBasedServiceType ST_AB_RECEIVE_RAW_PAYMENT
"receive raw payment" service

 o ST_AB_CAPTURE
 public static final AccountBasedServiceType ST_AB_CAPTURE
 o ST_AB_AUTHORISE
 public static final AccountBasedServiceType ST_AB_AUTHORISE

Constructors

 o AccountBasedServiceType
 public AccountBasedServiceType()
Constructor without arguments for serializer

Methods

 o movesValueIn
 protected void movesValueIn()
Assert that this service move value into the purse. This method is accessible to sub-classes of this class.

Overrides:
movesValueIn in class ServiceType
 o movesValueOut
 protected void movesValueOut()
Assert that this service move value out of the purse. This method is accessible to sub-classes of this class.

Overrides:
movesValueOut in class ServiceType
 o toString
 public String toString()
redefine toString

Returns:
a string describing this service
Overrides:
toString in class ServiceType

All Packages  Class Hierarchy  This Package  Previous  Next  Index