com.caucho.boot
Class BootResinConfig

java.lang.Object
  extended by com.caucho.boot.BootResinConfig
All Implemented Interfaces:
EnvironmentBean

public class BootResinConfig
extends java.lang.Object
implements EnvironmentBean


Method Summary
 void addClient(com.caucho.boot.WatchdogClient client)
          Finds a server.
 void addClusterDefault(ContainerProgram program)
          Adds a new default to the cluster.
 void addContentProgram(ConfigProgram program)
          Ignore items we can't understand.
 void addServer(com.caucho.boot.WatchdogConfig config)
          Finds a server.
 BootClusterConfig createCluster()
           
 com.caucho.boot.WatchdogManagerConfig createWatchdogManager()
          Creates the watchdog-manager config
 com.caucho.boot.WatchdogClient findClient(java.lang.String id)
          Finds a server.
 com.caucho.boot.WatchdogConfig findServer(java.lang.String id)
          Finds a server.
 java.lang.String getAdminCookie()
          Returns the management password.
 java.lang.ClassLoader getClassLoader()
           
 Path getLogDirectory()
           
 BootManagementConfig getManagement()
          The management configuration
 Path getResinHome()
           
 Path getRootDirectory()
           
 boolean isWatchdogManagerConfig()
          Returns true if there is a config.
 void setManagement(BootManagementConfig management)
          Adds the management configuration
 void setRootDirectory(Path rootDirectory)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getResinHome

public Path getResinHome()

setRootDirectory

public void setRootDirectory(Path rootDirectory)

getRootDirectory

public Path getRootDirectory()

getLogDirectory

public Path getLogDirectory()

getClassLoader

public java.lang.ClassLoader getClassLoader()
Specified by:
getClassLoader in interface EnvironmentBean

setManagement

public void setManagement(BootManagementConfig management)
Adds the management configuration


getManagement

public BootManagementConfig getManagement()
The management configuration


getAdminCookie

public java.lang.String getAdminCookie()
Returns the management password.


isWatchdogManagerConfig

public boolean isWatchdogManagerConfig()
Returns true if there is a config.


findClient

public com.caucho.boot.WatchdogClient findClient(java.lang.String id)
Finds a server.


addClient

public void addClient(com.caucho.boot.WatchdogClient client)
Finds a server.


findServer

public com.caucho.boot.WatchdogConfig findServer(java.lang.String id)
Finds a server.


addServer

public void addServer(com.caucho.boot.WatchdogConfig config)
Finds a server.


createWatchdogManager

public com.caucho.boot.WatchdogManagerConfig createWatchdogManager()
Creates the watchdog-manager config


addClusterDefault

public void addClusterDefault(ContainerProgram program)
Adds a new default to the cluster.


createCluster

public BootClusterConfig createCluster()

addContentProgram

public void addContentProgram(ConfigProgram program)
Ignore items we can't understand.