goldengate.ftp.simpleimpl.data
Class FileSystemBasedDataBusinessHandler

java.lang.Object
  extended by goldengate.ftp.core.data.handler.DataBusinessHandler
      extended by goldengate.ftp.simpleimpl.data.FileSystemBasedDataBusinessHandler

public class FileSystemBasedDataBusinessHandler
extends DataBusinessHandler

DataBusinessHandler implementation based on Simple Filesystem

Author:
Frederic Bregier

Constructor Summary
FileSystemBasedDataBusinessHandler()
           
 
Method Summary
protected  void cleanSession()
          To Clean the session attached objects for Data Network
 void exceptionLocalCaught(org.jboss.netty.channel.ExceptionEvent e)
          Run when an exception is get before the channel is closed.
 void executeChannelClosed()
          Is executed when the channel is closed, just before the test on the finish status.
 void executeChannelConnected(org.jboss.netty.channel.Channel channel)
          Is executed when the channel is connected after the handler is on, before answering OK or not on connection, except if the global service is going to shutdown.
 
Methods inherited from class goldengate.ftp.core.data.handler.DataBusinessHandler
clear, getDataNetworkHandler, getFtpSession, setDataNetworkHandler, setFtpSession
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileSystemBasedDataBusinessHandler

public FileSystemBasedDataBusinessHandler()
Method Detail

cleanSession

protected void cleanSession()
Description copied from class: DataBusinessHandler
To Clean the session attached objects for Data Network

Specified by:
cleanSession in class DataBusinessHandler

exceptionLocalCaught

public void exceptionLocalCaught(org.jboss.netty.channel.ExceptionEvent e)
Description copied from class: DataBusinessHandler
Run when an exception is get before the channel is closed.

Specified by:
exceptionLocalCaught in class DataBusinessHandler

executeChannelClosed

public void executeChannelClosed()
Description copied from class: DataBusinessHandler
Is executed when the channel is closed, just before the test on the finish status.

Specified by:
executeChannelClosed in class DataBusinessHandler

executeChannelConnected

public void executeChannelConnected(org.jboss.netty.channel.Channel channel)
Description copied from class: DataBusinessHandler
Is executed when the channel is connected after the handler is on, before answering OK or not on connection, except if the global service is going to shutdown.

Specified by:
executeChannelConnected in class DataBusinessHandler


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