org.overlord.bam.activity.server
Interface ActivityNotifier

All Known Implementing Classes:
EPNActivityNotifier

public interface ActivityNotifier

This interface represents a component that should be notified when an activity occurs.


Method Summary
 void notify(List<ActivityUnit> activities)
          This method notifies when a list of activity events have been reported.
 

Method Detail

notify

void notify(List<ActivityUnit> activities)
            throws Exception
This method notifies when a list of activity events have been reported.

Parameters:
activities - The activities
Throws:
Exception - Failed to notify


Copyright © 2012. All Rights Reserved.