Interface ManagementChannelInitialization
-
public interface ManagementChannelInitializationInitializes aChannel.Receiverfor receiving messages over management channels.- Author:
- Emanuel Muckenhuber
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ManagementChannelShutdownHandlestartReceiving(org.jboss.remoting3.Channel channel)Initialize the channel receiver and start receiving requests.
-
-
-
Method Detail
-
startReceiving
ManagementChannelShutdownHandle startReceiving(org.jboss.remoting3.Channel channel)
Initialize the channel receiver and start receiving requests.- Parameters:
channel- an opened channel- Returns:
- a handle to the receiver that can be used to coordinate a controlled shutdown
-
-