oemware.core.net
Class ShutdownMessageHandler

java.lang.Object
  extended by oemware.core.net.ShutdownMessageHandler
All Implemented Interfaces:
DatagramMessageHandler

public final class ShutdownMessageHandler
extends java.lang.Object
implements DatagramMessageHandler

The shutdown message handler.


Constructor Summary
ShutdownMessageHandler()
           
 
Method Summary
 boolean execute(DatagramMessage pDatagramMessage)
          Called to execute the handler.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShutdownMessageHandler

public ShutdownMessageHandler()
Method Detail

execute

public boolean execute(DatagramMessage pDatagramMessage)
Called to execute the handler.

Specified by:
execute in interface DatagramMessageHandler
Parameters:
pDatagramMessage - The message.
Returns:
True if the buffer should be written.


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