org.ldaptive.provider
Interface ConnectionFactoryMetadata


public interface ConnectionFactoryMetadata

Interface to describe the state of the connection factory. Used by ConnectionStrategy to produce LDAP URLs.

Version:
$Revision: 2974 $ $Date: 2014-04-21 15:29:45 -0400 (Mon, 21 Apr 2014) $
Author:
Middleware Services

Method Summary
 int getConnectionCount()
          Returns the number of times the provider connection factory has created a connection.
 String getLdapUrl()
          Returns the LDAP URL the provider connection factory is using.
 

Method Detail

getLdapUrl

String getLdapUrl()
Returns the LDAP URL the provider connection factory is using. May be space delimited for multiple URLs.

Returns:
ldap url

getConnectionCount

int getConnectionCount()
Returns the number of times the provider connection factory has created a connection.

Returns:
connection count


Copyright © 2003-2017 Virginia Tech. All Rights Reserved.