Uses of Class
org.archive.hcc.Container

Packages that use Container
org.archive.hcc   
 

Uses of Container in org.archive.hcc
 

Methods in org.archive.hcc that return Container
 Container Crawler.getParent()
           
 

Methods in org.archive.hcc that return types with arguments of type Container
protected  java.util.List<Container> ClusterControllerBean.resolveLeastLoadedContainers()
           
protected  java.util.Map<javax.management.ObjectName,Container> ClusterControllerBean.synchronizeContainers(java.util.Map<javax.management.ObjectName,Container> containers, java.util.List<javax.management.ObjectName> freshContainers)
          Synchronizes the container list with the fresh list (fresh meaning, last polled from jndi), removing those that went away, and adding any newly discovered containers.
 

Methods in org.archive.hcc with parameters of type Container
protected  void ClusterControllerBean.dereferenceContainer(Container c)
          Unhooks container from the bus.
 void Crawler.setParent(Container parent)
           
 

Method parameters in org.archive.hcc with type arguments of type Container
protected  java.util.Map<javax.management.ObjectName,Container> ClusterControllerBean.synchronizeContainers(java.util.Map<javax.management.ObjectName,Container> containers, java.util.List<javax.management.ObjectName> freshContainers)
          Synchronizes the container list with the fresh list (fresh meaning, last polled from jndi), removing those that went away, and adding any newly discovered containers.
 

Constructors in org.archive.hcc with parameters of type Container
Crawler(javax.management.DynamicMBean crawlServiceProxy, javax.management.DynamicMBean crawlJobProxy, Container parent)
           
 



Copyright © 2005-2008 The Internet Archive. All Rights Reserved.