public class ExistingChannelModelControllerClient extends AbstractModelControllerClient
ModelControllerClient.FactoryManagementRequestHandlerFactory.RequestHandlerChain| Modifier | Constructor and Description |
|---|---|
protected |
ExistingChannelModelControllerClient(ManagementChannelHandler handler) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
static ModelControllerClient |
createAndAdd(ManagementChannelHandler handler)
Create and add model controller handler to an existing management channel handler.
|
static ModelControllerClient |
createReceiving(org.jboss.remoting3.Channel channel,
ExecutorService executorService)
Create a model controller client which is exclusively receiving messages on an existing channel.
|
protected ManagementChannelAssociation |
getChannelAssociation()
Get the mgmt channel association.
|
execute, execute, execute, execute, executeAsync, executeAsync, executeOperation, executeOperationAsync, executeRequest, resolveHandlerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexecuteAsync, executeAsyncprotected ExistingChannelModelControllerClient(ManagementChannelHandler handler)
protected ManagementChannelAssociation getChannelAssociation() throws IOException
AbstractModelControllerClientgetChannelAssociation in class AbstractModelControllerClientIOExceptionpublic void close()
throws IOException
IOExceptionpublic static ModelControllerClient createAndAdd(ManagementChannelHandler handler)
handler - the channel handlerpublic static ModelControllerClient createReceiving(org.jboss.remoting3.Channel channel, ExecutorService executorService)
channel - the channelexecutorService - an executorCopyright © 2019 JBoss by Red Hat. All rights reserved.