public final class SchedulerManagerFactory extends Object
SchedulerManager
objects.
Required configuration parameters:
SchedulerManagerFactory/className
: it must specify the full
class name of the class implementing SchedulerManager
.Modifier and Type | Method and Description |
---|---|
static SchedulerManager |
getManager(Context context)
Creation of a
SchedulerManager from the configuration
parameters. |
public static SchedulerManager getManager(Context context) throws AuthenticationException, ConnectException, InternalErrorException
SchedulerManager
from the configuration
parameters. This method uses the value of the configuration parameter
"SchedulerManagerFactory/className" as the full name of
a Java class and tries to instantiate that class as a
SchedulerManager
.
When the SchedulerManager
is instantiated, its environment
is initialized with the context supplied.context
- a context for locating and initializing the
SchedulerManager
.SchedulerManager
properly
initialized.AuthenticationException
- if an authentication error occurs.
Typically when the credentials supplied by the user
are invalid.ConnectException
- if a connection error occurs. Typically,
the connection was refused remotely.InternalErrorException
- if a severe error occurs.Copyright © 2021 Denodo Technologies. All rights reserved.