org.alfresco.filesys.config
Class CIFSConfigBean

java.lang.Object
  extended by org.alfresco.filesys.config.CIFSConfigBean

public class CIFSConfigBean
extends java.lang.Object

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

CIFSConfigBean

public CIFSConfigBean()
Method Detail

getServerEnabled

public boolean getServerEnabled()
Checks if is server enabled.

Returns:
true, if is server enabled

setServerEnabled

public void setServerEnabled(boolean serverEnabled)
Sets the server enabled.

Parameters:
serverEnabled - the new server enabled

getDisableNativeCode

public boolean getDisableNativeCode()
Checks if is disable native code.

Returns:
true, if is disable native code

setDisableNativeCode

public void setDisableNativeCode(boolean disableNativeCode)
Sets the disable native code.

Parameters:
disableNativeCode - the new disable native code

getBroadcastAddress

public java.lang.String getBroadcastAddress()
Gets the broadcast address.

Returns:
the broadcast address

setBroadcastAddress

public void setBroadcastAddress(java.lang.String broadcastAddress)
Sets the broadcast address.

Parameters:
broadcastAddress - the new broadcast address

getServerName

public java.lang.String getServerName()
Gets the server name.

Returns:
the server name

setServerName

public void setServerName(java.lang.String serverName)
Sets the server name.

Parameters:
serverName - the new server name

getDomainName

public java.lang.String getDomainName()
Gets the domain name.

Returns:
the domain name

setDomainName

public void setDomainName(java.lang.String domainName)
Sets the domain name.

Parameters:
domainName - the new domain name

getServerComment

public java.lang.String getServerComment()
Gets the server comment.

Returns:
the server comment

setServerComment

public void setServerComment(java.lang.String serverComment)
Sets the server comment.

Parameters:
serverComment - the new server comment

getBindToAdapter

public java.lang.String getBindToAdapter()
Gets the bind to adapter.

Returns:
the bind to adapter

setBindToAdapter

public void setBindToAdapter(java.lang.String bindToAdapter)
Sets the bind to adapter.

Parameters:
bindToAdapter - the new bind to adapter

getBindToAddress

public java.lang.String getBindToAddress()
Gets the bind to address.

Returns:
the bind to address

setBindToAddress

public void setBindToAddress(java.lang.String bindToAddress)
Sets the bind to address.

Parameters:
bindToAddress - the new bind to address

getAuthenticator

public org.alfresco.jlan.server.auth.ICifsAuthenticator getAuthenticator()
Gets the authenticator.

Returns:
the authenticator

setAuthenticator

public void setAuthenticator(org.alfresco.jlan.server.auth.ICifsAuthenticator authenticator)
Sets the authenticator.

Parameters:
authenticator - the new authenticator

getHostAccouncerEnabled

public boolean getHostAccouncerEnabled()
Checks if is host accouncer enabled.

Returns:
true, if is host accouncer enabled

setHostAccouncerEnabled

public void setHostAccouncerEnabled(boolean hostAccouncerEnabled)
Sets the host accouncer enabled.

Parameters:
hostAccouncerEnabled - the new host accouncer enabled

getHostAccounceInterval

public java.lang.Integer getHostAccounceInterval()
Gets the host accounce interval.

Returns:
the host accounce interval

setHostAccounceInterval

public void setHostAccounceInterval(java.lang.Integer hostAccounceInterval)
Sets the host accounce interval.

Parameters:
hostAccounceInterval - the new host accounce interval

getNetBIOSSMB

public NetBIOSSMBConfigBean getNetBIOSSMB()
Gets the net biossmb.

Returns:
the net biossmb

setNetBIOSSMB

public void setNetBIOSSMB(NetBIOSSMBConfigBean netBIOSSMB)
Sets the net biossmb.

Parameters:
netBIOSSMB - the new net biossmb

getTcpipSMB

public TcpipSMBConfigBean getTcpipSMB()
Gets the tcpip smb.

Returns:
the tcpip smb

setTcpipSMB

public void setTcpipSMB(TcpipSMBConfigBean tcpipSMB)
Sets the tcpip smb.

Parameters:
tcpipSMB - the new tcpip smb

getWin32NetBIOS

public Win32NetBIOSConfigBean getWin32NetBIOS()
Gets the win32 net bios.

Returns:
the win32 net bios

setWin32NetBIOS

public void setWin32NetBIOS(Win32NetBIOSConfigBean win32NetBIOS)
Sets the win32 net bios.

Parameters:
win32NetBIOS - the new win32 net bios

getWin32HostAnnouncerEnabled

public boolean getWin32HostAnnouncerEnabled()
Checks if is win32 host announcer enabled.

Returns:
true, if is win32 host announcer enabled

setWin32HostAnnouncerEnabled

public void setWin32HostAnnouncerEnabled(boolean win32HostAnnouncerEnabled)
Sets the win32 host announcer enabled.

Parameters:
win32HostAnnouncerEnabled - the new win32 host announcer enabled

getWin32HostAnnounceInterval

public java.lang.Integer getWin32HostAnnounceInterval()
Gets the win32 host announce interval.

Returns:
the win32 host announce interval

setWin32HostAnnounceInterval

public void setWin32HostAnnounceInterval(java.lang.Integer win32HostAnnounceInterval)
Sets the win32 host announce interval.

Parameters:
win32HostAnnounceInterval - the new win32 host announce interval

getWINSConfig

public WINSConfigBean getWINSConfig()
Gets the wINS config.

Returns:
the wINS config

setWINSConfig

public void setWINSConfig(WINSConfigBean config)
Sets the wINS config.

Parameters:
config - the new wINS config

getSessionDebugFlags

public java.lang.String getSessionDebugFlags()
Gets the session debug flags.

Returns:
the session debug flags

setSessionDebugFlags

public void setSessionDebugFlags(java.lang.String sessionDebugFlags)
Sets the session debug flags.

Parameters:
sessionDebugFlags - the new session debug flags

getDisableNIO

public boolean getDisableNIO()
Checks if is disable nio.

Returns:
true, if is disable nio

setDisableNIO

public void setDisableNIO(boolean disableNIO)
Sets the disable nio.

Parameters:
disableNIO - the new disable nio

getSessionTimeout

public java.lang.Integer getSessionTimeout()
Gets the session timeout.

Returns:
the session timeout

setSessionTimeout

public void setSessionTimeout(java.lang.Integer sessionTimeout)
Sets the session timeout.

Parameters:
sessionTimeout - the new session timeout


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.