com.arjuna.mw.wscf.model.twophase.vote
Class VoteCancel

java.lang.Object
  extended by com.arjuna.mw.wscf.model.twophase.vote.VoteCancel
All Implemented Interfaces:
Vote

public class VoteCancel
extends Object
implements Vote

The inferior votes that is has cancelled. The coordinator service may inform the inferior of the final decision (hopefully to cancel as well), but it need not.

Version:
$Id: VoteCancel.java,v 1.1 2003/01/07 10:33:47 nmcl Exp $
Author:
Mark Little (mark.little@arjuna.com)

Constructor Summary
VoteCancel()
           
 
Method Summary
 boolean equals(Object o)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

VoteCancel

public VoteCancel()
Method Detail

equals

public boolean equals(Object o)
Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class Object
Returns:
a printable version of the vote.


Copyright © 2012. All Rights Reserved.