org.ow2.petals.component.framework.api.notification
Interface StatusListener

All Known Subinterfaces:
NotificationService

public interface StatusListener

This is a global listener for publisher and subscriber operations

Author:
chamerling - eBM WebSourcing

Method Summary
 void onException(Exception e)
           
 void onRegistered(com.ebmwebsourcing.wsstar.notification.definition.brokerednotification.api.RegisterPublisherResponse response)
           
 void onSubscribed(com.ebmwebsourcing.wsstar.notification.definition.basenotification.api.SubscribeResponse response)
           
 void onUnregistered(com.ebmwebsourcing.wsstar.notification.definition.brokerednotification.api.DestroyRegistrationResponse response)
           
 void onUnsubscribed(com.ebmwebsourcing.wsstar.notification.definition.basenotification.api.UnsubscribeResponse response)
           
 

Method Detail

onRegistered

void onRegistered(com.ebmwebsourcing.wsstar.notification.definition.brokerednotification.api.RegisterPublisherResponse response)
                  throws PEtALSCDKException
Throws:
PEtALSCDKException

onUnregistered

void onUnregistered(com.ebmwebsourcing.wsstar.notification.definition.brokerednotification.api.DestroyRegistrationResponse response)
                    throws PEtALSCDKException
Throws:
PEtALSCDKException

onSubscribed

void onSubscribed(com.ebmwebsourcing.wsstar.notification.definition.basenotification.api.SubscribeResponse response)
                  throws PEtALSCDKException
Throws:
PEtALSCDKException

onUnsubscribed

void onUnsubscribed(com.ebmwebsourcing.wsstar.notification.definition.basenotification.api.UnsubscribeResponse response)
                    throws PEtALSCDKException
Throws:
PEtALSCDKException

onException

void onException(Exception e)


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