Remove initTransactionalState, renamed init and shutdown

This commit is contained in:
Viktor Klang 2010-09-13 11:08:43 +02:00
parent c7b555f81e
commit ceff8bd9e8
35 changed files with 83 additions and 83 deletions

View file

@ -398,7 +398,7 @@ class RemoteServerHandler(
applicationLoader.foreach(MessageSerializer.setClassLoader(_))
/**
* ChannelOpen overridden to store open channels for a clean shutdown of a RemoteServer.
* ChannelOpen overridden to store open channels for a clean postStop of a RemoteServer.
* If a channel is closed before, it is automatically removed from the open channels group.
*/
override def channelOpen(ctx: ChannelHandlerContext, event: ChannelStateEvent) = openChannels.add(ctx.getChannel)