com.xmatters.ibm.tivoli
Class AlarmPointNullHandler

java.lang.Object
  extended by psdi.iface.router.BaseRouterHandler
      extended by com.xmatters.ibm.tivoli.AlarmPointNullHandler
All Implemented Interfaces:
psdi.iface.router.RouterHandler

public class AlarmPointNullHandler
extends psdi.iface.router.BaseRouterHandler

Used to create a Handler that does nothing

Author:
bneate

Field Summary
 
Fields inherited from class psdi.iface.router.BaseRouterHandler
endPointPropVals, epName, metaData
 
Fields inherited from interface psdi.iface.router.RouterHandler
PASSWORD, USERNAME
 
Constructor Summary
AlarmPointNullHandler()
           
AlarmPointNullHandler(psdi.iface.mic.MaxEndPointInfo endPointInfo)
           
 
Method Summary
 java.util.List<psdi.iface.router.RouterPropsInfo> getProperties()
           
 byte[] invoke(java.util.Map<java.lang.String,?> metaData, byte[] data)
           
 
Methods inherited from class psdi.iface.router.BaseRouterHandler
getBooleanPropertyValue, getDatePropertyValue, getDoublePropertyValue, getIntPropertyValue, getLongPropertyValue, getOverrideValue, getPropertyValue, isOverridden, isPropertyOverridable
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AlarmPointNullHandler

public AlarmPointNullHandler()

AlarmPointNullHandler

public AlarmPointNullHandler(psdi.iface.mic.MaxEndPointInfo endPointInfo)
Method Detail

invoke

public byte[] invoke(java.util.Map<java.lang.String,?> metaData,
                     byte[] data)
              throws psdi.util.MXException
Specified by:
invoke in interface psdi.iface.router.RouterHandler
Overrides:
invoke in class psdi.iface.router.BaseRouterHandler
Throws:
psdi.util.MXException

getProperties

public java.util.List<psdi.iface.router.RouterPropsInfo> getProperties()