goldengate.commandexec.server
Class LocalExecServerPipelineFactory

java.lang.Object
  extended by goldengate.commandexec.server.LocalExecServerPipelineFactory
All Implemented Interfaces:
org.jboss.netty.channel.ChannelPipelineFactory
Direct Known Subclasses:
LocalExecSslServerPipelineFactory

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

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


Constructor Summary
LocalExecServerPipelineFactory()
          Constructor with default delay
LocalExecServerPipelineFactory(long newdelay)
          Constructor with a specific default delay
 
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

LocalExecServerPipelineFactory

public LocalExecServerPipelineFactory()
Constructor with default delay


LocalExecServerPipelineFactory

public LocalExecServerPipelineFactory(long newdelay)
Constructor with a specific default delay

Parameters:
newdelay -
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.