de.mud.jta.event
Class EndOfRecordRequest

java.lang.Object
  |
  +--de.mud.jta.event.EndOfRecordRequest
All Implemented Interfaces:
PluginMessage

public class EndOfRecordRequest
extends java.lang.Object
implements PluginMessage

Notification of the end of record event

Maintainer: Marcus Meissner

Version:
$Id: EndOfRecordRequest.java,v 1.4 2002/05/06 07:24:20 leo Exp $
Author:
Matthias L. Jugel, Marcus Meißner

Constructor Summary
EndOfRecordRequest()
          Create a new local echo request with the specified value.
 
Method Summary
 java.lang.Object firePluginMessage(PluginListener pl)
          Notify all listeners about the end of record message
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EndOfRecordRequest

public EndOfRecordRequest()
Create a new local echo request with the specified value.

Method Detail

firePluginMessage

public java.lang.Object firePluginMessage(PluginListener pl)
Notify all listeners about the end of record message

Specified by:
firePluginMessage in interface PluginMessage
Parameters:
pl - the list of plugin message listeners
Returns:
always null