Uses of Class
cvm.se.communication.NegotiationObject.NEGOTIATION_STATES

Packages that use NegotiationObject.NEGOTIATION_STATES
cvm.se.communication   
 

Uses of NegotiationObject.NEGOTIATION_STATES in cvm.se.communication
 

Methods in cvm.se.communication that return NegotiationObject.NEGOTIATION_STATES
static NegotiationObject.NEGOTIATION_STATES NegotiationObject.NEGOTIATION_STATES.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static NegotiationObject.NEGOTIATION_STATES[] NegotiationObject.NEGOTIATION_STATES.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in cvm.se.communication with parameters of type NegotiationObject.NEGOTIATION_STATES
 void NegotiationObject.setNegotiationState(NegotiationObject.NEGOTIATION_STATES state)
          This function updates the current state of the negotiation.