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

Packages that use BootServerConfig
com.caucho.server.resin   
 

Uses of BootServerConfig in com.caucho.server.resin
 

Methods in com.caucho.server.resin that return BootServerConfig
 BootServerConfig BootClusterConfig.addDynamicServer(CloudServer cloudServer)
           
 BootServerConfig BootClusterConfig.createServer()
           
 BootServerConfig BootPodConfig.createServer()
           
 BootServerConfig BootResinConfig.findLocalServer()
           
 

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

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