org.jboss.web.tomcat.service.session
Class InstantConvergedSnapshotManager

java.lang.Object
  extended by org.jboss.web.tomcat.service.session.SnapshotManager
      extended by org.jboss.web.tomcat.service.session.InstantSnapshotManager
          extended by org.jboss.web.tomcat.service.session.InstantConvergedSnapshotManager
All Implemented Interfaces:
SnapshotSipManager

public class InstantConvergedSnapshotManager
extends org.jboss.web.tomcat.service.session.InstantSnapshotManager
implements SnapshotSipManager

Author:
Jean Deruelle

Field Summary
 
Fields inherited from class org.jboss.web.tomcat.service.session.SnapshotManager
contextPath, manager
 
Constructor Summary
InstantConvergedSnapshotManager(org.jboss.web.tomcat.service.session.AbstractJBossManager manager, java.lang.String path)
           
 
Method Summary
 void snapshot(ClusteredSipApplicationSession session)
          Instant replication of the modified session
 void snapshot(ClusteredSipSession session)
          Instant replication of the modified session
 
Methods inherited from class org.jboss.web.tomcat.service.session.InstantSnapshotManager
snapshot, start, stop
 
Methods inherited from class org.jboss.web.tomcat.service.session.SnapshotManager
getContextPath, getLog, getManager
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InstantConvergedSnapshotManager

public InstantConvergedSnapshotManager(org.jboss.web.tomcat.service.session.AbstractJBossManager manager,
                                       java.lang.String path)
Parameters:
manager -
path -
Method Detail

snapshot

public void snapshot(ClusteredSipSession session)
Instant replication of the modified session

Specified by:
snapshot in interface SnapshotSipManager

snapshot

public void snapshot(ClusteredSipApplicationSession session)
Instant replication of the modified session

Specified by:
snapshot in interface SnapshotSipManager


Copyright © 2008. All Rights Reserved.