com.caucho.server.distlock
Class VoteMessage
java.lang.Object
com.caucho.server.distlock.VoteMessage
- All Implemented Interfaces:
- java.io.Serializable
public class VoteMessage
- extends java.lang.Object
- implements java.io.Serializable
Vote
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
VoteMessage
public VoteMessage()
VoteMessage
public VoteMessage(java.lang.String name,
int self,
int primary,
int secondary)
getName
public java.lang.String getName()
getSelf
public int getSelf()
getPrimary
public int getPrimary()
getSecondary
public int getSecondary()
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object