Skip navigation links

Oracle Communications Service Broker Configuration and Runtime MBean Java API Referencee
6.1

E38079-01


oracle.axia.api.management.ldap
Interface LdapAdapterMBean


public interface LdapAdapterMBean

MBean interface for the LDAP adapter.


Method Summary
 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(String host, long port)
          Refresh connection pool according to LDAP server listening address and port.
 void reset()
          Resets LDAP event number.

 

Method Detail

getTotalLdapAccessNum

long getTotalLdapAccessNum()
Gets total received LDAP event number.

getSuccessEventNum

long getSuccessEventNum()
Gets successfully processed LDAP event number.

getErrorEventNum

long getErrorEventNum()
Gets failed LDAP event number.

reset

void reset()
Resets LDAP event number.

refreshConnectionPool

void refreshConnectionPool(String host,
                           long port)
                           throws Exception
Refresh connection pool according to LDAP server listening address and port.
Parameters:
LDAP - server hostname/ip address
LDAP - server listening port
Throws:
Exception

Skip navigation links

Oracle Communications Service Broker Configuration and Runtime MBean Java API Referencee
6.1

E38079-01


Copyright © 2013, Oracle and/or its affiliates. All rights reserved.