de.janrufmonitor.exception
Interface IPropagator


public interface IPropagator

This interface must be implemented by a propagator object which would be notified for exception handling.

Author:
Thilo Brandt

Method Summary
 String getID()
          Returns the ID of the propagator
 void propagate(Message m)
          Propagates a Message object to a propagator
 

Method Detail

propagate

void propagate(Message m)
Propagates a Message object to a propagator

Parameters:
m -

getID

String getID()
Returns the ID of the propagator

Returns:


Copyright © 2010 by Thilo Brandt. All Rights Reserved.