org.jboss.web.tomcat.tc5.session
Class InstantSnapshotManager

java.lang.Object
  extended byorg.jboss.web.tomcat.tc5.session.SnapshotManager (src) 
      extended byorg.jboss.web.tomcat.tc5.session.InstantSnapshotManager

public class InstantSnapshotManager
extends SnapshotManager (src)

A concrete implementation of the snapshot manager interface that does instant replication of a modified session


Field Summary
 
Fields inherited from class org.jboss.web.tomcat.tc5.session.SnapshotManager (src)
contextPath, manager
 
Constructor Summary
InstantSnapshotManager(AbstractJBossManager (src)  manager, java.lang.String path)
           
 
Method Summary
 void snapshot(java.lang.String id)
          Instant replication of the modified session
 void start()
          Start the snapshot manager
 void stop()
          Stop the snapshot manager
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InstantSnapshotManager

public InstantSnapshotManager(AbstractJBossManager (src)  manager,
                              java.lang.String path)
Method Detail

snapshot

public void snapshot(java.lang.String id)
Instant replication of the modified session

Specified by:
snapshot in class SnapshotManager (src)

start

public void start()
Description copied from class: SnapshotManager (src)
Start the snapshot manager

Specified by:
start in class SnapshotManager (src)

stop

public void stop()
Description copied from class: SnapshotManager (src)
Stop the snapshot manager

Specified by:
stop in class SnapshotManager (src)