cvm.model.handlers.schema.negotiation
Class NegotiationSchemaExtraInfo

java.lang.Object
  extended by cvm.model.handlers.schema.negotiation.NegotiationSchemaExtraInfo

public class NegotiationSchemaExtraInfo
extends java.lang.Object

Negotiation signals, these are placed inside the negotiation schema to convey more information to the negotiating participants.

Author:
Raidel Batista

Field Summary
static java.lang.String NEGOTIATION_CANCELLED
           
static java.lang.String NEGOTIATION_END
           
static java.lang.String NEGOTIATION_START
           
 
Constructor Summary
NegotiationSchemaExtraInfo()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NEGOTIATION_START

public static final java.lang.String NEGOTIATION_START
See Also:
Constant Field Values

NEGOTIATION_END

public static final java.lang.String NEGOTIATION_END
See Also:
Constant Field Values

NEGOTIATION_CANCELLED

public static final java.lang.String NEGOTIATION_CANCELLED
See Also:
Constant Field Values
Constructor Detail

NegotiationSchemaExtraInfo

public NegotiationSchemaExtraInfo()