Class semper.payment.ecash.ecashEvidence
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class semper.payment.ecash.ecashEvidence

java.lang.Object
   |
   +----semper.payment.ecash.ecashEvidence

public class ecashEvidence
extends Object
implements Streamable, Cloneable
Evidence accumulated during a transaction
Version:
$Revision: 1.2 $ $Date: 1997/04/22 17:49:53 $
Author:
N. Asokan ([email protected])

Constructor Index

 o ecashEvidence()

Method Index

 o clone()
redefine clone so that anyone can make clones of us; this is useful in accessor methods of other classes that have an object of this class as an attribute.
 o getEvidence()
Return the list of evidence objects (genericModuleMessage objects)
 o getStatus()
Get the status
 o myStreamSize()
Implementing the Streamable interface
 o readObject(StreamInputInterface)
Implementing the Streamable interface
 o toString()
Redefine toString for pretty printing
 o writeObject(StreamOutputInterface)
Implementing the Streamable interface

Constructors

 o ecashEvidence
  public ecashEvidence()

Methods

 o getEvidence
  public Vector getEvidence()
Return the list of evidence objects (genericModuleMessage objects)
Returns:
Vector containing genericModuleMessage objects
 o getStatus
  public int getStatus()
Get the status
Returns:
integer status value (as defined in genericModuleMessage)
 o toString
  public String toString()
Redefine toString for pretty printing
Overrides:
toString in class Object
 o clone
  public synchronized Object clone()
redefine clone so that anyone can make clones of us; this is useful in accessor methods of other classes that have an object of this class as an attribute.
Overrides:
clone in class Object
 o writeObject
  public void writeObject(StreamOutputInterface s) throws StreamIOException
Implementing the Streamable interface
 o readObject
  public void readObject(StreamInputInterface s) throws StreamIOException
Implementing the Streamable interface
 o myStreamSize
  public int myStreamSize() throws StreamIOException
Implementing the Streamable interface

All Packages  Class Hierarchy  This Package  Previous  Next  Index