public interface FileServerConfigMBean
Provides file server configuration details to remote virtualization servers.
Modifier and Type | Method and Description |
---|---|
String |
getCIFSServerAddress()
Return the CIFS server IP address
|
String |
getCIFSServerName()
Return the CIFS server name
|
boolean |
isCIFSServerEnabled()
Check if the CIFS server is enabled
|
boolean |
isFTPServerEnabled()
Check if the FTP server is enabled
|
void |
setCIFSServerEnabled(boolean enabled)
Enable/disable CIFS server
|
void |
setFTPServerEnabled(boolean enabled)
Enable/disable FTP server
|
boolean isCIFSServerEnabled()
void setCIFSServerEnabled(boolean enabled) throws Exception
enabled
- true to enable, false to disableException
boolean isFTPServerEnabled()
void setFTPServerEnabled(boolean enabled) throws Exception
enabled
- true to enable, false to disableException
String getCIFSServerName()
String getCIFSServerAddress()
Copyright © 2005–2017 Alfresco Software. All rights reserved.