Uses of Interface
org.forgerock.util.Action
Packages that use Action
Package
Description
Classes and interfaces for core types including connections, entries, and
attributes.
Contains various classes that comprise the core of the Directory Server codebase.
-
Uses of Action in org.forgerock.opendj.ldap
Methods in org.forgerock.opendj.ldap with type parameters of type ActionModifier and TypeMethodDescriptionFunctions.emptyAction()
Returns an empty action for RxJava and ForgeRock. -
Uses of Action in org.opends.server.core
Methods in org.opends.server.core with parameters of type ActionModifier and TypeMethodDescription<E extends Exception>
voidGroupManager.doWithSharedLock
(Action<E> action) Executes the provided action after acquiring this group manager's lock.