Uses of Enum Class
org.opendaylight.protocol.pcep.TerminationReason
Packages that use TerminationReason
-
Uses of TerminationReason in org.opendaylight.protocol.pcep
Methods in org.opendaylight.protocol.pcep that return TerminationReasonModifier and TypeMethodDescriptionstatic TerminationReasonTerminationReason.forValue(org.opendaylight.yangtools.yang.common.Uint8 valueArg) Gets termination reason for specific short value.static TerminationReasonReturns 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.Methods in org.opendaylight.protocol.pcep with parameters of type TerminationReasonConstructors in org.opendaylight.protocol.pcep with parameters of type TerminationReasonModifierConstructorDescriptionCreates new Termination. -
Uses of TerminationReason in org.opendaylight.protocol.pcep.impl
Methods in org.opendaylight.protocol.pcep.impl with parameters of type TerminationReasonModifier and TypeMethodDescriptionvoidPCEPSessionImpl.close(TerminationReason reason) Closes PCEP session, cancels all timers, returns to state Idle, sends the Close Message.