Uses of Interface
org.jboss.as.clustering.controller.FunctionExecutor
-
Packages that use FunctionExecutor Package Description org.jboss.as.clustering.controller -
-
Uses of FunctionExecutor in org.jboss.as.clustering.controller
Classes in org.jboss.as.clustering.controller that implement FunctionExecutor Modifier and Type Class Description classServiceValueExecutor<T>Executes a given function against the captured value of a service.Methods in org.jboss.as.clustering.controller that return FunctionExecutor Modifier and Type Method Description FunctionExecutor<T>FunctionExecutorRegistry. get(org.jboss.msc.service.ServiceName name)Returns the function executor for the service installed using the specified name.FunctionExecutor<T>ServiceValueExecutorRegistry. get(org.jboss.msc.service.ServiceName name)
-