public interface LdapAdapterMBean
Modifier and Type | Method and Description |
---|---|
long |
getErrorEventNum()
Gets failed LDAP event number.
|
long |
getSuccessEventNum()
Gets successfully processed LDAP event number.
|
long |
getTotalLdapAccessNum()
Gets total received LDAP event number.
|
void |
refreshConnectionPool(java.lang.String host,
long port)
Refresh connection pool according to LDAP server listening address and port.
|
void |
reset()
Resets LDAP event number.
|
long getTotalLdapAccessNum()
long getSuccessEventNum()
long getErrorEventNum()
void reset()
void refreshConnectionPool(java.lang.String host, long port) throws java.lang.Exception
LDAP
- server hostname/ip addressLDAP
- server listening portjava.lang.Exception