Uses of Interface
org.jboss.as.controller.BlockingTimeout
-
Packages that use BlockingTimeout Package Description org.jboss.as.controller org.jboss.as.controller.remote -
-
Uses of BlockingTimeout in org.jboss.as.controller
Methods in org.jboss.as.controller that return BlockingTimeout Modifier and Type Method Description static 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 BlockingTimeout Modifier and Type Method Description voidProxyController. 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 BlockingTimeout Modifier and Type Method Description voidRemoteProxyController. 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.
-