Uses of Interface
org.codehaus.wadi.gridstate.PartitionConfig

Packages that use PartitionConfig
org.codehaus.wadi.gridstate   
org.codehaus.wadi.gridstate.impl   
 

Uses of PartitionConfig in org.codehaus.wadi.gridstate
 

Subinterfaces of PartitionConfig in org.codehaus.wadi.gridstate
 interface PartitionManager
           
 

Methods in org.codehaus.wadi.gridstate with parameters of type PartitionConfig
 void Partition.init(PartitionConfig config)
           
 

Uses of PartitionConfig in org.codehaus.wadi.gridstate.impl
 

Classes in org.codehaus.wadi.gridstate.impl that implement PartitionConfig
 class DummyPartitionManager
           
 class StaticPartitionManager
           
 

Fields in org.codehaus.wadi.gridstate.impl declared as PartitionConfig
protected  PartitionConfig LocalPartition._config
           
protected  PartitionConfig RemotePartition._config
           
 

Methods in org.codehaus.wadi.gridstate.impl that return PartitionConfig
 PartitionConfig GCache.getPartitionConfig()
           
 

Methods in org.codehaus.wadi.gridstate.impl with parameters of type PartitionConfig
 void PartitionFacade.init(PartitionConfig config)
           
 void LocalPartition.init(PartitionConfig config)
           
 void RemotePartition.init(PartitionConfig config)
           
 



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