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])
-
ecashEvidence()
-
-
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.
-
getEvidence()
- Return the list of evidence objects (genericModuleMessage objects)
-
getStatus()
- Get the status
-
myStreamSize()
- Implementing the Streamable interface
-
readObject(StreamInputInterface)
- Implementing the Streamable interface
-
toString()
- Redefine toString for pretty printing
-
writeObject(StreamOutputInterface)
- Implementing the Streamable interface
ecashEvidence
public ecashEvidence()
getEvidence
public Vector getEvidence()
- Return the list of evidence objects (genericModuleMessage objects)
- Returns:
- Vector containing genericModuleMessage objects
getStatus
public int getStatus()
- Get the status
- Returns:
- integer status value (as defined in genericModuleMessage)
toString
public String toString()
- Redefine toString for pretty printing
- Overrides:
- toString in class Object
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
writeObject
public void writeObject(StreamOutputInterface s) throws StreamIOException
- Implementing the Streamable interface
readObject
public void readObject(StreamInputInterface s) throws StreamIOException
- Implementing the Streamable interface
myStreamSize
public int myStreamSize() throws StreamIOException
- Implementing the Streamable interface
All Packages Class Hierarchy This Package Previous Next Index