Package org.jboss.as.controller
Interface LocalModelControllerClient
-
- All Superinterfaces:
AutoCloseable,Closeable,LocalModelControllerClient,ModelControllerClient
public interface LocalModelControllerClient extends LocalModelControllerClient
AModelControllerClientsubinterface that does not throwIOException. Used for clients that operate in the same VM as the targetModelControllerand hence are not subject to IO failures associated with remote calls.- Author:
- Brian Stansberry
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.jboss.as.controller.client.ModelControllerClient
ModelControllerClient.Factory
-
-
Method Summary
-
Methods inherited from interface org.jboss.as.controller.client.LocalModelControllerClient
close, execute, execute, execute, execute, executeOperation
-
Methods inherited from interface org.jboss.as.controller.client.ModelControllerClient
executeAsync, executeAsync, executeAsync, executeAsync, executeOperationAsync
-
-