Uses of Interface
jgroup.View

Packages that use View
jgroup   
jgroup.multicast   
 

Uses of View in jgroup
 

Fields in jgroup declared as View
(package private)  View Make.v23
           
 

Methods in jgroup with parameters of type 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 the member when a view change occurs.
 

Uses of View in jgroup.multicast
 

Methods in jgroup.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.