| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

In This Package:

IArchiveTrimSvc Class Reference

#include <IArchiveTrimSvc.h>

Inheritance diagram for IArchiveTrimSvc:

[legend]
Collaboration diagram for IArchiveTrimSvc:
[legend]
List of all members.

Public Types

 SUCCESS
 NO_INTERFACE
 VERSMISMATCH
 LAST_ERROR
enum  Status

Public Member Functions

virtual StatusCode trim (IDataManagerSvc *dataStore, TimeStamp latest)=0
 Trims the specified store using the provided latest time as the end of all valid time windows.
virtual const TimeStamp & window (const std::string &path)=0
 Returns the size of the time window for the specified path in the store.
virtual StatusCode queryInterface (const InterfaceID &riid, void **ppvInterface)=0
virtual unsigned long addRef ()=0
virtual unsigned long release ()=0

Static Public Member Functions

static const InterfaceIDinterfaceID ()
 Retrieve interface ID.

Public Attributes

 SUCCESS
 NO_INTERFACE
 VERSMISMATCH
 LAST_ERROR

Detailed Description

Definition at line 15 of file IArchiveTrimSvc.h.


Member Function Documentation

static const InterfaceID& IArchiveTrimSvc::interfaceID (  )  [inline, static]

Retrieve interface ID.

Reimplemented from IInterface.

Definition at line 20 of file IArchiveTrimSvc.h.

00020                                             {
00021       return IID_IArchiveTrimSvc;
00022     }

virtual StatusCode IArchiveTrimSvc::trim ( IDataManagerSvc dataStore,
TimeStamp  latest 
) [pure virtual]

Trims the specified store using the provided latest time as the end of all valid time windows.

virtual const TimeStamp& IArchiveTrimSvc::window ( const std::string &  path  )  [pure virtual]

Returns the size of the time window for the specified path in the store.


The documentation for this class was generated from the following file:
| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

Generated on Mon Apr 11 20:09:25 2011 for DybKernel by doxygen 1.4.7