treqs::TapesController Class Reference

Provides interface to create new Tapes and access Tape Objects. More...

#include <TapesController.h>

Inheritance diagram for treqs::TapesController:
Inheritance graph
[legend]
Collaboration diagram for treqs::TapesController:
Collaboration graph
[legend]

List of all members.

Public Member Functions

treqs::Tapecreate (string n, string m, TapeStatus ts)
 Create a new tape.

Static Public Member Functions

static TapesControllergetInstance ()
 Access the singleton instance.

Protected Member Functions

 TapesController ()
 Constructor.
 ~TapesController ()
 Destructor.

Static Private Attributes

static TapesController_instance = 0
 The singleton instance.
static LoggerPtr tlogger
 Logger for Log4CXX.

Detailed Description

Provides interface to create new Tapes and access Tape Objects.


Constructor & Destructor Documentation

treqs::TapesController::TapesController (  )  [protected]

Constructor.

Here is the caller graph for this function:

treqs::TapesController::~TapesController (  )  [protected]

Destructor.


Member Function Documentation

treqs::Tape * treqs::TapesController::create ( string  n,
string  m,
treqs::TapeStatus  ts 
)

Create a new tape.

The following parameters are needed

Parameters:
n Name of the tape
m Media type
ts Tape status (locked or unlocked)
Returns:
a pointer to a Tape

Here is the call graph for this function:

Here is the caller graph for this function:

treqs::TapesController * treqs::TapesController::getInstance (  )  [static]

Access the singleton instance.

Here is the call graph for this function:

Here is the caller graph for this function:


Member Data Documentation

The singleton instance.

LoggerPtr treqs::TapesController::tlogger [static, private]

Logger for Log4CXX.


The documentation for this class was generated from the following files:

Generated on 4 Mar 2010 for TReqS by  doxygen 1.6.1