Class FileChunkEvent
- java.lang.Object
-
- java.util.EventObject
-
- br.pucrio.tecgraf.soma.job.log.monitor.event.FileChunkEvent
-
- All Implemented Interfaces:
ResourceMonitorEvent,Serializable
public class FileChunkEvent extends EventObject implements ResourceMonitorEvent
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class java.util.EventObject
source
-
-
Constructor Summary
Constructors Constructor Description FileChunkEvent(FileChunk chunk)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectgetData()LonggetEndSeqnum()FileChunkgetSource()LonggetStartSeqnum()-
Methods inherited from class java.util.EventObject
toString
-
-
-
-
Constructor Detail
-
FileChunkEvent
public FileChunkEvent(FileChunk chunk)
-
-
Method Detail
-
getSource
public FileChunk getSource()
- Overrides:
getSourcein classEventObject
-
getData
public Object getData()
- Specified by:
getDatain interfaceResourceMonitorEvent
-
getStartSeqnum
public Long getStartSeqnum()
- Specified by:
getStartSeqnumin interfaceResourceMonitorEvent
-
getEndSeqnum
public Long getEndSeqnum()
- Specified by:
getEndSeqnumin interfaceResourceMonitorEvent
-
-