Uses of Class
org.forgerock.opendj.ldap.spi.LdapPromiseImpl
-
Packages that use LdapPromiseImpl Package Description org.forgerock.opendj.ldap.spi Interfaces and classes for service providers. -
-
Uses of LdapPromiseImpl in org.forgerock.opendj.ldap.spi
Methods in org.forgerock.opendj.ldap.spi that return LdapPromiseImpl Modifier and Type Method Description static <S> LdapPromiseImpl<S>
LdapPromiseImpl. newLdapPromiseImpl(int requestId)
Creates a newLdapPromiseImpl
with a requestId.
-