Enum Class AbstractPCEPSessionNegotiator.State

java.lang.Object
java.lang.Enum<AbstractPCEPSessionNegotiator.State>
org.opendaylight.protocol.pcep.impl.AbstractPCEPSessionNegotiator.State
All Implemented Interfaces:
Serializable, Comparable<AbstractPCEPSessionNegotiator.State>, Constable
Enclosing class:
AbstractPCEPSessionNegotiator

public static enum AbstractPCEPSessionNegotiator.State extends Enum<AbstractPCEPSessionNegotiator.State>
PCEP session negotiation state transitions are described in RFC5440. Simplification the two timers (KeepWait and OpenWait) are merged into a FailTimer, as they are mutually exclusive, have the same timeout value and their action is to terminate negotiation. This timer is restarted between state transitions and runs in all states except Idle and Finished.
  • Enum Constant Details

  • Method Details

    • values

      public static AbstractPCEPSessionNegotiator.State[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static AbstractPCEPSessionNegotiator.State valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null