org.ikasan.framework.monitor
Class AbstractMonitorListener

java.lang.Object
  extended by org.ikasan.framework.monitor.AbstractMonitorListener
All Implemented Interfaces:
MonitorListener
Direct Known Subclasses:
MonitorEmailNotifier, MonitorJNDINotifier

public abstract class AbstractMonitorListener
extends Object
implements MonitorListener

Ikasan Abstract monitor listener.

Author:
Ikasan Development Team

Constructor Summary
AbstractMonitorListener(String name)
          Constructor
 
Method Summary
 String getName()
          Getter for monitor listener name
abstract  void notify(String state)
          Notification of a change
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractMonitorListener

public AbstractMonitorListener(String name)
Constructor

Parameters:
name - The name of the monitor
Method Detail

getName

public String getName()
Description copied from interface: MonitorListener
Getter for monitor listener name

Specified by:
getName in interface MonitorListener
Returns:
String

notify

public abstract void notify(String state)
Description copied from interface: MonitorListener
Notification of a change

Specified by:
notify in interface MonitorListener
Parameters:
state - The change


Copyright © 2007-2012 Ikasan. All Rights Reserved.