org.ow2.petals.jbi.messaging.routing.monitoring
Interface RouterMonitorService

All Superinterfaces:
org.ow2.petals.jmx.api.IPetalsMonitoringService, RouterMonitorMBean
All Known Implementing Classes:
RouterMonitorServiceImpl

public interface RouterMonitorService
extends RouterMonitorMBean

Author:
rnaudin

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.ow2.petals.jmx.api.IPetalsMonitoringService
org.ow2.petals.jmx.api.IPetalsMonitoringService.Event, org.ow2.petals.jmx.api.IPetalsMonitoringService.EventType, org.ow2.petals.jmx.api.IPetalsMonitoringService.Exchange, org.ow2.petals.jmx.api.IPetalsMonitoringService.MEP, org.ow2.petals.jmx.api.IPetalsMonitoringService.NormalizedMessage, org.ow2.petals.jmx.api.IPetalsMonitoringService.NormalizedMessageType, org.ow2.petals.jmx.api.IPetalsMonitoringService.Role, org.ow2.petals.jmx.api.IPetalsMonitoringService.RouterMonitor, org.ow2.petals.jmx.api.IPetalsMonitoringService.Status
 
Method Summary
 void exchangeReceived(org.ow2.petals.jbi.messaging.exchange.MessageExchangeWrapper exchangeDecorator)
           
 void exchangeSent(org.ow2.petals.jbi.messaging.exchange.MessageExchangeWrapper exchangeDecorator)
           
 
Methods inherited from interface org.ow2.petals.jbi.messaging.routing.monitoring.RouterMonitorMBean
clearMonitorStorage, getExchange, getExchangeHistory, getExchangeIds, getExchangeIds, getExchanges, getMonitoredExchanges, getMonitorStorageDuration, monitorExchanges, setMonitorStorageDuration, unmonitorExchanges
 

Method Detail

exchangeSent

void exchangeSent(org.ow2.petals.jbi.messaging.exchange.MessageExchangeWrapper exchangeDecorator)

exchangeReceived

void exchangeReceived(org.ow2.petals.jbi.messaging.exchange.MessageExchangeWrapper exchangeDecorator)


Copyright © 2005-2011 Petals Link (EBM Websourcing). All Rights Reserved.