Uses of Class
goldengate.ftp.core.control.BusinessHandler

Packages that use BusinessHandler
goldengate.ftp.core.config Classes implementing configuration 
goldengate.ftp.core.control Classes implementing Control connections. 
goldengate.ftp.core.session Classes implementing session 
goldengate.ftp.simpleimpl.config Simple configuration example. 
goldengate.ftp.simpleimpl.control Simple FTP server example of control business. 
 

Uses of BusinessHandler in goldengate.ftp.core.config
 

Fields in goldengate.ftp.core.config with type parameters of type BusinessHandler
 Class<? extends BusinessHandler> FtpConfiguration.businessHandler
          Which class will be used for BusinessHandler
 

Constructor parameters in goldengate.ftp.core.config with type arguments of type BusinessHandler
FtpConfiguration(Class<?> classtype, Class<? extends BusinessHandler> businessHandler, Class<? extends DataBusinessHandler> dataBusinessHandler, goldengate.common.file.FileParameterInterface fileParameter)
          Simple constructor
 

Uses of BusinessHandler in goldengate.ftp.core.control
 

Methods in goldengate.ftp.core.control that return BusinessHandler
 BusinessHandler NetworkHandler.getBusinessHandler()
           
 

Constructor parameters in goldengate.ftp.core.control with type arguments of type BusinessHandler
FtpPipelineFactory(Class<? extends BusinessHandler> businessHandler, FtpConfiguration configuration)
          Constructor which Initializes some data for Server only
 

Uses of BusinessHandler in goldengate.ftp.core.session
 

Methods in goldengate.ftp.core.session that return BusinessHandler
 BusinessHandler FtpSession.getBusinessHandler()
           
 

Constructors in goldengate.ftp.core.session with parameters of type BusinessHandler
FtpSession(FtpConfiguration configuration, BusinessHandler handler)
          Constructor
 

Uses of BusinessHandler in goldengate.ftp.simpleimpl.config
 

Constructor parameters in goldengate.ftp.simpleimpl.config with type arguments of type BusinessHandler
FileBasedConfiguration(Class<?> classtype, Class<? extends BusinessHandler> businessHandler, Class<? extends DataBusinessHandler> dataBusinessHandler, goldengate.common.file.FileParameterInterface fileParameter)
           
 

Uses of BusinessHandler in goldengate.ftp.simpleimpl.control
 

Subclasses of BusinessHandler in goldengate.ftp.simpleimpl.control
 class SimpleBusinessHandler
          BusinessHandler implementation that allows pre and post actions on any operations and specifically on transfer operations
 



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