Uses of Class
org.opendaylight.protocol.pcep.TerminationReason
-
Packages that use TerminationReason Package Description org.opendaylight.protocol.pcep org.opendaylight.protocol.pcep.impl -
-
Uses of TerminationReason in org.opendaylight.protocol.pcep
Methods in org.opendaylight.protocol.pcep that return TerminationReason Modifier and Type Method Description static TerminationReason
TerminationReason. forValue(short valueArg)
Gets termination reason for specific short value.static TerminationReason
TerminationReason. valueOf(String name)
Returns the enum constant of this type with the specified name.static TerminationReason[]
TerminationReason. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.opendaylight.protocol.pcep with parameters of type TerminationReason Modifier and Type Method Description void
PCEPSession. close(TerminationReason reason)
Constructors in org.opendaylight.protocol.pcep with parameters of type TerminationReason Constructor Description PCEPCloseTermination(TerminationReason reason)
Creates new Termination. -
Uses of TerminationReason in org.opendaylight.protocol.pcep.impl
Methods in org.opendaylight.protocol.pcep.impl with parameters of type TerminationReason Modifier and Type Method Description void
PCEPSessionImpl. close(TerminationReason reason)
Closes PCEP session, cancels all timers, returns to state Idle, sends the Close Message.
-