Class ReconnectionContext

    • Field Detail

      • RECONNECT_SOURCE

        public static java.lang.String RECONNECT_SOURCE
        Constant used to indicate that the source end of an existing connection is being reconnected to a new source node.
      • RECONNECT_TARGET

        public static java.lang.String RECONNECT_TARGET
        Constant used to indicate that the target end of an existing connection is being reconnected to a new target node.
    • Constructor Detail

      • ReconnectionContext

        public ReconnectionContext​(Connection connection,
                                   Anchor oldAnchor,
                                   Anchor newAnchor,
                                   ILocation targetLocation)
        Creates a new ReconnectionContext.
        Parameters:
        connection - the connection
        oldAnchor - the old anchor
        newAnchor - the new anchor