dist1.acb.common.transport.concretePackets
Class RequestLoginComminment
java.lang.Object
dist1.acb.common.transport.Packet
dist1.acb.common.transport.Request
dist1.acb.common.transport.concretePackets.RequestLoginComminment
- All Implemented Interfaces:
- java.io.Serializable
- public class RequestLoginComminment
- extends Request
Sending commitment - first phase of a login
- Version:
- $Revision: 1.1 $
- Author:
- Alexander Stasiv
- See Also:
- Serialized Form
Constructor Summary |
RequestLoginComminment(java.math.BigInteger commitment)
Creates a new instance of RequestLoginComminment |
Method Summary |
java.math.BigInteger |
getCommitment()
Getter for property commitment. |
void |
setCommitment(java.math.BigInteger commitment)
Setter for property commitment. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
RequestLoginComminment
public RequestLoginComminment(java.math.BigInteger commitment)
- Creates a new instance of RequestLoginComminment
- Parameters:
commitment
- A commitment
setCommitment
public void setCommitment(java.math.BigInteger commitment)
- Setter for property commitment.
- Parameters:
commitment
- New value of property commitment.
getCommitment
public java.math.BigInteger getCommitment()
- Getter for property commitment.
- Returns:
- Value of property commitment.
Copyright © 2004 Phoenix Team (CMU/AIT). All Rights Reserved.