Interface ProtectionConfigBehaviour

  • All Superinterfaces:
    Behaviour, HandlerBehaviour

    @Beta
    public interface ProtectionConfigBehaviour
    extends HandlerBehaviour
    Behaviour for configuring Device triggered protection mechanism.

    Protected transport entity model

     
     - ProtectedTransportEndpoint
        +- TransportEndpoint - working transport entity/path
        |
        +- TransportEndpoint - standby transport entity/path
        ⋮
     
     
    ProtectedTransportEndpoint is the entity representing the transport entity endpoint. Traffic flowing into the protected transport endpoint will flow through one of it's underlying TransportEndpoint, (=active transport entity). After successful creation of ProtectedPathEndpoint, implementation is expected to advertise virtual Port corresponding to the ProtectedPathEndpoint created.