|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.joram.mom.dest.MonitoringAcquisition
public class MonitoringAcquisition
Field Summary | |
---|---|
private java.util.Vector |
elements
The various elements to monitor. |
Constructor Summary | |
---|---|
MonitoringAcquisition()
|
Method Summary | |
---|---|
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(java.util.Properties properties)
Configures the handler with the given properties. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private java.util.Vector elements
Constructor Detail |
---|
public MonitoringAcquisition()
Method Detail |
---|
public void retrieve(ReliableTransmitter transmitter) throws java.lang.Exception
AcquisitionHandler
AcquisitionModule
.
retrieve
in interface AcquisitionHandler
transmitter
- a transmitter used to transmit retrieved messages to the MOM
reliably.
java.lang.Exception
public void setProperties(java.util.Properties properties)
AcquisitionHandler
setProperties
in interface AcquisitionHandler
properties
- The new set of properties.public void close()
AcquisitionHandler
close
in interface AcquisitionHandler
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |