#include <DebugC.H>
Public Member Functions | |
| DebugC (CacheIntf::DebugLevel debug=CacheIntf::None, bool use_rt=false, unsigned int rt_secs=60) throw () | |
| ~DebugC () throw () | |
| void | FlushAll () const throw (SRPC::failure) |
| void | GetCacheId (CacheId &id) const throw (SRPC::failure) |
| void | GetCacheState (CacheState &state) const throw (SRPC::failure) |
| void | GetCacheInstance (FP::Tag &instance_fp) const throw (SRPC::failure) |
Protected Attributes | |
| MultiSRPC * | conns |
| CacheIntf::DebugLevel | debug |
| bool | use_read_timeout |
| unsigned int | read_timeout_seconds |
Private Member Functions | |
| void | NullCall (CacheIntf::ProcIds id, char *name, CacheIntf::DebugLevel level) const throw (SRPC::failure) |
| DebugC (const DebugC &) | |
|
||||||||||||||||
|
Definition at line 44 of file DebugC.C. References Config_CacheSection, NEW_CONSTR, and ReadConfig::TextVal(). |
|
|
Definition at line 53 of file DebugC.C. References conns. |
|
|
|
|
|
Definition at line 105 of file DebugC.C. References CacheIntf::FlushAllProc, and CacheIntf::MPKFileFlush. |
|
|
Definition at line 110 of file DebugC.C. References SRPC::enable_read_timeout(), CacheIntf::GetCacheIdProc, ParCacheC::Locate(), SRPC::send_end(), SRPC::start_call(), and CacheIntf::Version. |
|
|
Definition at line 171 of file DebugC.C. References SRPC::enable_read_timeout(), CacheIntf::GetCacheInstanceProc, ParCacheC::Locate(), SRPC::send_end(), SRPC::start_call(), and CacheIntf::Version. |
|
|
Definition at line 141 of file DebugC.C. References SRPC::enable_read_timeout(), CacheIntf::GetCacheStateProc, ParCacheC::Locate(), SRPC::send_end(), SRPC::start_call(), and CacheIntf::Version. |
|
||||||||||||||||
|
Definition at line 59 of file DebugC.C. References SRPC::enable_read_timeout(), ParCacheC::Locate(), Debug::Lock(), SRPC::recv_end(), SRPC::send_end(), SRPC::start_call(), Debug::Timestamp(), Debug::Unlock(), and CacheIntf::Version. |
|
|
Definition at line 70 of file DebugC.H. Referenced by ~DebugC(). |
|
|
|
|
|
|
|
|
|
1.4.2