com.genesyslab.soa.event
Class NotifyServiceProxy
java.lang.Object
com.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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NotifyServiceProxy
public NotifyServiceProxy(NotifyService notifyService,
int rmiPort)
throws java.rmi.RemoteException
NotifyServiceProxy
public NotifyServiceProxy(NotifyService notifyService,
boolean iiop_mode)
throws java.rmi.RemoteException
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()