Uses of Interface
org.jgroups.stack.AddressGenerator

Packages that use AddressGenerator
org.jgroups Provides top-level public JGroups classes such as Channel, Message, etc. 
 

Uses of AddressGenerator in org.jgroups
 

Fields in org.jgroups declared as AddressGenerator
protected  AddressGenerator JChannel.address_generator
           
 

Methods in org.jgroups that return AddressGenerator
 AddressGenerator JChannel.getAddressGenerator()
          Returns the current AddressGenerator, or null if none is set
 

Methods in org.jgroups with parameters of type AddressGenerator
 void JChannel.setAddressGenerator(AddressGenerator address_generator)
          Sets the new AddressGenerator.
 



Copyright © 1998-2009 Bela Ban / Red Hat. All Rights Reserved.