org.tm4j.net.LocatorFactoryBase .removeImplementation(java.lang.String className)

Description

Unregisters a locator implementation. After the implementation is registered with the factory, a locator using this implementation can no longer be created by invoking #createLocator(String, String).

Parameters
java.lang.String className the fully-qualified name of the class that represents the locator implementation to be removed. If this class has not yet been registered, it is silently ignored.

Throws

Other Resources

Related Topics

Has Parameters