Uses of Interface
org.apache.geronimo.farm.config.NodeInfo

Packages that use NodeInfo
org.apache.geronimo.farm.config   
org.apache.geronimo.farm.deployment   
 

Uses of NodeInfo in org.apache.geronimo.farm.config
 

Classes in org.apache.geronimo.farm.config that implement NodeInfo
 class BasicNodeInfo
           
 

Methods in org.apache.geronimo.farm.config that return types with arguments of type NodeInfo
 Collection<NodeInfo> BasicClusterInfo.getNodeInfos()
           
 Collection<NodeInfo> ClusterInfo.getNodeInfos()
           
 

Constructor parameters in org.apache.geronimo.farm.config with type arguments of type NodeInfo
BasicClusterInfo(String name, Collection<NodeInfo> nodes)
           
 

Uses of NodeInfo in org.apache.geronimo.farm.deployment
 

Methods in org.apache.geronimo.farm.deployment with parameters of type NodeInfo
protected  GBeanData MasterConfigurationStore.buildControllerGBean(Artifact configId, NodeInfo nodeInfo, Artifact slaveConfigId)
           
protected  AbstractName MasterConfigurationStore.buildControllerName(Artifact configId, NodeInfo nodeInfo)
           
protected  void BasicClusterConfigurationStoreClient.install(NodeInfo nodeInfo, ConfigurationData configurationData)
           
protected  void BasicClusterConfigurationStoreClient.uninstall(NodeInfo nodeInfo, Artifact configId)
           
protected  File BasicClusterConfigurationStoreClient.uploadConfiguration(Kernel kernel, NodeInfo nodeInfo, ConfigurationData configurationData)
           
 

Method parameters in org.apache.geronimo.farm.deployment with type arguments of type NodeInfo
protected  void BasicClusterConfigurationStoreClient.uninstall(ClusterInfo clusterInfo, Artifact configId, Collection<NodeInfo> installedToNodeInfos)
           
 



Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.