Class DirectiveFilter
package: net.jxta.myjxta.dialog.filter
net.jxta.myjxta.dialog.filter.AbstractDialogFilter
  |
  +--net.jxta.myjxta.dialog.filter.DirectiveFilter
public class DirectiveFilter
Extends:
net.jxta.myjxta.dialog.filter.AbstractDialogFilter
Version:
$Id: DirectiveFilter.java,v 1.2 2005/04/29 06:18:55 gonzo Exp $
Author:
james todd [gonzo at jxta dot org]
Field Summary
private Group
private final static Logger
Constructor Summary
public
Method Summary
   If the msg text is a directive, then the direcive is processed and the supplied messages is discareded.
 
Field Detail
group
private Group group = null

LOG
private final static Logger LOG = Logger.getLogger(DirectiveFilter.class)
Constructor Detail
DirectiveFilter
public DirectiveFilter(Group group)
Method Detail
filter
public DialogMessage filter(DialogMessage msg)
If the msg text is a directive, then the direcive is processed and the supplied messages is discareded.
Parameters:
msg the newly received DialogMessage object
Return:
the, possibly invalidated, DialogMessage. The DialogMessage is invalidated if it is a processed directive.