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,ManagementRequestHandlerFactory
public class RemotingModelControllerClient extends AbstractModelControllerClient
ModelControllerClientbased on a RemotingEndpoint.- Author:
- Brian Stansberry (c) 2011 Red Hat Inc.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.jboss.as.protocol.mgmt.ManagementRequestHandlerFactory
ManagementRequestHandlerFactory.RequestHandlerChain
-
Nested classes/interfaces inherited from interface org.jboss.as.controller.client.ModelControllerClient
ModelControllerClient.Factory
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()static RemotingModelControllerClientcreate(ModelControllerClientConfiguration configuration)protected ManagementChannelAssociationgetChannelAssociation()Get the mgmt channel association.protected org.jboss.remoting3.ChannelgetOrCreateChannel()-
Methods inherited from class org.jboss.as.controller.client.impl.AbstractModelControllerClient
execute, execute, execute, execute, executeAsync, executeAsync, executeOperation, executeOperationAsync, executeRequest, resolveHandler
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.jboss.as.controller.client.ModelControllerClient
executeAsync, executeAsync
-
-
-
-
Method Detail
-
create
public static RemotingModelControllerClient create(ModelControllerClientConfiguration configuration)
-
getChannelAssociation
protected ManagementChannelAssociation getChannelAssociation() throws IOException
Description copied from class:AbstractModelControllerClientGet the mgmt channel association.- Specified by:
getChannelAssociationin classAbstractModelControllerClient- Returns:
- the channel association
- Throws:
IOException
-
close
public void close() throws IOException- Throws:
IOException
-
getOrCreateChannel
protected org.jboss.remoting3.Channel getOrCreateChannel() throws IOException- Throws:
IOException
-
-