org.codehaus.wadi
Interface RelocaterConfig

All Superinterfaces:
Config
All Known Implementing Classes:
ClusterContextualiser

public interface RelocaterConfig
extends Config


Method Summary
 Collapser getCollapser()
           
 Contextualiser getContextualiser()
           
 DIndex getDIndex()
           
 Dispatcher getDispatcher()
           
 InvocationProxy getInvocationProxy()
           
 Location getLocation()
           
 String getNodeName()
           
 ProxiedLocation getProxiedLocation()
           
 SynchronizedBoolean getShuttingDown()
           
 void notifySessionRelocation(String name)
           
 

Method Detail

getCollapser

public Collapser getCollapser()

getDispatcher

public Dispatcher getDispatcher()

getLocation

public Location getLocation()

getContextualiser

public Contextualiser getContextualiser()

getNodeName

public String getNodeName()

getShuttingDown

public SynchronizedBoolean getShuttingDown()

getInvocationProxy

public InvocationProxy getInvocationProxy()

getProxiedLocation

public ProxiedLocation getProxiedLocation()

getDIndex

public DIndex getDIndex()

notifySessionRelocation

public void notifySessionRelocation(String name)


Copyright © 2004-2008 Core Developers Network Ltd.. All Rights Reserved.