org.tm4j.net.LocatorFactory .removeImplementation(java.lang.Class implClass)

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.Class implClass the class that represents the locator implementation to be removed. If this class has not yet been registered, it is silently ignored.

Other Resources

Related Topics

Has Parameters