Uses of Enum Class
org.opendaylight.protocol.pcep.TerminationReason
-
Uses of TerminationReason in org.opendaylight.protocol.pcep
Modifier and TypeMethodDescriptionstatic TerminationReason
TerminationReason.forValue
(org.opendaylight.yangtools.yang.common.Uint8 valueArg) Gets termination reason for specific short value.static TerminationReason
Returns the enum constant of this class with the specified name.static TerminationReason[]
TerminationReason.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionCreates new Termination. -
Uses of TerminationReason in org.opendaylight.protocol.pcep.impl
Modifier and TypeMethodDescriptionvoid
PCEPSessionImpl.close
(TerminationReason reason) Closes PCEP session, cancels all timers, returns to state Idle, sends the Close Message.