Public Member Functions |
| LogForwarder (const std::string &name) |
ComponentConfigurator_ptr | getCompoConf (const char *name) |
ToolMsgReceiver_ptr | getToolMsgReceiver (const char *name) |
LogCentralComponent_ptr | getLogCentralComponent (const char *name) |
LogCentralTool_ptr | getLogCentralTool (const char *name) |
void | ping (const char *compoName, const char *objName) |
void | bind (const char *objName, const char *ior) |
void | unbind (const char *objName) |
LogSeqString * | getBindings (const char *ctxt) |
void | connectPeer (const char *ior, const char *host, const ::CORBA::Long port) |
void | setPeer (CorbaLogForwarder_ptr peer) |
CorbaLogForwarder_var | getPeer () |
char * | getIOR () |
void | removeObjectFromCache (const std::string &name) |
void | cleanCaches () |
char * | getName () |
char * | getPeerName () |
char * | getHost () |
char * | getPeerHost () |
LogSeqString * | routeTree () |
std::list< std::string > | otherForwarders () const |
void | setTagFilter (const ::tag_list_t &tagList, const char *objName) |
void | addTagFilter (const ::tag_list_t &tagList, const char *objName) |
void | removeTagFilter (const ::tag_list_t &tagList, const char *objName) |
void | test (const char *objName) |
short | disconnectTool (const char *toolName, const char *objName) |
tag_list_t * | getDefinedTags (const char *objName) |
component_list_t * | getDefinedComponents (const char *objName) |
short | addFilter (const char *toolName, const filter_t &filter, const char *objName) |
void | sendMsg (const log_msg_buf_t &msgBuf, const char *objName) |
short | connectTool (char *&toolName, const char *msgReceiver, const char *objName) |
short | flushAllFilters (const char *toolName, const char *objName) |
short | removeFilter (const char *toolName, const char *filterName, const char *objName) |
short | connectComponent (char *&, const char *, const char *, const char *, const log_time_t &, tag_list_t &, const char *) |
short | disconnectComponent (const char *componentName, const char *message, const char *objName) |
void | sendBuffer (const log_msg_buf_t &buffer, const char *objName) |
void | synchronize (const char *componentName, const log_time_t &componentTime, const char *objName) |
inline::CorbaLogForwarder_ptr | _this () |
virtual _CORBA_Boolean | _dispatch (omniCallHandle &) |
virtual ::CORBA::Short | connectComponent (char *&componentName, const char *componentHostname, const char *message, const char *compConfigurator, const ::log_time_t &componentTime,::tag_list_t &initialConfig, const char *objName)=0 |
virtual void | sendBuffer (const ::log_msg_buf_t &buffer, const char *objName)=0 |
virtual void | synchronize (const char *componentName, const ::log_time_t &componentTime, const char *objName)=0 |
virtual void | sendMsg (const ::log_msg_buf_t &msgBuf, const char *objName)=0 |
virtual ::CORBA::Short | addFilter (const char *toolName, const ::filter_t &filter, const char *objName)=0 |