org.jboss.ha.hasessionstate.server
Interface HASessionStateTopologyComputer

All Known Implementing Classes:
HASessionStateTopologyComputerImpl (src)

public interface HASessionStateTopologyComputer

Helper interface to which is delegated new HASessionState topology computation

See Also:
org.jboss.ha.hasessionstate.interfaces.HASessionState, HASessionStateTopologyComputerImpl

Method Summary
 SubPartitionsInfo (src) computeNewTopology(SubPartitionsInfo (src)  currentTopology, java.util.ArrayList newReplicants)
           
 void init(java.lang.String sessionStateName, long nodesPerSubPartition)
           
 void start()
           
 

Method Detail

init

public void init(java.lang.String sessionStateName,
                 long nodesPerSubPartition)

start

public void start()

computeNewTopology

public SubPartitionsInfo (src)  computeNewTopology(SubPartitionsInfo (src)  currentTopology,
                                            java.util.ArrayList newReplicants)