public class CLIModelControllerClient extends AbstractModelControllerClient
ModelControllerClient.Factory| Modifier and Type | Method and Description |
|---|---|
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, resolveHandlerprotected org.jboss.as.protocol.mgmt.ManagementChannelAssociation getChannelAssociation()
throws IOException
getChannelAssociation in class AbstractModelControllerClientIOExceptionprotected org.jboss.remoting3.Channel getOrCreateChannel()
throws IOException
IOExceptionpublic boolean isConnected()
public void close()
throws IOException
IOExceptionpublic org.jboss.dmr.ModelNode execute(org.jboss.dmr.ModelNode operation,
boolean awaitClose)
throws IOException
IOExceptionpublic void ensureConnected(long timeoutMillis)
throws CommandLineException
CommandLineExceptionCopyright © 2015 JBoss by Red Hat. All rights reserved.