public abstract class SnapshotManager extends Object
Constructor and Description |
---|
SnapshotManager(SessionManager manager,
String path) |
Modifier and Type | Method and Description |
---|---|
protected String |
getContextPath() |
protected org.jboss.logging.Logger |
getLog() |
protected SessionManager |
getManager() |
abstract void |
snapshot(ClusteredSession<? extends OutgoingDistributableSessionData> session)
Tell the snapshot manager which session was modified and must be replicated
|
abstract void |
start()
Start the snapshot manager
|
abstract void |
stop()
Stop the snapshot manager
|
public SnapshotManager(SessionManager manager, String path)
public abstract void snapshot(ClusteredSession<? extends OutgoingDistributableSessionData> session)
public abstract void start()
public abstract void stop()
protected String getContextPath()
protected org.jboss.logging.Logger getLog()
protected SessionManager getManager()
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All rights reserved.