Uses of Class
org.opendaylight.protocol.pcep.PCEPTerminationReason
-
-
Uses of PCEPTerminationReason in org.opendaylight.bgpcep.pcep.topology.provider
Methods in org.opendaylight.bgpcep.pcep.topology.provider with parameters of type PCEPTerminationReason Modifier and Type Method Description void
AbstractTopologySessionListener. onSessionTerminated(PCEPSession psession, PCEPTerminationReason reason)
-
Uses of PCEPTerminationReason in org.opendaylight.protocol.pcep
Subclasses of PCEPTerminationReason in org.opendaylight.protocol.pcep Modifier and Type Class Description class
PCEPCloseTermination
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 PCEPTerminationReason Modifier and Type Method Description void
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 PCEPTerminationReason Modifier and Type Method Description void
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 PCEPTerminationReason Modifier and Type Method Description void
TestingSessionListener. onSessionTerminated(PCEPSession session, PCEPTerminationReason cause)
-