com.ca.jcs.standalone
Class StandaloneServerConfiguration
java.lang.Object
com.ca.jcs.standalone.StandaloneServerConfiguration
public class StandaloneServerConfiguration
- extends Object
Configuration information for the JCS when running as a standalone connector server.
- Author:
- fittr01
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StandaloneServerConfiguration
public StandaloneServerConfiguration()
isEnabled
public boolean isEnabled()
- Returns:
- the enabled
setEnabled
public void setEnabled(boolean enabled)
- Parameters:
enabled - the enabled to set
getBaseDn
public String getBaseDn()
- Returns:
- the baseDn
setBaseDn
public void setBaseDn(String baseDn)
- Parameters:
baseDn - the baseDn to set
getDomain
public String getDomain()
- Returns:
- the domain
setDomain
public void setDomain(String domain)
- Parameters:
domain - the domain to set
getConfigContainer
public String getConfigContainer()
- Returns:
- the configContainer
setConfigContainer
public void setConfigContainer(String configContainer)
- Parameters:
configContainer - the configContainer to set
Created 2011-07-14 13:27 EST