org.jboss.ha.hasessionstate.server
Interface HASessionStateTopologyComputer

All Known Implementing Classes:
HASessionStateTopologyComputerImpl

public interface HASessionStateTopologyComputer

Helper interface to which is delegated new HASessionState topology computation

Version:
$Revision: 1.2.6.1 $

Revisions:

Author:
sacha.labourey@cogito-info.ch
See Also:
org.jboss.ha.hasessionstate.interfaces.HASessionState, HASessionStateTopologyComputerImpl

Method Summary
 SubPartitionsInfo computeNewTopology(SubPartitionsInfo currentTopology, ArrayList newReplicants)
           
 void init(String sessionStateName, long nodesPerSubPartition)
           
 void start()
           
 

Method Detail

init

void init(String sessionStateName,
          long nodesPerSubPartition)

start

void start()

computeNewTopology

SubPartitionsInfo computeNewTopology(SubPartitionsInfo currentTopology,
                                     ArrayList newReplicants)


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.