11.07.2015 Views

Borland VisiBroker® 7.0 - Borland Technical Publications

Borland VisiBroker® 7.0 - Borland Technical Publications

Borland VisiBroker® 7.0 - Borland Technical Publications

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

vbsec::InitOptionsvbsec::InitOptionsInitOptions is a data structure passed to user plug-ins during initialization calls thatfacilitates the initialization process.Include fileThe vbsecspishared.h file should be included when you use this class.Data Membersstd::map* optionsA string map containing name/value pair presenting parsed property setting.::PortableInterceptor::ORBInitInfo* initInfoObject representing the ORB initialization information.::IOP::Codec* codecAn IOP Codec object.::vbsec::SimpleLogger* loggerA logger object.int logLevelvbsec::SimpleLoggerThe log level currently configured for the security service.SimpleLogger is a mechanism to log information of various levels. Currently it supportsfour different levels: LEVEL_WARNING, LEVEL_NOTICE, LEVEL_INFO, and LEVEL_DEBUG, withincreasing detailed information. There is only one logger in the whole security service.Include fileThe vbsecspishared.h file should be included when you use this class.MethodsReturnsReturns::std::ostream& WARNING()Returns the logging output stream for warning messages.The logging output stream for LEVEL_WARNING.::std::ostream& NOTICE()Returns the logging output stream for notice messages.The logging output stream for LEVEL_NOTICE, or a fake stream if the log level is set belowLEVEL_NOTICE.::std::ostream& INFO()Chapter 12: Security SPI for C++ 133

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!