public class ServerToHostOperationHandlerFactoryService extends Object implements ManagementChannelInitialization, org.jboss.msc.service.Service<ManagementChannelInitialization>
HostControllerClient| Modifier and Type | Field and Description |
|---|---|
static org.jboss.msc.service.ServiceName |
SERVICE_NAME |
| Modifier and Type | Method and Description |
|---|---|
ManagementChannelInitialization |
getValue() |
static void |
install(org.jboss.msc.service.ServiceTarget serviceTarget,
org.jboss.msc.service.ServiceName serverInventoryName,
ExecutorService executorService,
ServerToHostProtocolHandler.OperationExecutor operationExecutor,
DomainController domainController,
ExpressionResolver expressionResolver,
File tempDir) |
void |
start(org.jboss.msc.service.StartContext context) |
ManagementChannelHandler |
startReceiving(org.jboss.remoting3.Channel channel) |
void |
stop(org.jboss.msc.service.StopContext context) |
public static void install(org.jboss.msc.service.ServiceTarget serviceTarget,
org.jboss.msc.service.ServiceName serverInventoryName,
ExecutorService executorService,
ServerToHostProtocolHandler.OperationExecutor operationExecutor,
DomainController domainController,
ExpressionResolver expressionResolver,
File tempDir)
public void start(org.jboss.msc.service.StartContext context)
throws org.jboss.msc.service.StartException
start in interface org.jboss.msc.Serviceorg.jboss.msc.service.StartExceptionpublic void stop(org.jboss.msc.service.StopContext context)
stop in interface org.jboss.msc.Servicepublic ManagementChannelInitialization getValue() throws IllegalStateException, IllegalArgumentException
getValue in interface org.jboss.msc.value.Value<ManagementChannelInitialization>IllegalStateExceptionIllegalArgumentExceptionpublic ManagementChannelHandler startReceiving(org.jboss.remoting3.Channel channel)
startReceiving in interface ManagementChannelInitializationCopyright © 2019 JBoss by Red Hat. All rights reserved.