org.jboss.cache.buddyreplication
Class JGroups26AddressLocator

java.lang.Object
  extended by org.jboss.cache.buddyreplication.JGroups26AddressLocator
All Implemented Interfaces:
AddressLocator
Direct Known Subclasses:
JGroups28AddressLocator

public class JGroups26AddressLocator
extends java.lang.Object
implements AddressLocator

Address locator that has no knowledge of the new JGroups PhysicalAddress interface

Since:
3.2.0
Author:
Manik Surtani

Constructor Summary
JGroups26AddressLocator()
           
 
Method Summary
 java.net.InetAddress locate(org.jgroups.Channel c, org.jgroups.Address a)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JGroups26AddressLocator

public JGroups26AddressLocator()
Method Detail

locate

public java.net.InetAddress locate(org.jgroups.Channel c,
                                   org.jgroups.Address a)
Specified by:
locate in interface AddressLocator


Copyright © 2009 JBoss, a division of Red Hat. All Rights Reserved.