Uses of Interface
org.jboss.as.controller.BlockingTimeout
Packages that use BlockingTimeout
-
Uses of BlockingTimeout in org.jboss.as.controller
Methods in org.jboss.as.controller that return BlockingTimeoutModifier and TypeMethodDescriptionstatic BlockingTimeoutBlockingTimeout.Factory.getDomainBlockingTimeout(OperationContext context) Gets any blocking timeout associated with the current context.static BlockingTimeoutBlockingTimeout.Factory.getProxyBlockingTimeout(OperationContext context) Gets any blocking timeout associated with the current context.Methods in org.jboss.as.controller with parameters of type BlockingTimeoutModifier and TypeMethodDescriptionvoidProxyController.execute(org.jboss.dmr.ModelNode operation, OperationMessageHandler handler, ProxyController.ProxyOperationControl control, OperationAttachments attachments, BlockingTimeout blockingTimeout) Execute an operation, sending updates to the given handler and receiving the response via the givenModelController.OperationTransactionControl. -
Uses of BlockingTimeout in org.jboss.as.controller.remote
Methods in org.jboss.as.controller.remote with parameters of type BlockingTimeoutModifier and TypeMethodDescriptionvoidRemoteProxyController.execute(org.jboss.dmr.ModelNode original, OperationMessageHandler messageHandler, ProxyController.ProxyOperationControl control, OperationAttachments attachments, BlockingTimeout blockingTimeout) Execute an operation, sending updates to the given handler and receiving the response via the givenModelController.OperationTransactionControl.