cvm.se.communication
Class NegotiationStages

java.lang.Object
  extended by cvm.se.communication.NegotiationStages

public final class NegotiationStages
extends java.lang.Object

This class specifies the negotiation stages.

Author:
Frank Hernandez

Field Summary
static int NEGOTIATION_AGREED
           
static int NEGOTIATION_REQUEST
           
 
Constructor Summary
NegotiationStages()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NEGOTIATION_REQUEST

public static final int NEGOTIATION_REQUEST
See Also:
Constant Field Values

NEGOTIATION_AGREED

public static final int NEGOTIATION_AGREED
See Also:
Constant Field Values
Constructor Detail

NegotiationStages

public NegotiationStages()