Uses of Class
jgroup.relacs.events.Event

Packages that use Event
jgroup.relacs.daemon   
jgroup.relacs.events   
jgroup.relacs.gm   
jgroup.relacs.mss   
 

Uses of Event in jgroup.relacs.daemon
 

Methods in jgroup.relacs.daemon with parameters of type Event
 void Daemon.addEvent(Event event)
          Adds an event generated by a member to the local queue of events.
static boolean DaemonInteraction.addEvent(Event event)
          Adds an event generated by a member to the daemon's event queue.
 void DaemonService.addEvent(Event event)
          Adds an event generated by a member to the local queue of events.
static boolean DaemonInteraction.addEvent(jgroup.relacs.daemon.MemberData member, Event event)
          Adds an event generated by the daemon to given (local) member's event queue.
 void Daemon.localReceive(Event event)
          Handles a message received by a local member.
 

Uses of Event in jgroup.relacs.events
 

Subclasses of Event in jgroup.relacs.events
 class DaemonFailureEvent
          The DaemonFailureEvent class represents a local message exchanged between the dispatcher and the dispatcher listener.
 class DeliveryAck
          The DeliveryAck class represents a local message exchanged between members and the daemon; it is used by the member to notify the daemon that a message has been successfully delivered.
 class DeliveryEvent
          The DeliveryEvent class represents a local message exchanged between members and the daemon; it is used by a daemon to notify members that a message is ready to be delivered.
 class InstallAck
          The DeliveryAck class represents a local message exchanged between members and the daemon; it is used by the member to notify the daemon that a view has been successfully installed.
 class InstallEvent
          The InstallEvent class represents a local message exchanged between members and the daemon; it is used by a daemon to notify members about a view to be installed.
 class JoinRequest
          The JoinRequest class represents a local message exchange between members and the daemon; it is used by the member to notify the daemon of a join request from the specified member.
 class LeaveRequest
          The LeaveRequest class represents a local message exchange between members and the daemon; it is used by the member to notify the daemon of a leave request from the specified member.
 class MemberLeftEvent
          The MemberLeftEvent class represents a local message exchanged between members and the daemon; it is used by the daemon to notify the member that it has successfully left the group.
 class MulticastRequest
          This class represents a local message exchanged between members and the daemon.
 class PrepareAck
          The PrepareAck class represents a local message exchanged between members and the daemon; it is used by local members to notify the daemon that it has notified its membership listener(s) that a new view is to be installed.
 class PrepareEvent
          The PrepareEvent class represents a local message exchanged between members and the daemon; it is used by a daemon to notify members that a new view is about to be installed.
 

Uses of Event in jgroup.relacs.gm
 

Methods in jgroup.relacs.gm with parameters of type Event
 void NewDispatcherLayer.addEvent(Event event)
           
 void RemoteDispatcher.addEvent(Event event)
          Receives and stores a message from daemon
 void MembershipLayer.notifyEvent(Event event)
           
 void MulticastLayer.notifyEvent(Event event)
           
 void DispatcherListener.notifyEvent(Event event)
          This method is invoked by a dispatcher to notify a listener about an event.
 

Uses of Event in jgroup.relacs.mss
 

Methods in jgroup.relacs.mss with parameters of type Event
 void MssUser.localReceive(Event upcall)
          Invoked to notify the objects implementing this interface that a message from a local member has been received.
 void Mss.lreceive(Event event)
          Handles a message received by a local member
 void Mss.lsend(Event msg)
           
 



Copyright © 1998-2006 The Jgroup/ARM development team. All Rights Reserved.