Uses of Class
com.caucho.server.resin.BootPodConfig

Packages that use BootPodConfig
com.caucho.server.resin   
 

Uses of BootPodConfig in com.caucho.server.resin
 

Methods in com.caucho.server.resin that return BootPodConfig
 BootPodConfig BootClusterConfig.createPod()
           
 BootPodConfig BootServerConfig.getPod()
           
 

Methods in com.caucho.server.resin that return types with arguments of type BootPodConfig
 java.util.ArrayList<BootPodConfig> BootClusterConfig.getPodList()
           
 

Methods in com.caucho.server.resin with parameters of type BootPodConfig
 void BootClusterConfig.addPod(BootPodConfig pod)
           
 

Constructors in com.caucho.server.resin with parameters of type BootPodConfig
BootServerConfig(BootPodConfig pod)
          Creates a new resin server.