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