Uses of Interface
org.jboss.as.controller.ProxyController
Packages that use ProxyController
Package
Description
-
Uses of ProxyController in org.jboss.as.controller
Subinterfaces of ProxyController in org.jboss.as.controllerModifier and TypeInterfaceDescriptioninterfaceAProxyControllerwith transformation capabilities.Methods in org.jboss.as.controller with parameters of type ProxyControllerModifier and TypeMethodDescriptionintBlockingTimeout.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 -
Uses of ProxyController in org.jboss.as.controller.registry
Methods in org.jboss.as.controller.registry that return ProxyControllerModifier and TypeMethodDescriptionDelegatingImmutableManagementResourceRegistration.getProxyController(PathAddress address) DelegatingManagementResourceRegistration.getProxyController(PathAddress address) ImmutableManagementResourceRegistration.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 ProxyControllerModifier and TypeMethodDescriptionDelegatingImmutableManagementResourceRegistration.getProxyControllers(PathAddress address) DelegatingManagementResourceRegistration.getProxyControllers(PathAddress address) 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 ProxyControllerModifier and TypeMethodDescriptionvoidDelegatingManagementResourceRegistration.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