Class AbstractModelControllerOperationHandlerFactoryService

java.lang.Object
org.jboss.as.controller.remote.AbstractModelControllerOperationHandlerFactoryService
All Implemented Interfaces:
org.jboss.as.protocol.mgmt.support.ManagementChannelInitialization, org.jboss.msc.Service, org.jboss.msc.service.Service<AbstractModelControllerOperationHandlerFactoryService>, org.jboss.msc.value.Value<AbstractModelControllerOperationHandlerFactoryService>
Direct Known Subclasses:
ModelControllerClientOperationHandlerFactoryService

public abstract class AbstractModelControllerOperationHandlerFactoryService extends Object implements org.jboss.msc.service.Service<AbstractModelControllerOperationHandlerFactoryService>, org.jboss.as.protocol.mgmt.support.ManagementChannelInitialization
Service used to create operation handlers per incoming channel
Author:
Kabir Khan, Richard Opalka