|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.alfresco.jlan.server.config.ServerConfiguration
org.alfresco.filesys.AbstractServerConfigurationBean
org.alfresco.filesys.config.ServerConfigurationBean
public class ServerConfigurationBean
Alfresco File Server Configuration Bean Class
Acts as an adaptor between JLAN's configuration requirements and the spring configuration of the Alfresco filesystem subsystem.
Also contains an amount of initialisation logic.
| Field Summary |
|---|
| Constructor Summary | |
|---|---|
ServerConfigurationBean()
Default constructor |
|
ServerConfigurationBean(java.lang.String srvName)
Class constructor |
|
| Method Summary | |
|---|---|
void |
initialiseRuntimeContext(AlfrescoContext diskCtx)
Initialise a runtime context - not configured through spring e.g MT. |
protected void |
processCIFSServerConfig()
Process the CIFS server configuration |
protected void |
processClusterConfig()
|
protected void |
processCoreServerConfig()
Process the core server configuration |
protected void |
processFilesystemsConfig()
Process the filesystems configuration |
protected void |
processFTPServerConfig()
Process the FTP server configuration |
protected void |
processNFSServerConfig()
Process the NFS server configuration |
protected void |
processSecurityConfig()
Process the security configuration |
void |
setAvmAllStores(boolean avmAllStores)
|
void |
setCifsConfigBean(CIFSConfigBean cifsConfigBean)
|
void |
setClusterConfigBean(ClusterConfigBean clusterConfigBean)
|
void |
setCoreServerConfigBean(CoreServerConfigBean coreServerConfigBean)
|
void |
setFilesystemContexts(java.util.List filesystemContexts)
|
void |
setFtpConfigBean(FTPConfigBean ftpConfigBean)
|
void |
setNfsConfigBean(NFSConfigBean nfsConfigBean)
|
void |
setSecurityConfigBean(SecurityConfigBean securityConfigBean)
|
| Methods inherited from class org.alfresco.jlan.server.config.ServerConfiguration |
|---|
addConfigSection, addListener, addServer, findServer, fireConfigurationChange, getConfigSection, getPlatformType, getPlatformTypeString, getServer, getServerName, hasConfigSection, hasConfigurationListeners, isServerRunning, isUpdated, loadConfiguration, numberOfServers, removeAllConfigSections, removeConfigSection, removeListener, removeServer, saveConfiguration, setServerName, setUpdated |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.alfresco.jlan.server.config.ServerConfigurationAccessor |
|---|
getConfigSection, getServerName, isServerRunning |
| Constructor Detail |
|---|
public ServerConfigurationBean()
public ServerConfigurationBean(java.lang.String srvName)
srvName - String| Method Detail |
|---|
public void setCifsConfigBean(CIFSConfigBean cifsConfigBean)
public void setFtpConfigBean(FTPConfigBean ftpConfigBean)
public void setNfsConfigBean(NFSConfigBean nfsConfigBean)
public void setFilesystemContexts(java.util.List filesystemContexts)
public void setAvmAllStores(boolean avmAllStores)
public void setSecurityConfigBean(SecurityConfigBean securityConfigBean)
public void setCoreServerConfigBean(CoreServerConfigBean coreServerConfigBean)
public void setClusterConfigBean(ClusterConfigBean clusterConfigBean)
protected void processCIFSServerConfig()
processCIFSServerConfig in class AbstractServerConfigurationBeanprotected void processFTPServerConfig()
processFTPServerConfig in class AbstractServerConfigurationBeanprotected void processNFSServerConfig()
processNFSServerConfig in class AbstractServerConfigurationBeanprotected void processFilesystemsConfig()
processFilesystemsConfig in class AbstractServerConfigurationBeanprotected void processSecurityConfig()
processSecurityConfig in class AbstractServerConfigurationBean
protected void processCoreServerConfig()
throws org.alfresco.jlan.server.config.InvalidConfigurationException
processCoreServerConfig in class AbstractServerConfigurationBeanorg.alfresco.jlan.server.config.InvalidConfigurationExceptionpublic void initialiseRuntimeContext(AlfrescoContext diskCtx)
diskCtx -
protected void processClusterConfig()
throws org.alfresco.jlan.server.config.InvalidConfigurationException
processClusterConfig in class AbstractServerConfigurationBeanorg.alfresco.jlan.server.config.InvalidConfigurationException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||