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 voidAbstractTopologySessionListener. 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 classPCEPCloseTerminationUsed 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 voidPCEPSessionListener. 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 voidPCCSessionListener. 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 voidTestingSessionListener. onSessionTerminated(PCEPSession session, PCEPTerminationReason cause) 
 -