org.ow2.dragon.service.wsdm
Class NotificationManagerImpl

java.lang.Object
  extended by org.ow2.dragon.service.wsdm.NotificationManagerImpl
All Implemented Interfaces:
NotificationManager

public class NotificationManagerImpl
extends java.lang.Object
implements NotificationManager

Author:
aruffie - eBM Websourcing

Constructor Summary
NotificationManagerImpl()
           
 
Method Summary
 EndpointDAO getEndpointDAO()
           
 QoSMetricDAO getQoSMetricDAO()
           
 TransfertObjectAssembler getTransfertObjectAssembler()
           
 void handleNotification(com.ebmwebsourcing.wsstar.dm.api.QoSMetrics metric, java.lang.String endpointRef)
           
 void setEndpointDAO(EndpointDAO endpointDAO)
           
 void setQoSMetricDAO(QoSMetricDAO qoSMetricDAO)
           
 void setTransfertObjectAssembler(TransfertObjectAssembler transfertObjectAssembler)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NotificationManagerImpl

public NotificationManagerImpl()
Method Detail

handleNotification

public void handleNotification(com.ebmwebsourcing.wsstar.dm.api.QoSMetrics metric,
                               java.lang.String endpointRef)
Specified by:
handleNotification in interface NotificationManager

getQoSMetricDAO

public QoSMetricDAO getQoSMetricDAO()

setQoSMetricDAO

public void setQoSMetricDAO(QoSMetricDAO qoSMetricDAO)

getTransfertObjectAssembler

public TransfertObjectAssembler getTransfertObjectAssembler()

setTransfertObjectAssembler

public void setTransfertObjectAssembler(TransfertObjectAssembler transfertObjectAssembler)

getEndpointDAO

public EndpointDAO getEndpointDAO()
Returns:
the endpointDAO

setEndpointDAO

public void setEndpointDAO(EndpointDAO endpointDAO)
Parameters:
endpointDAO - the endpointDAO to set


Copyright © 2008-2010 eBMWebsourcing. All Rights Reserved.