private class AbstractProviderConnectionFactory.DefaultConnectionFactoryMetadata extends Object implements ConnectionFactoryMetadata
Modifier and Type | Field and Description |
---|---|
private int |
count
connection count.
|
private String |
ldapUrl
ldap url.
|
Constructor and Description |
---|
DefaultConnectionFactoryMetadata(String s)
Creates a new default connection factory metadata.
|
Modifier and Type | Method and Description |
---|---|
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.
|
private void |
incrementCount()
Increments the connection count.
|
String |
toString() |
private final String ldapUrl
private int count
DefaultConnectionFactoryMetadata(String s)
s
- ldap urlpublic String getLdapUrl()
ConnectionFactoryMetadata
getLdapUrl
in interface ConnectionFactoryMetadata
public int getConnectionCount()
ConnectionFactoryMetadata
getConnectionCount
in interface ConnectionFactoryMetadata
private void incrementCount()
Copyright © 2003-2019 Virginia Tech. All Rights Reserved.