com.arjuna.orbportability.logging
Interface orbportabilityI18NLogger
@MessageLogger(projectCode="ARJUNA")
public interface orbportabilityI18NLogger
i18n log messages for the orbportability module.
- Author:
- Jonathan Halliday (jonathan.halliday@redhat.com) 2010-06
Method Summary |
void |
fatal_ORBInfo_creationfailed(Throwable arg0)
|
String |
get_OA_uninitialsedorb()
|
void |
info_internal_utils_InitLoader_loading(String arg0,
String arg1)
|
void |
warn_common_Configuration_bindDefault_invalidbind(String arg0)
|
void |
warn_event_EventManager_forhandlethrewexception(String arg0,
String arg1,
Throwable arg2)
|
void |
warn_internal_orbspecific_oa_implementations(String arg0)
|
void |
warn_internal_utils_InitLoader_exception(String arg0,
Throwable arg1)
|
void |
warn_internal_utils_InitLoader_initfailed(String arg0,
String arg1)
|
void |
warn_OA_caughtexception(String arg0,
Throwable arg1)
|
void |
warn_OA_exceptioncaughtforobj(String arg0,
String arg1,
Throwable arg2)
|
void |
warn_OA_initialize()
|
void |
warn_OA_invalidpoa(String arg0,
String arg1)
|
void |
warn_OA_oanotinitialised()
|
void |
warn_Services_optionnotsupported(String arg0,
String arg1)
|
void |
warn_Services_servicenotfound(String arg0,
String arg1)
|
void |
warn_Services_suspectentry(String arg0,
String arg1)
|
void |
warn_Services_unexpectedexception(String arg0,
Throwable arg1)
|
void |
warn_Services_unsupportedoption(String arg0)
|
warn_OA_caughtexception
@Message(id=21001,
value="{0} caught exception whilst initialising Object Adapter.",
format=MESSAGE_FORMAT)
@LogMessage(level=WARN)
void warn_OA_caughtexception(String arg0,
@Cause
Throwable arg1)
warn_OA_exceptioncaughtforobj
@Message(id=21002,
value="{0}: exception caught for {1}",
format=MESSAGE_FORMAT)
@LogMessage(level=WARN)
void warn_OA_exceptioncaughtforobj(String arg0,
String arg1,
@Cause
Throwable arg2)
warn_OA_initialize
@Message(id=21003,
value="caught org.omg.CORBA.INITIALIZE whilst initialising Object Adapter. Check another ORB/service is not active on same port.",
format=MESSAGE_FORMAT)
@LogMessage(level=WARN)
void warn_OA_initialize()
warn_OA_invalidpoa
@Message(id=21004,
value="{0} - invalid POA: {1}",
format=MESSAGE_FORMAT)
@LogMessage(level=WARN)
void warn_OA_invalidpoa(String arg0,
String arg1)
warn_OA_oanotinitialised
@Message(id=21005,
value="OA.createPOA - createPOA called without OA being initialised",
format=MESSAGE_FORMAT)
@LogMessage(level=WARN)
void warn_OA_oanotinitialised()
get_OA_uninitialsedorb
@Message(id=21006,
value="OA.initPOA called without initialised ORB.",
format=MESSAGE_FORMAT)
String get_OA_uninitialsedorb()
fatal_ORBInfo_creationfailed
@Message(id=21010,
value="ORBInfo ORB specific class creation failed with exception",
format=MESSAGE_FORMAT)
@LogMessage(level=FATAL)
void fatal_ORBInfo_creationfailed(@Cause
Throwable arg0)
warn_Services_optionnotsupported
@Message(id=21013,
value="{0} - {1} option not supported by ORB.",
format=MESSAGE_FORMAT)
@LogMessage(level=WARN)
void warn_Services_optionnotsupported(String arg0,
String arg1)
warn_Services_servicenotfound
@Message(id=21015,
value="Services.getService - could not find service: {0} in configuration file: {1}",
format=MESSAGE_FORMAT)
@LogMessage(level=WARN)
void warn_Services_servicenotfound(String arg0,
String arg1)
warn_Services_suspectentry
@Message(id=21016,
value="{0} Suspect entry in configuration file: {1}",
format=MESSAGE_FORMAT)
@LogMessage(level=WARN)
void warn_Services_suspectentry(String arg0,
String arg1)
warn_Services_unexpectedexception
@Message(id=21017,
value="{0} - caught unexpected exception",
format=MESSAGE_FORMAT)
@LogMessage(level=WARN)
void warn_Services_unexpectedexception(String arg0,
@Cause
Throwable arg1)
warn_Services_unsupportedoption
@Message(id=21018,
value="Services.getService - {0} option not supported by ORB.",
format=MESSAGE_FORMAT)
@LogMessage(level=WARN)
void warn_Services_unsupportedoption(String arg0)
warn_common_Configuration_bindDefault_invalidbind
@Message(id=21019,
value="{0} - invalid bind mechanism in properties file",
format=MESSAGE_FORMAT)
@LogMessage(level=WARN)
void warn_common_Configuration_bindDefault_invalidbind(String arg0)
warn_event_EventManager_forhandlethrewexception
@Message(id=21021,
value="{0} - for: {1} threw exception",
format=MESSAGE_FORMAT)
@LogMessage(level=WARN)
void warn_event_EventManager_forhandlethrewexception(String arg0,
String arg1,
@Cause
Throwable arg2)
warn_internal_orbspecific_oa_implementations
@Message(id=21023,
value="{0} called without root POA.",
format=MESSAGE_FORMAT)
@LogMessage(level=WARN)
void warn_internal_orbspecific_oa_implementations(String arg0)
warn_internal_utils_InitLoader_exception
@Message(id=21025,
value="Exception whilst loading {1}",
format=MESSAGE_FORMAT)
@LogMessage(level=WARN)
void warn_internal_utils_InitLoader_exception(String arg0,
@Cause
Throwable arg1)
warn_internal_utils_InitLoader_initfailed
@Message(id=21026,
value="{0} - attempt to initialise {1} with null class name!",
format=MESSAGE_FORMAT)
@LogMessage(level=WARN)
void warn_internal_utils_InitLoader_initfailed(String arg0,
String arg1)
info_internal_utils_InitLoader_loading
@Message(id=21027,
value="Loading {0} class - {1}",
format=MESSAGE_FORMAT)
@LogMessage(level=INFO)
void info_internal_utils_InitLoader_loading(String arg0,
String arg1)
Copyright © 2011. All Rights Reserved.