Uses of Interface
org.jboss.as.controller.ProxyController
-
Packages that use ProxyController Package Description org.jboss.as.controller org.jboss.as.controller.registry org.jboss.as.controller.remote -
-
Uses of ProxyController in org.jboss.as.controller
Subinterfaces of ProxyController in org.jboss.as.controller Modifier and Type Interface Description interfaceTransformingProxyControllerAProxyControllerwith transformation capabilities.Methods in org.jboss.as.controller with parameters of type ProxyController Modifier and Type Method Description intBlockingTimeout. getProxyBlockingTimeout(PathAddress targetAddress, ProxyController proxyController)Gets the maximum period, in ms, a blocking call should block waiting for a response from a remote process in a managed domain.Constructors in org.jboss.as.controller with parameters of type ProxyController Constructor Description ProxyStepHandler(ProxyController proxyController) -
Uses of ProxyController in org.jboss.as.controller.registry
Methods in org.jboss.as.controller.registry that return ProxyController Modifier and Type Method Description ProxyControllerDelegatingImmutableManagementResourceRegistration. getProxyController(PathAddress address)ProxyControllerDelegatingManagementResourceRegistration. getProxyController(PathAddress address)ProxyControllerImmutableManagementResourceRegistration. getProxyController(PathAddress address)If there is a proxy controller registered under any part of the registered address it will be returned.Methods in org.jboss.as.controller.registry that return types with arguments of type ProxyController Modifier and Type Method Description Set<ProxyController>DelegatingImmutableManagementResourceRegistration. getProxyControllers(PathAddress address)Set<ProxyController>DelegatingManagementResourceRegistration. getProxyControllers(PathAddress address)Set<ProxyController>ImmutableManagementResourceRegistration. getProxyControllers(PathAddress address)Finds all proxy controllers registered at the passed in address, or at lower levels.Methods in org.jboss.as.controller.registry with parameters of type ProxyController Modifier and Type Method Description voidDelegatingManagementResourceRegistration. registerProxyController(PathElement address, ProxyController proxyController)voidManagementResourceRegistration. registerProxyController(PathElement address, ProxyController proxyController)Register a proxy controller. -
Uses of ProxyController in org.jboss.as.controller.remote
Classes in org.jboss.as.controller.remote that implement ProxyController Modifier and Type Class Description classRemoteProxyControllerRemoteProxyControllerimplementation.
-