Uses of Interface
jgroup.core.View

Packages that use View
jgroup.arm This package contains the implementation of the Autonomous Replication Management (ARM) framework. 
jgroup.core   
jgroup.core.arm   
jgroup.core.multicast   
jgroup.relacs.config   
jgroup.relacs.events   
jgroup.relacs.gm   
jgroup.relacs.gmi   
jgroup.relacs.registry   
jgroup.relacs.rmi   
jgroup.relacs.types   
jgroup.upgrade   
jgroup.util.log   
 

Uses of View in jgroup.arm
 

Methods in jgroup.arm with parameters of type View
 void RecoveryLayer.viewChange(View view)
          Upcall that is invoked by the MembershipLayer when a view change occur in this replica's object group.
 void ReplicaManagerImpl.viewChange(View view)
          View change for the replication manager group; set the leader replica, and ensure that the grouptable is correctly updated with respect to this view change from the RM group.
 

Uses of View in jgroup.core
 

Methods in jgroup.core with parameters of type View
 MemberId[] View.commonMembers(View view)
          Returns an array of MemberIds that are common to this view and the provided view.
 boolean View.containsAll(View view)
          Returns true if this view contains all members of the provided view.
 boolean View.hasSameMembers(View prevView)
          Returns true if this view has exactly the same members are the provided view.
 MemberId[] View.newMembers(View previousView)
          Returns an array of MemberIds that are new to this view; that is they were not in the previous view.
 MemberId[] View.oldMembers(View previousView)
          Returns an array of MemberIds that are not longer part of this view; that is they were members of the previous view but are no longer members of the this view.
 void MemberTable.viewChange(View view)
          Update the information in the table with the information maintained in the new view.
 void MembershipListener.viewChange(View view)
          Upcall invoked on members implementing the MembershipListener interface, when a view change occurs.
 

Uses of View in jgroup.core.arm
 

Methods in jgroup.core.arm with parameters of type View
 void DistributionScheme.viewChangeEvent(View view)
          Update the distribution scheme according to the specified view for the given application.
 

Uses of View in jgroup.core.multicast
 

Methods in jgroup.core.multicast with parameters of type View
 void AckListener.notifyView(View view)
          Upcalls invoked by Jgroup to notify the ack listener about the view in which the multicast message is delivered.
 

Uses of View in jgroup.relacs.config
 

Methods in jgroup.relacs.config that return View
 View AppConfig.getView()
          Returns the current view of this application, which may be an empty view in case the application has not installed any views yet.
 

Methods in jgroup.relacs.config with parameters of type View
 void AppConfig.viewChange(View view)
          Update this application group's view and set of view hosts.
 

Uses of View in jgroup.relacs.events
 

Methods in jgroup.relacs.events that return View
 View InstallEvent.getView()
          Returns the view to be installed
 

Constructors in jgroup.relacs.events with parameters of type View
InstallEvent(int gid, View view, int hostIndex, int memberIndex)
          Constructs a new view to be installed.
 

Uses of View in jgroup.relacs.gm
 

Methods in jgroup.relacs.gm with parameters of type View
 void MergingLayer.viewChange(View view)
           
 void TimestampLayer.viewChange(View view)
           
 void TotalOrderLayer.viewChange(View view)
           
 void NotifyLayer.viewChange(View view)
          The viewChange() method is invoked on the whole server group when a view change occur.
 

Uses of View in jgroup.relacs.gmi
 

Methods in jgroup.relacs.gmi with parameters of type View
 void GroupAckListenerOld.notifyView(View view)
           
 void GroupAckListener.notifyView(View view)
           
 void GroupEndPoint.updateClientView(View view)
          Update the client-side side member list according to the given view.
 void JeriEGMILayer.viewChange(View view)
          Notify the invocation dispatcher and the request handler of the most recent server-side view identifier.
 

Constructors in jgroup.relacs.gmi with parameters of type View
InvocationResult(java.lang.reflect.Method m, java.lang.Object[] args, java.lang.Object o, View serverView, long clientViewId)
          Invokes method m on object o with the provided arguments.
 

Uses of View in jgroup.relacs.registry
 

Methods in jgroup.relacs.registry with parameters of type View
 void RegistryLayer.viewChange(View view)
          Bind the local server with the dependable registry if: it has not already been bound, it is configured to auto bind and if the this view represents a fully replicated service view.
 void RegistryImpl.viewChange(View view)
           
 

Uses of View in jgroup.relacs.rmi
 

Methods in jgroup.relacs.rmi with parameters of type View
 void AsynchAckListener.notifyView(View view)
           
 void SynchAckListener.notifyView(View view)
           
 

Uses of View in jgroup.relacs.types
 

Classes in jgroup.relacs.types that implement View
 class ViewImpl
          This class implements the jgroup.core.View interface.
 

Methods in jgroup.relacs.types with parameters of type View
 MemberId[] ViewImpl.commonMembers(View view)
           
 boolean ViewImpl.containsAll(View view)
           
 boolean ViewImpl.hasSameMembers(View prevView)
           
 MemberId[] ViewImpl.newMembers(View previousView)
           
 MemberId[] ViewImpl.oldMembers(View previousView)
           
 

Constructors in jgroup.relacs.types with parameters of type View
ViewImpl(View v)
          Clones a view.
 

Uses of View in jgroup.upgrade
 

Methods in jgroup.upgrade with parameters of type View
 void UpgradeLayer.viewChange(View view)
          Upcall that is invoked by Jgroup when a view change occur in this replica's object group.
 

Uses of View in jgroup.util.log
 

Methods in jgroup.util.log that return View
 View ViewEvent.getView()
           
 

Constructors in jgroup.util.log with parameters of type View
ViewEvent(EventType type, View view)
           
 



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