Package | Description |
---|---|
org.opendaylight.protocol.pcep | |
org.opendaylight.protocol.pcep.impl |
Modifier and Type | Method and Description |
---|---|
static TerminationReason |
TerminationReason.forValue(short valueArg)
Gets termination reason for specific short value.
|
static TerminationReason |
TerminationReason.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.
|
Modifier and Type | Method and Description |
---|---|
void |
PCEPSession.close(TerminationReason reason) |
Constructor and Description |
---|
PCEPCloseTermination(TerminationReason reason)
Creates new Termination.
|
Modifier and Type | Method and Description |
---|---|
void |
PCEPSessionImpl.close(TerminationReason reason)
Closes PCEP session, cancels all timers, returns to state Idle, sends the Close Message.
|
Copyright © 2018 OpenDaylight. All rights reserved.