public class ReplicationProvider extends Object
| Constructor and Description |
|---|
ReplicationProvider() |
| Modifier and Type | Method and Description |
|---|---|
ReplicaConnection |
getConnection() |
int |
getId() |
ReplicationType |
getReplicationType() |
long |
getSizeLimit() |
int |
getTimeLimit() |
org.apache.directory.shared.ldap.util.LdapURL |
getUrl() |
void |
setConnection(ReplicaConnection connection) |
void |
setId(int id) |
void |
setSizeLimit(long sizeLimit) |
void |
setTimeLimit(int timeLimit) |
void |
setType(String type) |
void |
setUrl(String url) |
public ReplicaConnection getConnection()
public void setConnection(ReplicaConnection connection)
connection - the connection to setpublic int getId()
public void setId(int id)
id - the provider Id to setpublic ReplicationType getReplicationType()
public void setType(String type)
type - the replication type to setpublic long getSizeLimit()
public void setSizeLimit(long sizeLimit)
sizeLimit - the sizeLimit to setpublic int getTimeLimit()
public void setTimeLimit(int timeLimit)
timeLimit - the timeLimit to setpublic org.apache.directory.shared.ldap.util.LdapURL getUrl()
public void setUrl(String url)
url - The URL to use for the replication search requestCopyright © 2003-2012 Apache Software Foundation. All Rights Reserved.