org.alfresco.filesys.config
Class NFSConfigBean

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

public class NFSConfigBean
extends java.lang.Object

The Class NFSConfigBean.


Constructor Summary
NFSConfigBean()
           
 
Method Summary
 java.lang.String getDebugFlags()
          Gets the debug flags.
 boolean getMountServerDebug()
          Checks if is mount server debug.
 java.lang.Integer getMountServerPort()
          Gets the mount server port.
 java.lang.Integer getNfsServerPort()
          Gets the nFS server port.
 java.lang.Integer getPacketPool()
          Gets the packet pool.
 boolean getPortMapperDebug()
          Checks if is port mapper debug.
 boolean getPortMapperEnabled()
          Checks if is port mapper enabled.
 java.lang.Integer getPortMapperPort()
          Gets the port mapper port.
 org.alfresco.jlan.oncrpc.RpcAuthenticator getRpcAuthenticator()
          Gets the rpc authenticator.
 java.lang.Integer getRpcRegisterPort()
          Return the RPC register port
 boolean getServerEnabled()
          Checks if is server enabled.
 java.lang.Integer getThreadPool()
          Gets the thread pool.
 void setDebugFlags(java.lang.String debugFlags)
          Sets the debug flags.
 void setMountServerDebug(boolean mountServerDebug)
          Sets the mount server debug.
 void setMountServerPort(java.lang.Integer mountServerPort)
          Sets the mount server port.
 void setNfsServerPort(java.lang.Integer serverPort)
          Sets the nFS server port.
 void setPacketPool(java.lang.Integer packetPool)
          Sets the packet pool.
 void setPortMapperDebug(boolean portMapperDebug)
          Sets the port mapper debug.
 void setPortMapperEnabled(boolean portMapperEnabled)
          Sets the port mapper enabled.
 void setPortMapperPort(java.lang.Integer portMapperPort)
          Sets the port mapper port.
 void setRpcAuthenticator(org.alfresco.jlan.oncrpc.RpcAuthenticator rpcAuthenticator)
          Sets the rpc authenticator.
 void setRpcRegisterPort(java.lang.Integer rpcRegPort)
          Set the RPC registration port
 void setServerEnabled(boolean serverEnabled)
          Sets the server enabled.
 void setThreadPool(java.lang.Integer threadPool)
          Sets the thread pool.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NFSConfigBean

public NFSConfigBean()
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

getPortMapperEnabled

public boolean getPortMapperEnabled()
Checks if is port mapper enabled.

Returns:
true, if is port mapper enabled

setPortMapperEnabled

public void setPortMapperEnabled(boolean portMapperEnabled)
Sets the port mapper enabled.

Parameters:
portMapperEnabled - the new port mapper enabled

getThreadPool

public java.lang.Integer getThreadPool()
Gets the thread pool.

Returns:
the thread pool

setThreadPool

public void setThreadPool(java.lang.Integer threadPool)
Sets the thread pool.

Parameters:
threadPool - the new thread pool

getPacketPool

public java.lang.Integer getPacketPool()
Gets the packet pool.

Returns:
the packet pool

setPacketPool

public void setPacketPool(java.lang.Integer packetPool)
Sets the packet pool.

Parameters:
packetPool - the new packet pool

getPortMapperPort

public java.lang.Integer getPortMapperPort()
Gets the port mapper port.

Returns:
the port mapper port

setPortMapperPort

public void setPortMapperPort(java.lang.Integer portMapperPort)
Sets the port mapper port.

Parameters:
portMapperPort - the new port mapper port

getMountServerPort

public java.lang.Integer getMountServerPort()
Gets the mount server port.

Returns:
the mount server port

setMountServerPort

public void setMountServerPort(java.lang.Integer mountServerPort)
Sets the mount server port.

Parameters:
mountServerPort - the new mount server port

getNfsServerPort

public java.lang.Integer getNfsServerPort()
Gets the nFS server port.

Returns:
the nFS server port

setNfsServerPort

public void setNfsServerPort(java.lang.Integer serverPort)
Sets the nFS server port.

Parameters:
serverPort - the new nFS server port

getDebugFlags

public java.lang.String getDebugFlags()
Gets the debug flags.

Returns:
the debug flags

setDebugFlags

public void setDebugFlags(java.lang.String debugFlags)
Sets the debug flags.

Parameters:
debugFlags - the new debug flags

getMountServerDebug

public boolean getMountServerDebug()
Checks if is mount server debug.

Returns:
true, if is mount server debug

setMountServerDebug

public void setMountServerDebug(boolean mountServerDebug)
Sets the mount server debug.

Parameters:
mountServerDebug - the new mount server debug

getPortMapperDebug

public boolean getPortMapperDebug()
Checks if is port mapper debug.

Returns:
true, if is port mapper debug

setPortMapperDebug

public void setPortMapperDebug(boolean portMapperDebug)
Sets the port mapper debug.

Parameters:
portMapperDebug - the new port mapper debug

getRpcAuthenticator

public org.alfresco.jlan.oncrpc.RpcAuthenticator getRpcAuthenticator()
Gets the rpc authenticator.

Returns:
the rpc authenticator

setRpcAuthenticator

public void setRpcAuthenticator(org.alfresco.jlan.oncrpc.RpcAuthenticator rpcAuthenticator)
Sets the rpc authenticator.

Parameters:
rpcAuthenticator - the new rpc authenticator

setRpcRegisterPort

public void setRpcRegisterPort(java.lang.Integer rpcRegPort)
Set the RPC registration port

Parameters:
rpcRegPort - Integer

getRpcRegisterPort

public java.lang.Integer getRpcRegisterPort()
Return the RPC register port

Returns:
Integer


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