Class ReplicatedContext

All Implemented Interfaces:
MBeanRegistration, NotificationBroadcaster, NotificationEmitter, Container, Context, JmxEnabled, Lifecycle, AbstractReplicatedMap.MapOwner, ContextBind

public class ReplicatedContext extends StandardContext implements AbstractReplicatedMap.MapOwner
Replicated context that supports session replication across cluster nodes.
  • Field Details

    • DEFAULT_REPL_TIMEOUT

      protected static final long DEFAULT_REPL_TIMEOUT
      Default replication timeout in milliseconds.
      See Also:
  • Constructor Details

    • ReplicatedContext

      public ReplicatedContext()
      Default constructor.
  • Method Details