public class VoidAcquisitionHandler extends Object implements AcquisitionHandler
Constructor and Description |
---|
VoidAcquisitionHandler() |
Modifier and Type | Method and Description |
---|---|
void |
close()
Closes this handler and releases any system resources associated to it.
|
void |
retrieve(ReliableTransmitter transmitter)
Retrieves one or more message from an external source (e-mail, ftp, ...).
|
void |
setProperties(Properties properties)
Configures the handler with the given properties.
|
public void retrieve(ReliableTransmitter transmitter) throws Exception
AcquisitionHandler
AcquisitionModule
.retrieve
in interface AcquisitionHandler
transmitter
- a transmitter used to transmit retrieved messages to the MOM
reliably.Exception
AcquisitionHandler.retrieve(ReliableTransmitter)
public void setProperties(Properties properties)
AcquisitionHandler
setProperties
in interface AcquisitionHandler
properties
- The new set of properties.AcquisitionHandler.setProperties(Properties)
public void close()
AcquisitionHandler
close
in interface AcquisitionHandler
AcquisitionHandler.close()
Copyright © 2021 ScalAgent D.T.. All rights reserved.