public class ChartLocator extends BaseLocator
ChartServiceManager
.Modifier and Type | Field and Description |
---|---|
static String |
CHART_SERVICE_MANAGER_DESCRIPTION
Chart manager description.
|
static String |
CHART_SERVICE_MANAGER_NAME
Chart manager name.
|
Constructor and Description |
---|
ChartLocator() |
Modifier and Type | Method and Description |
---|---|
static ChartLocator |
getInstance()
Return the singleton instance.
|
String |
getLocatorName()
Return the Locator's name.
|
static ChartServiceManager |
getServiceManager()
Returns the
ChartServiceManager registered |
static void |
registerServiceManager(Class<? extends ChartServiceManager> clazz)
Registers the Class implementing the ChartManager interface.
|
exists, get, getNames, register, register, register, register, registerDefault, registerDefault, toString
public static final String CHART_SERVICE_MANAGER_NAME
public static final String CHART_SERVICE_MANAGER_DESCRIPTION
public static ChartLocator getInstance()
public final String getLocatorName()
getLocatorName
in interface Locator
getLocatorName
in class BaseLocator
public static ChartServiceManager getServiceManager()
ChartServiceManager
registeredChartServiceManager
public static void registerServiceManager(Class<? extends ChartServiceManager> clazz)
clazz
- implementing the ChartManager interface