public class MetaPropertyValueFormatterRegistry extends GenericService
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_VERSION
Class version string
|
ServiceMap |
mValueFormatterMap
Property valueFormatterMap
|
SERVICE_INFO_KEYDEFAULT_LOG_TRACE_STATUSDEFAULT_LOG_DEBUG_STATUS, DEFAULT_LOG_ERROR_STATUS, DEFAULT_LOG_INFO_STATUS, DEFAULT_LOG_WARNING_STATUS| Constructor and Description |
|---|
MetaPropertyValueFormatterRegistry() |
| Modifier and Type | Method and Description |
|---|---|
MetaPropertyValueFormatter |
get(java.lang.String pKey)
This method look into registry for MetaPropertyValueFormatter for pKey
|
ServiceMap |
getValueFormatterMap()
Returns registry of MetaPropertyValueFormatter objects.
|
void |
setValueFormatterMap(ServiceMap pValueFormatterMap)
Sets the registry of MetaPropertyValueFormatter objects.
|
addLogListener, createAdminServlet, doStartService, doStopService, getAbsoluteName, getAdminServlet, getAdminServletOutputStreamEncoding, getLoggingForVlogging, getLogListenerCount, getLogListeners, getName, getNameContext, getNucleus, getRoot, getServiceConfiguration, getServiceInfo, isAdminServletUseServletOutputStream, isLoggingDebug, isLoggingError, isLoggingInfo, isLoggingTrace, isLoggingWarning, isRunning, logDebug, logDebug, logDebug, logError, logError, logError, logInfo, logInfo, logInfo, logTrace, logTrace, logTrace, logWarning, logWarning, logWarning, nameContextElementBound, nameContextElementUnbound, removeLogListener, reResolveThis, resolveName, resolveName, resolveName, resolveName, sendLogEvent, setAdminServletOutputStreamEncoding, setAdminServletUseServletOutputStream, setLoggingDebug, setLoggingError, setLoggingInfo, setLoggingTrace, setLoggingWarning, setNucleus, setServiceInfo, startService, stopServicevlogDebug, vlogDebug, vlogDebug, vlogDebug, vlogDebugTrace, vlogError, vlogError, vlogError, vlogError, vlogInfo, vlogInfo, vlogInfo, vlogInfo, vlogTrace, vlogTrace, vlogTrace, vlogTrace, vlogWarning, vlogWarning, vlogWarning, vlogWarningpublic static java.lang.String CLASS_VERSION
public ServiceMap mValueFormatterMap
public ServiceMap getValueFormatterMap()
public void setValueFormatterMap(ServiceMap pValueFormatterMap)
pValueFormatterMap - registry of servicespublic MetaPropertyValueFormatter get(java.lang.String pKey)
pKey - property name