Uses of Class
org.objectweb.perseus.distribution.api.NotCoordinatorException

Packages that use NotCoordinatorException
org.objectweb.perseus.distribution.api   
org.objectweb.perseus.distribution.jgroups   
 

Uses of NotCoordinatorException in org.objectweb.perseus.distribution.api
 

Methods in org.objectweb.perseus.distribution.api that throw NotCoordinatorException
 void DistResCoordinatorService.sendToAllUsers(java.lang.Object resId, java.io.Serializable message)
          Asynchronously broadcasts a message to ALL users of a resource.
 void DistResCoordinatorService.sendToUser(java.lang.Object resId, java.io.Serializable message, java.lang.Object nodeId)
          Asynchronously sends a message to ONE user of a resource.
 void DistResCoordinatorService.sendToUsers(java.lang.Object resId, java.io.Serializable message, java.util.Set nodeIds)
          Asynchronously multicasts a message to A SET OF users of a resource.
 void DistResControllerService.migrateCoordinationFrom(java.lang.Object resId, java.io.Serializable nodeId)
          Migrates the coordination of a resource from a remote node to the local one.
 void DistResControllerService.copyCoordinationFrom(java.lang.Object resId, java.io.Serializable nodeId)
          Replicates the coordination of a resource from a remote node to the local one.
 

Uses of NotCoordinatorException in org.objectweb.perseus.distribution.jgroups
 

Methods in org.objectweb.perseus.distribution.jgroups that throw NotCoordinatorException
 void JGroupsCoordinatorService.sendToAllUsers(java.lang.Object rId, java.io.Serializable message)
           
 void JGroupsCoordinatorService.sendToUser(java.lang.Object rId, java.io.Serializable message, java.lang.Object user)
           
 void JGroupsCoordinatorService.sendToUsers(java.lang.Object rId, java.io.Serializable message, java.util.Set users)
           
 void JGroupsControllerService.migrateCoordinationFrom(java.lang.Object rId, java.io.Serializable nodeId)
           
 void JGroupsControllerService.copyCoordinationFrom(java.lang.Object rId, java.io.Serializable nodeId)
           
 void JGroupsControllerService.copyCoordinationTo(java.lang.Object resId, java.lang.Object nodeId)
           
 



Copyright © 2000-2002 France Telecom S.A., INRIA, IMAG-LSR All Rights Reserved.