public class CLIModelControllerClient extends AbstractModelControllerClient implements AwaiterModelControllerClient
ModelControllerClient.Factory| Modifier and Type | Method and Description |
|---|---|
void |
awaitClose(boolean awaitClose) |
void |
close() |
void |
ensureConnected(long timeoutMillis) |
org.jboss.dmr.ModelNode |
execute(org.jboss.dmr.ModelNode operation,
boolean awaitClose) |
protected org.jboss.as.protocol.mgmt.ManagementChannelAssociation |
getChannelAssociation() |
protected org.jboss.remoting3.Channel |
getOrCreateChannel() |
boolean |
isConnected() |
execute, execute, execute, execute, executeAsync, executeAsync, executeOperation, executeOperationAsync, executeRequest, resolveHandlerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexecuteAsync, executeAsyncprotected org.jboss.as.protocol.mgmt.ManagementChannelAssociation getChannelAssociation()
throws IOException
getChannelAssociation in class AbstractModelControllerClientIOExceptionprotected org.jboss.remoting3.Channel getOrCreateChannel()
throws IOException
IOExceptionpublic boolean isConnected()
isConnected in interface AwaiterModelControllerClientpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableIOExceptionpublic org.jboss.dmr.ModelNode execute(org.jboss.dmr.ModelNode operation,
boolean awaitClose)
throws IOException
execute in interface AwaiterModelControllerClientIOExceptionpublic void awaitClose(boolean awaitClose)
throws IOException
awaitClose in interface AwaiterModelControllerClientIOExceptionpublic void ensureConnected(long timeoutMillis)
throws CommandLineException,
IOException
ensureConnected in interface AwaiterModelControllerClientCommandLineExceptionIOExceptionCopyright © 2018 JBoss by Red Hat. All rights reserved.