|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DataBusinessHandler | |
|---|---|
| goldengate.ftp.core.config | Classes implementing configuration |
| goldengate.ftp.core.data.handler | Classes implementing Data connections
The internal logic is the following: When a connection is opened for data network: It first tries to find the corresponding session setup from the control connection. |
| goldengate.ftp.simpleimpl.config | Simple configuration example. |
| goldengate.ftp.simpleimpl.data | Simple FTP server example of data business. |
| Uses of DataBusinessHandler in goldengate.ftp.core.config |
|---|
| Fields in goldengate.ftp.core.config with type parameters of type DataBusinessHandler | |
|---|---|
Class<? extends DataBusinessHandler> |
FtpConfiguration.dataBusinessHandler
Which class will be used for DataBusinessHandler |
| Methods in goldengate.ftp.core.config that return types with arguments of type DataBusinessHandler | |
|---|---|
Class<? extends DataBusinessHandler> |
FtpConfiguration.getDataBusinessHandler()
|
| Constructor parameters in goldengate.ftp.core.config with type arguments of type DataBusinessHandler | |
|---|---|
FtpConfiguration(Class<?> classtype,
Class<? extends BusinessHandler> businessHandler,
Class<? extends DataBusinessHandler> dataBusinessHandler,
goldengate.common.file.FileParameterInterface fileParameter)
Simple constructor |
|
| Uses of DataBusinessHandler in goldengate.ftp.core.data.handler |
|---|
| Methods in goldengate.ftp.core.data.handler that return DataBusinessHandler | |
|---|---|
DataBusinessHandler |
DataNetworkHandler.getDataBusinessHandler()
|
| Constructors in goldengate.ftp.core.data.handler with parameters of type DataBusinessHandler | |
|---|---|
DataNetworkHandler(FtpConfiguration configuration,
DataBusinessHandler handler,
boolean active)
Constructor from DataBusinessHandler |
|
| Constructor parameters in goldengate.ftp.core.data.handler with type arguments of type DataBusinessHandler | |
|---|---|
FtpDataPipelineFactory(Class<? extends DataBusinessHandler> dataBusinessHandler,
FtpConfiguration configuration,
boolean active)
Constructor which Initializes some data |
|
| Uses of DataBusinessHandler in goldengate.ftp.simpleimpl.config |
|---|
| Constructor parameters in goldengate.ftp.simpleimpl.config with type arguments of type DataBusinessHandler | |
|---|---|
FileBasedConfiguration(Class<?> classtype,
Class<? extends BusinessHandler> businessHandler,
Class<? extends DataBusinessHandler> dataBusinessHandler,
goldengate.common.file.FileParameterInterface fileParameter)
|
|
| Uses of DataBusinessHandler in goldengate.ftp.simpleimpl.data |
|---|
| Subclasses of DataBusinessHandler in goldengate.ftp.simpleimpl.data | |
|---|---|
class |
FileSystemBasedDataBusinessHandler
DataBusinessHandler implementation based on Simple Filesystem |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||