com.genesyslab.soa.event
Interface NotifyService

All Superinterfaces:
IService, java.rmi.Remote
All Known Subinterfaces:
NotifyService
All Known Implementing Classes:
NotifyServiceProxy

public interface NotifyService
extends IService

Version:
1.0
Author:
Christian Foricher

Method Summary
 void notifyEvents(java.lang.String subscriberId, Event[] events)
          Method called in notification mode.
 

Method Detail

notifyEvents

public void notifyEvents(java.lang.String subscriberId,
                         Event[] events)
                  throws java.rmi.RemoteException
Method called in notification mode.

Parameters:
subscriberId - The suscriber identifier.
events - Events sent.
Throws:
java.rmi.RemoteException