org.apache.directory.server.core.replication
Class ReplicaConnection

java.lang.Object
  extended by org.apache.directory.server.core.replication.ReplicaConnection
Direct Known Subclasses:
SimpleReplicaConnection

public abstract class ReplicaConnection
extends java.lang.Object

A connection to a replica. This is an abstract class, extended by the SimpleReplicaConnection or the SaslReplicaConnection.

Version:
$Rev: $, $Date: $
Author:
Apache Directory Project

Constructor Summary
ReplicaConnection()
           
 
Method Summary
 BindMethod getBindMethod()
           
 void setBindMethod(java.lang.String bindMethod)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReplicaConnection

public ReplicaConnection()
Method Detail

getBindMethod

public BindMethod getBindMethod()
Returns:
the bindMethod

setBindMethod

public void setBindMethod(java.lang.String bindMethod)
Parameters:
bindMethod - the bindMethod to set


Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.