Class semper.payment.generic.genericEvidence
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class semper.payment.generic.genericEvidence

java.lang.Object
   |
   +----semper.payment.generic.genericEvidence

public class genericEvidence
extends Object
implements Streamable, Cloneable
Evidence accumulated during a transaction
Version:
$Revision: 1.2 $ $Date: 1997/01/06 08:59:03 $
Author:
N. Asokan ([email protected])

Constructor Index

 o genericEvidence()

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 genericEvidence
  public genericEvidence()

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