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

Packages that use ResinArgs
com.caucho.server.resin   
 

Uses of ResinArgs in com.caucho.server.resin
 

Methods in com.caucho.server.resin with parameters of type ResinArgs
 java.lang.String BootResinConfig.getElasticServerAddress(ResinArgs args)
           
 int BootResinConfig.getElasticServerPort(ResinArgs args)
           
 boolean BootResinConfig.isElasticServer(ResinArgs args)
           
 

Constructors in com.caucho.server.resin with parameters of type ResinArgs
Resin(ResinArgs args)
          Creates a new resin server.
ResinEmbedded(ResinArgs args)
           
ResinWatchdog(ResinArgs args)