Public Member Functions | |
ContainerProxyImpl (String name) | |
ComponentInfo | activate_component (int arg0, long executionId, String arg1, String arg2, String arg3) |
void | deactivate_components (int[] arg0) |
void | shutdown (int arg0) |
ComponentInfo[] | get_component_info (int[] arg0) |
String | name () |
void | disconnect () |
AuthenticationData | authenticate (long executionId, String arg0) |
void | message (short arg0, String arg1) |
void | taggedmessage (short arg0, short arg1, String arg2) |
boolean | ping () |
void | components_available (ComponentInfo[] arg0) |
void | components_unavailable (String[] arg0) |
Object | restart_component (int arg0) |
void | set_component_shutdown_order (int[] h) |
LogLevels | get_default_logLevels () |
void | set_default_logLevels (LogLevels levels) |
String[] | get_logger_names () |
LogLevels | get_logLevels (String logger_name) |
void | set_logLevels (String logger_name, LogLevels levels) |
void | refresh_logging_config () |
Protected Attributes | |
String | name |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Gets the log levels of the default logging configuration. These levels are used by all loggers that have not been configured individually. |
|
Gets the names of all loggers, to allow configuring their levels individually. The names are those that appear in the log records in the field "SourceObject". This includes the container logger, ORB logger, component loggers, and (only C++) GlobalLogger. |
|
Gets log levels for a particular named logger. If the returned field LogLevels.useDefault is true, then the logger uses the default levels, see get_default_logLevels(); otherwise the returned local and remote levels apply. |
|
|
|
|
|
|
|
Commands the container or manager to read in again the logging configuration from the CDB and to reconfigure the loggers accordingly. This allows for persistent changes in the logging configuration to become effective, and also for changes of more advanced parameters. |
|
|
|
|
|
Sets the log levels of the default logging configuration. These levels are used by all loggers that have not been configured individually. |
|
Sets log levels for a particular named logger. If levels.useDefault is true, then the logger will be reset to using default levels; otherwise it will use the supplied local and remote levels. |
|
|
|
|
|
|