com.genesyslab.soa.event
Class NotifyServiceProxy

java.lang.Object
  extended bycom.genesyslab.soa.event.NotifyServiceProxy
All Implemented Interfaces:
IService, NotifyService, java.rmi.Remote

public class NotifyServiceProxy
extends java.lang.Object
implements NotifyService

Title : NotifyServiceProxy Description : This . Copyright : Copyright (c) 2003 Compagny : Genesys Telecommunications Laboratories Inc.

Version:
1.0
Author:
Christian Foricher

Constructor Summary
NotifyServiceProxy(NotifyService notifyService, boolean iiop_mode)
           
NotifyServiceProxy(NotifyService notifyService, int rmiPort)
           
 
Method Summary
 NotifyService getNotifyService()
           
 void notifyEvents(java.lang.String subscriberId, Event[] events)
          Method called in notification mode.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NotifyServiceProxy

public NotifyServiceProxy(NotifyService notifyService,
                          int rmiPort)
                   throws java.rmi.RemoteException

NotifyServiceProxy

public NotifyServiceProxy(NotifyService notifyService,
                          boolean iiop_mode)
                   throws java.rmi.RemoteException
Method Detail

notifyEvents

public void notifyEvents(java.lang.String subscriberId,
                         Event[] events)
                  throws java.rmi.RemoteException
Description copied from interface: NotifyService
Method called in notification mode.

Specified by:
notifyEvents in interface NotifyService
Parameters:
subscriberId - The suscriber identifier.
events - Events sent.
Throws:
java.rmi.RemoteException

getNotifyService

public NotifyService getNotifyService()