Home
last modified time | relevance | path

Searched refs:formatMessage (Results 1 – 15 of 15) sorted by relevance

/titanic_41/usr/src/lib/libslp/javalib/com/sun/slp/
H A DServiceURLV1.java59 SLPConfig.getSLPConfig().formatMessage("v1_abstract_type", in ServiceURLV1()
67 SLPConfig.getSLPConfig().formatMessage("v1_not_surl", in ServiceURLV1()
H A DServiceURL.java120 SLPConfig.getSLPConfig().formatMessage("lifetime_error", in ServiceURL()
288 conf.formatMessage("url_char_error", in checkURLString()
480 SLPConfig.getSLPConfig().formatMessage("url_syntax_error", in parseURL()
490 SLPConfig.getSLPConfig().formatMessage("url_syntax_error", in parseURL()
H A DAssert.java58 String msg = conf.formatMessage(msgTag, params); in printMessageAndDie()
71 conf.formatMessage("null_parameter", new Object[] {param}); in nonNullParameter()
H A DServiceType.java191 SLPConfig.getSLPConfig().formatMessage("service_type_syntax", in validateTypeComponentInternal()
386 SLPConfig.getSLPConfig().formatMessage("service_type_syntax", in parse()
397 SLPConfig.getSLPConfig().formatMessage("service_type_syntax", in parse()
H A DServiceLocationAttribute.java369 conf.formatMessage("empty_string_value", in typeCheckValue()
377 conf.formatMessage("value_type_error", in typeCheckValue()
439 conf.formatMessage("type_mismatch_error", in verifyValueTypes()
449 conf.formatMessage("multivalued_boolean", in verifyValueTypes()
H A DServiceLocationException.java255 return conf.formatMessage(super.getMessage(), params); in getLocalizedMessage()
H A DCSrvDereg.java66 SLPConfig.getSLPConfig().formatMessage("empty_vector", in CSrvDereg()
H A DSLPConfig.java230 failed = formatMessage( in SLPConfig()
239 failed = formatMessage( in SLPConfig()
1620 String formatMessage(String msgTag, Object[] params) { in formatMessage() method in SLPConfig
1691 log.write(formatMessage(msgTag, params)); in writeLog()
1703 log.write(formatMessage(msgTag, params)); in writeLogLine()
H A DCSrvReg.java82 SLPConfig.getSLPConfig().formatMessage("not_an_attribute", in CSrvReg()
H A DSARequester.java186 config.formatMessage("null_or_empty_vector", in deleteAttributes()
H A DAuthBlock.java476 conf.formatMessage( in AuthBlock()
485 conf.formatMessage( in AuthBlock()
795 conf.formatMessage("null_or_empty_vector",
H A DSLPTemplateRegistry.java151 SLPConfig.getSLPConfig().formatMessage("template_lang_null", in registerServiceTemplate()
H A DSLPHeaderV2.java1096 SLPConfig.getSLPConfig().formatMessage("nonstring_tag", in escapeTags()
H A DServiceTable.java1621 msg = conf.formatMessage("no_message", new Object[0]); in reportException()
/titanic_41/usr/src/cmd/pools/poold/com/sun/solaris/service/logging/
H A DSysloglikeFormatter.java159 String message = formatMessage(record); in format()