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 TerminationReasonTerminationReason. forValue(org.opendaylight.yangtools.yang.common.Uint8 valueArg)Gets termination reason for specific short value.static TerminationReasonTerminationReason. 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 voidPCEPSession. 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 voidPCEPSessionImpl. close(TerminationReason reason)Closes PCEP session, cancels all timers, returns to state Idle, sends the Close Message.
-