Uses of Interface
org.jboss.as.protocol.mgmt.support.ManagementChannelShutdownHandle
-
Packages that use ManagementChannelShutdownHandle Package Description org.jboss.as.protocol.mgmt org.jboss.as.protocol.mgmt.support -
-
Uses of ManagementChannelShutdownHandle in org.jboss.as.protocol.mgmt
Classes in org.jboss.as.protocol.mgmt that implement ManagementChannelShutdownHandle Modifier and Type Class Description classAbstractMessageHandlerBase class forManagementMessageHandlerimplementations.classManagementChannelHandlerGeneric management channel handler allowing to assemble multipleManagementRequestHandlerFactoryper channel. -
Uses of ManagementChannelShutdownHandle in org.jboss.as.protocol.mgmt.support
Methods in org.jboss.as.protocol.mgmt.support that return ManagementChannelShutdownHandle Modifier and Type Method Description ManagementChannelShutdownHandleManagementChannelInitialization. startReceiving(org.jboss.remoting3.Channel channel)Initialize the channel receiver and start receiving requests.
-