Uses of Class
org.opendaylight.protocol.pcep.PCEPTerminationReason
Packages that use PCEPTerminationReason
Package
Description
-
Uses of PCEPTerminationReason in org.opendaylight.bgpcep.pcep.topology.provider
Methods in org.opendaylight.bgpcep.pcep.topology.provider with parameters of type PCEPTerminationReasonModifier and TypeMethodDescriptionfinal void
AbstractTopologySessionListener.onSessionTerminated
(PCEPSession psession, PCEPTerminationReason reason) -
Uses of PCEPTerminationReason in org.opendaylight.protocol.pcep
Subclasses of PCEPTerminationReason in org.opendaylight.protocol.pcepModifier and TypeClassDescriptionfinal class
Used as a reason when one of the regular reasons was the cause of the termination of a session.Methods in org.opendaylight.protocol.pcep with parameters of type PCEPTerminationReasonModifier and TypeMethodDescriptionvoid
PCEPSessionListener.onSessionTerminated
(PCEPSession session, PCEPTerminationReason reason) Fired when the session is terminated locally. -
Uses of PCEPTerminationReason in org.opendaylight.protocol.pcep.pcc.mock.protocol
Methods in org.opendaylight.protocol.pcep.pcc.mock.protocol with parameters of type PCEPTerminationReasonModifier and TypeMethodDescriptionvoid
PCCSessionListener.onSessionTerminated
(PCEPSession psession, PCEPTerminationReason cause) -
Uses of PCEPTerminationReason in org.opendaylight.protocol.pcep.testtool
Methods in org.opendaylight.protocol.pcep.testtool with parameters of type PCEPTerminationReasonModifier and TypeMethodDescriptionvoid
TestingSessionListener.onSessionTerminated
(PCEPSession session, PCEPTerminationReason cause)