public class ModelControllerClientProxy extends Object
ModelControllerClient
used for easier jython consumption.Modifier and Type | Field and Description |
---|---|
ModelControllerClient |
client |
Constructor and Description |
---|
ModelControllerClientProxy(ModelControllerClient client)
Creates a proxy to wrap a
ModelControllerClient
to ease passing into python code. |
public ModelControllerClient client
public ModelControllerClientProxy(ModelControllerClient client)
ModelControllerClient
to ease passing into python code.client
- ModelControllerClient
being wrappedIllegalArgumentException
- if client
is null
public org.jboss.dmr.ModelNode execute(org.jboss.dmr.ModelNode request) throws IOException
IOException
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.