org.tm4j.net
Class LocatorAdapter

java.lang.Object
  extended byorg.tm4j.net.LocatorAdapter
All Implemented Interfaces:
Locator

Deprecated. Not used.

public abstract class LocatorAdapter
extends java.lang.Object
implements Locator

An abstract base class for a locator, with the equals() method implemented.

Author:
Kal Ahmed

Constructor Summary
LocatorAdapter()
          Deprecated.  
 
Method Summary
 boolean equals(Locator other)
          Deprecated. Determines the equality of this Locator to other.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.tm4j.net.Locator
copy, getAddress, getFactory, getNotation, hashCode, initialise, resolveRelative, resolveRelative, setFactory
 

Constructor Detail

LocatorAdapter

public LocatorAdapter()
Deprecated. 
Method Detail

equals

public boolean equals(Locator other)
Deprecated. 
Determines the equality of this Locator to other.

Specified by:
equals in interface Locator
Returns:
true if the two locators are equal in class, notation and address, false otherwise.