com.sun.grizzly.http.servlet.deployer.conf
Class DeployerServerConfiguration

java.lang.Object
  extended by com.sun.grizzly.http.servlet.deployer.conf.DeployerServerConfiguration

public class DeployerServerConfiguration
extends Object

Configuration of GrizzlyWebServerDeployer.

Author:
Hubert Iwaniuk, Sebastien Dionne

Field Summary
 boolean ajpEnabled
           
 List<DeployableConfiguration> applicationsList
           
 boolean cometEnabled
           
 String libraryPath
           
 int port
           
 boolean waitToStart
           
 String watchFolder
           
 long watchInterval
           
 String webdefault
           
 boolean websocketsEnabled
           
 
Constructor Summary
DeployerServerConfiguration()
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

port

public int port

waitToStart

public boolean waitToStart

libraryPath

public String libraryPath

webdefault

public String webdefault

cometEnabled

public boolean cometEnabled

ajpEnabled

public boolean ajpEnabled

websocketsEnabled

public boolean websocketsEnabled

watchInterval

public long watchInterval

watchFolder

public String watchFolder

applicationsList

public List<DeployableConfiguration> applicationsList
Constructor Detail

DeployerServerConfiguration

public DeployerServerConfiguration()
Method Detail

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012 Oracle Corporation. All Rights Reserved.