Frames | No Frames |
Methods which throw type org.objectweb.perseus.distribution.api.NotCoordinatorException | |
void | JGroupsControllerService.copyCoordinationFrom(Object rId, Serializable nodeId) |
void | JGroupsControllerService.copyCoordinationTo(Object resId, Object nodeId) |
void | JGroupsControllerService.migrateCoordinationFrom(Object rId, Serializable nodeId) |
void | JGroupsCoordinatorService.sendToAllUsers(Object rId, Serializable message) |
void | JGroupsCoordinatorService.sendToUser(Object rId, Serializable message, Object user) |
void | JGroupsCoordinatorService.sendToUsers(Object rId, Serializable message, Set users) |
Methods which throw type org.objectweb.perseus.distribution.api.NotCoordinatorException | |
void | DistResControllerService.copyCoordinationFrom(Object resId, Serializable nodeId) Replicates the coordination of a resource from a remote node to the local
one. |
void | DistResControllerService.migrateCoordinationFrom(Object resId, Serializable nodeId) Migrates the coordination of a resource from a remote node to the local
one. |
void | DistResCoordinatorService.sendToAllUsers(Object resId, Serializable message) Asynchronously broadcasts a message to ALL users of a resource. |
void | DistResCoordinatorService.sendToUser(Object resId, Serializable message, Object nodeId) Asynchronously sends a message to ONE user of a resource. |
void | DistResCoordinatorService.sendToUsers(Object resId, Serializable message, Set nodeIds) Asynchronously multicasts a message to A SET OF users of a resource. |