public abstract class TypeImplementationsManagerFactory
extends java.lang.Object
TypeImplementationsManager
class that is to be used by the JVM in which this application runs. It defaults to the ClientSideTypeImplementationsManager
, but can be assigned another value as long as the ImplementationsManagers have not been instantiated. The server side uses this facility.
(Implementation note : this facility is not supported through jars and the "service" entries of their manifests because then the application could not run without being jarred, which is problematic in development.)Modifier and Type | Field and Description |
---|---|
static java.lang.String |
typeImplementationsManagerClassName
The FQ class name of the type implementations manager.
|
public static java.lang.String typeImplementationsManagerClassName
TypeImplementationsManager
has been instantiated. The default is the ClientSideTypeImplementationsManager
factory.