oemware.core.net
Interface DatagramMessageFilter


public interface DatagramMessageFilter

The message filter interface. Allows for pre-processing logic to be inserted.

Version:
$Id: DatagramMessageFilter.java 13 2008-06-15 19:43:04Z oemware $

Method Summary
 boolean execute(DatagramMessage pDatagramMessage)
          Called to execute the filter.
 

Method Detail

execute

boolean execute(DatagramMessage pDatagramMessage)
Called to execute the filter.

Parameters:
pDatagramMessage - The message.
Returns:
True if the operation should continue.


Copyright © 2008 Deft Labs - Released under LGPL, Version 3.0