Class RemotingModelControllerClient
java.lang.Object
org.jboss.as.controller.client.impl.AbstractModelControllerClient
org.jboss.as.controller.client.impl.RemotingModelControllerClient
- All Implemented Interfaces:
Closeable,AutoCloseable,ModelControllerClient,org.jboss.as.protocol.mgmt.ManagementRequestHandlerFactory
ModelControllerClient based on a Remoting Endpoint.- Author:
- Brian Stansberry (c) 2011 Red Hat Inc.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.jboss.as.protocol.mgmt.ManagementRequestHandlerFactory
org.jboss.as.protocol.mgmt.ManagementRequestHandlerFactory.RequestHandlerChainNested classes/interfaces inherited from interface org.jboss.as.controller.client.ModelControllerClient
ModelControllerClient.Factory -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()create(ModelControllerClientConfiguration configuration) protected org.jboss.as.protocol.mgmt.ManagementChannelAssociationGet the mgmt channel association.protected org.jboss.remoting3.ChannelMethods inherited from class org.jboss.as.controller.client.impl.AbstractModelControllerClient
execute, execute, execute, execute, executeAsync, executeAsync, executeOperation, executeOperationAsync, executeRequest, resolveHandlerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jboss.as.controller.client.ModelControllerClient
executeAsync, executeAsync
-
Method Details
-
create
public static RemotingModelControllerClient create(ModelControllerClientConfiguration configuration) -
getChannelAssociation
protected org.jboss.as.protocol.mgmt.ManagementChannelAssociation getChannelAssociation() throws IOExceptionDescription copied from class:AbstractModelControllerClientGet the mgmt channel association.- Specified by:
getChannelAssociationin classAbstractModelControllerClient- Returns:
- the channel association
- Throws:
IOException
-
close
- Throws:
IOException
-
getOrCreateChannel
- Throws:
IOException
-