|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.filesys.config.CIFSConfigBean
public class CIFSConfigBean
The Class CIFSConfigBean.
Constructor Summary | |
---|---|
CIFSConfigBean()
|
Method Summary | |
---|---|
org.alfresco.jlan.server.auth.ICifsAuthenticator |
getAuthenticator()
Gets the authenticator. |
java.lang.String |
getBindToAdapter()
Gets the bind to adapter. |
java.lang.String |
getBindToAddress()
Gets the bind to address. |
java.lang.String |
getBroadcastAddress()
Gets the broadcast address. |
boolean |
getDisableNativeCode()
Checks if is disable native code. |
boolean |
getDisableNIO()
Checks if is disable nio. |
java.lang.String |
getDomainName()
Gets the domain name. |
java.lang.Integer |
getHostAccounceInterval()
Gets the host accounce interval. |
boolean |
getHostAccouncerEnabled()
Checks if is host accouncer enabled. |
NetBIOSSMBConfigBean |
getNetBIOSSMB()
Gets the net biossmb. |
java.lang.String |
getServerComment()
Gets the server comment. |
boolean |
getServerEnabled()
Checks if is server enabled. |
java.lang.String |
getServerName()
Gets the server name. |
java.lang.String |
getSessionDebugFlags()
Gets the session debug flags. |
java.lang.Integer |
getSessionTimeout()
Gets the session timeout. |
TcpipSMBConfigBean |
getTcpipSMB()
Gets the tcpip smb. |
java.lang.Integer |
getWin32HostAnnounceInterval()
Gets the win32 host announce interval. |
boolean |
getWin32HostAnnouncerEnabled()
Checks if is win32 host announcer enabled. |
Win32NetBIOSConfigBean |
getWin32NetBIOS()
Gets the win32 net bios. |
WINSConfigBean |
getWINSConfig()
Gets the wINS config. |
void |
setAuthenticator(org.alfresco.jlan.server.auth.ICifsAuthenticator authenticator)
Sets the authenticator. |
void |
setBindToAdapter(java.lang.String bindToAdapter)
Sets the bind to adapter. |
void |
setBindToAddress(java.lang.String bindToAddress)
Sets the bind to address. |
void |
setBroadcastAddress(java.lang.String broadcastAddress)
Sets the broadcast address. |
void |
setDisableNativeCode(boolean disableNativeCode)
Sets the disable native code. |
void |
setDisableNIO(boolean disableNIO)
Sets the disable nio. |
void |
setDomainName(java.lang.String domainName)
Sets the domain name. |
void |
setHostAccounceInterval(java.lang.Integer hostAccounceInterval)
Sets the host accounce interval. |
void |
setHostAccouncerEnabled(boolean hostAccouncerEnabled)
Sets the host accouncer enabled. |
void |
setNetBIOSSMB(NetBIOSSMBConfigBean netBIOSSMB)
Sets the net biossmb. |
void |
setServerComment(java.lang.String serverComment)
Sets the server comment. |
void |
setServerEnabled(boolean serverEnabled)
Sets the server enabled. |
void |
setServerName(java.lang.String serverName)
Sets the server name. |
void |
setSessionDebugFlags(java.lang.String sessionDebugFlags)
Sets the session debug flags. |
void |
setSessionTimeout(java.lang.Integer sessionTimeout)
Sets the session timeout. |
void |
setTcpipSMB(TcpipSMBConfigBean tcpipSMB)
Sets the tcpip smb. |
void |
setWin32HostAnnounceInterval(java.lang.Integer win32HostAnnounceInterval)
Sets the win32 host announce interval. |
void |
setWin32HostAnnouncerEnabled(boolean win32HostAnnouncerEnabled)
Sets the win32 host announcer enabled. |
void |
setWin32NetBIOS(Win32NetBIOSConfigBean win32NetBIOS)
Sets the win32 net bios. |
void |
setWINSConfig(WINSConfigBean config)
Sets the wINS config. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CIFSConfigBean()
Method Detail |
---|
public boolean getServerEnabled()
public void setServerEnabled(boolean serverEnabled)
serverEnabled
- the new server enabledpublic boolean getDisableNativeCode()
public void setDisableNativeCode(boolean disableNativeCode)
disableNativeCode
- the new disable native codepublic java.lang.String getBroadcastAddress()
public void setBroadcastAddress(java.lang.String broadcastAddress)
broadcastAddress
- the new broadcast addresspublic java.lang.String getServerName()
public void setServerName(java.lang.String serverName)
serverName
- the new server namepublic java.lang.String getDomainName()
public void setDomainName(java.lang.String domainName)
domainName
- the new domain namepublic java.lang.String getServerComment()
public void setServerComment(java.lang.String serverComment)
serverComment
- the new server commentpublic java.lang.String getBindToAdapter()
public void setBindToAdapter(java.lang.String bindToAdapter)
bindToAdapter
- the new bind to adapterpublic java.lang.String getBindToAddress()
public void setBindToAddress(java.lang.String bindToAddress)
bindToAddress
- the new bind to addresspublic org.alfresco.jlan.server.auth.ICifsAuthenticator getAuthenticator()
public void setAuthenticator(org.alfresco.jlan.server.auth.ICifsAuthenticator authenticator)
authenticator
- the new authenticatorpublic boolean getHostAccouncerEnabled()
public void setHostAccouncerEnabled(boolean hostAccouncerEnabled)
hostAccouncerEnabled
- the new host accouncer enabledpublic java.lang.Integer getHostAccounceInterval()
public void setHostAccounceInterval(java.lang.Integer hostAccounceInterval)
hostAccounceInterval
- the new host accounce intervalpublic NetBIOSSMBConfigBean getNetBIOSSMB()
public void setNetBIOSSMB(NetBIOSSMBConfigBean netBIOSSMB)
netBIOSSMB
- the new net biossmbpublic TcpipSMBConfigBean getTcpipSMB()
public void setTcpipSMB(TcpipSMBConfigBean tcpipSMB)
tcpipSMB
- the new tcpip smbpublic Win32NetBIOSConfigBean getWin32NetBIOS()
public void setWin32NetBIOS(Win32NetBIOSConfigBean win32NetBIOS)
win32NetBIOS
- the new win32 net biospublic boolean getWin32HostAnnouncerEnabled()
public void setWin32HostAnnouncerEnabled(boolean win32HostAnnouncerEnabled)
win32HostAnnouncerEnabled
- the new win32 host announcer enabledpublic java.lang.Integer getWin32HostAnnounceInterval()
public void setWin32HostAnnounceInterval(java.lang.Integer win32HostAnnounceInterval)
win32HostAnnounceInterval
- the new win32 host announce intervalpublic WINSConfigBean getWINSConfig()
public void setWINSConfig(WINSConfigBean config)
config
- the new wINS configpublic java.lang.String getSessionDebugFlags()
public void setSessionDebugFlags(java.lang.String sessionDebugFlags)
sessionDebugFlags
- the new session debug flagspublic boolean getDisableNIO()
public void setDisableNIO(boolean disableNIO)
disableNIO
- the new disable niopublic java.lang.Integer getSessionTimeout()
public void setSessionTimeout(java.lang.Integer sessionTimeout)
sessionTimeout
- the new session timeout
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |