|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.services.StandardManager
wt.series.StandardSeriesService
Use the newStandardSeriesService
static factory method(s),
not the StandardSeriesService
constructor, to construct
instances of this class. Instances must be constructed using the static
factory(s), in order to ensure proper initialization of the instance.
Supported API: true
Extendable: false
Nested Class Summary | |
(package private) static class |
StandardSeriesService.SeriesCacheUpdater
|
Field Summary | |
private static String |
CLASSNAME
|
private static String |
RESOURCE
|
private static SeriesCache |
seriesCache
|
Fields inherited from class wt.services.StandardManager |
|
Fields inherited from interface wt.services.Manager |
MANAGER_SERVICE, STARTUP_AUTOMATIC, STARTUP_MANUAL, STATUS_EMERGENCY_SHUTDOWN, STATUS_EMERGENCY_SHUTTING_DOWN, STATUS_SHUTDOWN, STATUS_SHUTDOWN_ERRORS, STATUS_SHUTDOWN_FAILURE, STATUS_SHUTTING_DOWN, STATUS_STARTED, STATUS_STARTED_ERRORS, STATUS_STARTING_UP, STATUS_STARTUP_FAILURE |
Constructor Summary | |
StandardSeriesService()
|
Method Summary | |
void |
addSeries(SeriesTemplate series)
Supported API: true |
private static SeriesTemplate |
findSeries()
|
List |
getAllMaturityLevels(String series)
Supported API: true |
String |
getConceptualClassname()
Deprecated. |
int |
getMaturityIndex(String maturity)
Supported API: true |
private static SeriesCache |
getSeriesCache()
|
int |
getSeriesIndex(String series)
Supported API: true |
String |
getSeriesKey(String value)
Supported API: true |
List |
getValues(String series,
String maturity)
Supported API: true |
static StandardSeriesService |
newStandardSeriesService()
Default factory for the class. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
private static final String RESOURCE
private static final String CLASSNAME
private static SeriesCache seriesCache
Constructor Detail |
public StandardSeriesService()
Method Detail |
public String getConceptualClassname()
getConceptualClassname
in interface NetFactor
getConceptualClassname
in class StandardManager
public static StandardSeriesService newStandardSeriesService() throws WTException
WTException
public void addSeries(SeriesTemplate series) throws WTException, SeriesException
addSeries
in interface SeriesService
series
-
WTException
SeriesException
public List getValues(String series, String maturity) throws WTException, SeriesException
getValues
in interface SeriesService
series
- maturity
-
WTException
SeriesException
public int getMaturityIndex(String maturity) throws WTException, SeriesException
getMaturityIndex
in interface SeriesService
maturity
-
WTException
SeriesException
public int getSeriesIndex(String series) throws WTException, SeriesException
getSeriesIndex
in interface SeriesService
series
-
WTException
SeriesException
public String getSeriesKey(String value) throws WTException, SeriesException
getSeriesKey
in interface SeriesService
value
-
WTException
SeriesException
public List getAllMaturityLevels(String series) throws WTException, SeriesException
getAllMaturityLevels
in interface SeriesService
series
-
WTException
SeriesException
private static SeriesCache getSeriesCache()
private static SeriesTemplate findSeries() throws WTException
WTException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |