public class LdapRetryHandler extends Object implements InvocationHandler
Modifier and Type | Field and Description |
---|---|
protected int |
attemptsNumber |
protected DirContext |
dirContext |
Modifier | Constructor and Description |
---|---|
protected |
LdapRetryHandler(DirContext object,
int attempts) |
Modifier and Type | Method and Description |
---|---|
Object |
invoke(Object proxy,
Method method,
Object[] args) |
static DirContext |
wrap(DirContext dirContext,
int retries) |
protected DirContext dirContext
protected int attemptsNumber
protected LdapRetryHandler(DirContext object, int attempts)
public Object invoke(Object proxy, Method method, Object[] args) throws Throwable
invoke
in interface InvocationHandler
Throwable
public static DirContext wrap(DirContext dirContext, int retries)
Copyright © 2018 Nuxeo. All rights reserved.