goldengate.commandexec.client
Class LocalExecClientPipelineFactory

java.lang.Object
  extended by goldengate.commandexec.client.LocalExecClientPipelineFactory
All Implemented Interfaces:
org.jboss.netty.channel.ChannelPipelineFactory
Direct Known Subclasses:
LocalExecSslClientPipelineFactory

public class LocalExecClientPipelineFactory
extends Object
implements org.jboss.netty.channel.ChannelPipelineFactory

Creates a newly configured ChannelPipeline for a new channel for LocalExecClientTest.


Constructor Summary
LocalExecClientPipelineFactory()
           
 
Method Summary
 void addChannel(org.jboss.netty.channel.Channel channel)
          Add a channel to the ExecClient Group
 org.jboss.netty.channel.ChannelPipeline getPipeline()
           
 void releaseResources()
          Release internal resources
 void removeChannel(org.jboss.netty.channel.Channel channel)
          remove a channel to the ExecClient Group
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocalExecClientPipelineFactory

public LocalExecClientPipelineFactory()
Method Detail

getPipeline

public org.jboss.netty.channel.ChannelPipeline getPipeline()
                                                    throws Exception
Specified by:
getPipeline in interface org.jboss.netty.channel.ChannelPipelineFactory
Throws:
Exception

addChannel

public void addChannel(org.jboss.netty.channel.Channel channel)
Add a channel to the ExecClient Group

Parameters:
channel -

removeChannel

public void removeChannel(org.jboss.netty.channel.Channel channel)
remove a channel to the ExecClient Group

Parameters:
channel -

releaseResources

public void releaseResources()
Release internal resources



Copyright © 2009-2012 Frederic Bregier. All Rights Reserved.