Uses of Interface
org.jboss.as.clustering.controller.ServiceValueCaptor
-
Packages that use ServiceValueCaptor Package Description org.jboss.as.clustering.controller -
-
Uses of ServiceValueCaptor in org.jboss.as.clustering.controller
Classes in org.jboss.as.clustering.controller that implement ServiceValueCaptor 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 ServiceValueCaptor Modifier and Type Method Description ServiceValueCaptor<T>ServiceValueExecutorRegistry. add(org.jboss.msc.service.ServiceName name)ServiceValueCaptor<T>ServiceValueRegistry. add(org.jboss.msc.service.ServiceName name)Adds a service to this registry.ServiceValueCaptor<T>ServiceValueExecutorRegistry. remove(org.jboss.msc.service.ServiceName name)ServiceValueCaptor<T>ServiceValueRegistry. remove(org.jboss.msc.service.ServiceName name)Removes a service from this registryConstructors in org.jboss.as.clustering.controller with parameters of type ServiceValueCaptor Constructor Description ServiceValueCaptorServiceConfigurator(ServiceValueCaptor<T> captor)
-