Package org.opendaylight.protocol.pcep
Class PCEPCloseTermination
java.lang.Object
org.opendaylight.protocol.pcep.PCEPTerminationReason
org.opendaylight.protocol.pcep.PCEPCloseTermination
Used as a reason when one of the regular reasons was the cause of the termination of a session.
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprotected com.google.common.base.MoreObjects.ToStringHelperaddToStringAttributes(com.google.common.base.MoreObjects.ToStringHelper toStringHelper) Methods inherited from class org.opendaylight.protocol.pcep.PCEPTerminationReason
toString 
- 
Constructor Details
- 
PCEPCloseTermination
Creates new Termination.- Parameters:
 reason- reason for termination
 
 - 
 - 
Method Details
- 
getErrorMessage
- Specified by:
 getErrorMessagein classPCEPTerminationReason
 - 
addToStringAttributes
protected com.google.common.base.MoreObjects.ToStringHelper addToStringAttributes(com.google.common.base.MoreObjects.ToStringHelper toStringHelper) - Specified by:
 addToStringAttributesin classPCEPTerminationReason
 
 -