Class ReconnectionContext

All Implemented Interfaces:
IContext, IReconnectionContext, IPropertyBag

public class ReconnectionContext extends DefaultContext implements IReconnectionContext
The Class ReconnectionContext.
  • Field Details

    • RECONNECT_SOURCE

      public static 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 String RECONNECT_TARGET
      Constant used to indicate that the target end of an existing connection is being reconnected to a new target node.
  • Constructor Details

    • 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
  • Method Details