public class SyncreplConfiguration extends Object
Constructor and Description |
---|
SyncreplConfiguration() |
Modifier and Type | Method and Description |
---|---|
String |
getAttributes() |
String |
getBaseDn() |
String |
getBindDn() |
long |
getConsumerInterval() |
String |
getCredentials() |
String |
getFilter() |
int |
getPort() |
String |
getProviderHost() |
int |
getReplicaId() |
int |
getSearchScope() |
long |
getSearchSizeLimit() |
int |
getSearchTimeout() |
boolean |
isRefreshPersist() |
void |
setAttributes(String attributes) |
void |
setBaseDn(String baseDn) |
void |
setBindDn(String bindDn) |
void |
setConsumerInterval(long consumerInterval) |
void |
setCredentials(String credentials) |
void |
setFilter(String filter) |
void |
setPort(int port) |
void |
setProviderHost(String providerHost) |
void |
setRefreshPersist(boolean refreshPersist) |
void |
setReplicaId(int replicaId) |
void |
setSearchScope(int searchScope) |
void |
setSearchSizeLimit(long searchSizeLimit) |
void |
setSearchTimeout(int searchTimeout) |
public String getProviderHost()
public void setProviderHost(String providerHost)
providerHost
- the providerHost to setpublic int getPort()
public void setPort(int port)
port
- the port to setpublic String getBindDn()
public void setBindDn(String bindDn)
bindDn
- the bindDn to setpublic String getCredentials()
public void setCredentials(String credentials)
credentials
- the credentials to setpublic boolean isRefreshPersist()
public void setRefreshPersist(boolean refreshPersist)
refreshPersist
- the refreshPersist to setpublic long getConsumerInterval()
public void setConsumerInterval(long consumerInterval)
consumerInterval
- the consumerInterval to setpublic String getBaseDn()
public void setBaseDn(String baseDn)
baseDn
- the baseDn to setpublic String getFilter()
public void setFilter(String filter)
filter
- the filter to setpublic String getAttributes()
public void setAttributes(String attributes)
attributes
- the attributes to setpublic long getSearchSizeLimit()
public void setSearchSizeLimit(long searchSizeLimit)
searchSizeLimit
- the searchSizeLimit to setpublic int getSearchTimeout()
public void setSearchTimeout(int searchTimeout)
searchTimeout
- the searchTimeout to setpublic int getSearchScope()
public void setSearchScope(int searchScope)
searchScope
- the searchScope to setpublic int getReplicaId()
public void setReplicaId(int replicaId)
replicaId
- the replicaId to setCopyright © 2003-2012 Apache Software Foundation. All Rights Reserved.