protected static final class AbstractSlingRepositoryManager.Config extends Object
AbstractSlingRepositoryManager.start(BundleContext, Config)
method.Modifier and Type | Field and Description |
---|---|
protected String |
defaultWorkspace |
protected boolean |
disableLoginAdministrative |
protected int |
startupThreadMaxWaitCount |
protected long |
startupThreadWaitMillis |
protected final String defaultWorkspace
protected final boolean disableLoginAdministrative
protected final int startupThreadMaxWaitCount
protected final long startupThreadWaitMillis
public Config(String defaultWorkspace, boolean disableLoginAdministrative)
defaultWorkspace
- The name of the default workspace to use to
login. This may be null
to have the actual repository
instance define its own defaultdisableLoginAdministrative
- Whether to disable the
SlingRepository.loginAdministrative
method or not.public Config(String defaultWorkspace, boolean disableLoginAdministrative, int startupThreadMaxWaitCount, long startupThreadWaitMillis)
defaultWorkspace
- The name of the default workspace to use to
login. This may be null
to have the actual repository
instance define its own defaultdisableLoginAdministrative
- Whether to disable the
SlingRepository.loginAdministrative
method or not.startupThreadMaxWaitCount
- The number of attempts to be performed
when waiting for the repository startup to completestartupThreadWaitMillis
- The duration of each of the waits performed
when waiting for the repository startup to completeCopyright © 2007–2021 The Apache Software Foundation. All rights reserved.