org.tm4j.net .LocatorFactoryBase

Description

A basic implementation of the LocatorFactory interface with the createLocator() method implemented.

Inheritance Hierarchy

Interfaces

Method Summary
Locator createLocator(java.lang.String notation,java.lang.String address)
Creates a new locator.
java.lang.Class getImplementation(java.lang.String notation)
Retrieves the implementation class associated with the specified notation.
void registerImplementation(java.lang.String notation,java.lang.Class cls)
void registerImplementation(java.lang.String notation,java.lang.String className)
Registers a locator implementation.
void removeImplementation(java.lang.Class cls)
void removeImplementation(java.lang.String className)
Unregisters a locator implementation.

Related Topics

Imports
Is Contained By