Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members File Members
FileDatastore Class Reference#include <FileDatastore.h>
Inheritance diagram for FileDatastore::
List of all members.
Public Methods |
| FileDatastore (char *dataBase, Domain &theDomain, FEM_ObjectBroker &theBroker) |
| ~FileDatastore () |
int | getDbTag (void) |
| method to get a database tag. More...
|
char* | addToProgram (void) |
| methods defined in the Channel class interface which do nothing. More...
|
int | setUpShadow (void) |
int | setUpActor (void) |
int | setNextAddress (const ChannelAddress &otherChannelAddress) |
ChannelAddress* | getLastSendersAddress (void) |
int | commitState (int commitTag) |
int | sendObj (int commitTag, MovableObject &theObject, ChannelAddress *theAddress=0) |
| methods for sending and receiving the data. More...
|
int | recvObj (int commitTag, MovableObject &theObject, FEM_ObjectBroker &theBroker, ChannelAddress *theAddress=0) |
int | sendMsg (int dbTag, int commitTag, const Message &, ChannelAddress *theAddress=0) |
int | recvMsg (int dbTag, int commitTag, Message &, ChannelAddress *theAddress=0) |
int | sendMatrix (int dbTag, int commitTag, const Matrix &theMatrix, ChannelAddress *theAddress=0) |
int | recvMatrix (int dbTag, int commitTag, Matrix &theMatrix, ChannelAddress *theAddress=0) |
int | sendVector (int dbTag, int commitTag, const Vector &theVector, ChannelAddress *theAddress=0) |
int | recvVector (int dbTag, int commitTag, Vector &theVector, ChannelAddress *theAddress=0) |
int | sendID (int dbTag, int commitTag, const ID &theID, ChannelAddress *theAddress=0) |
int | recvID (int dbTag, int commitTag, ID &theID, ChannelAddress *theAddress=0) |
Constructor & Destructor Documentation
FileDatastore::~FileDatastore (
|
)
|
|
Member Function Documentation
char * FileDatastore::addToProgram (
|
void ) [virtual]
|
|
int FileDatastore::commitState (
|
int commitTag ) [virtual]
|
|
int FileDatastore::getDbTag (
|
void ) [virtual]
|
|
ChannelAddress * FileDatastore::getLastSendersAddress (
|
void ) [virtual]
|
|
int FileDatastore::recvID (
|
int dbTag,
|
|
int commitTag,
|
|
ID & theID,
|
|
ChannelAddress * theAddress = 0 ) [virtual]
|
|
int FileDatastore::recvMatrix (
|
int dbTag,
|
|
int commitTag,
|
|
Matrix & theMatrix,
|
|
ChannelAddress * theAddress = 0 ) [virtual]
|
|
int FileDatastore::recvMsg (
|
int dbTag,
|
|
int commitTag,
|
|
Message & theMessage,
|
|
ChannelAddress * theAddress = 0 ) [virtual]
|
|
int FileDatastore::recvVector (
|
int dbTag,
|
|
int commitTag,
|
|
Vector & theVector,
|
|
ChannelAddress * theAddress = 0 ) [virtual]
|
|
int FileDatastore::sendID (
|
int dbTag,
|
|
int commitTag,
|
|
const ID & theID,
|
|
ChannelAddress * theAddress = 0 ) [virtual]
|
|
int FileDatastore::sendMatrix (
|
int dbTag,
|
|
int commitTag,
|
|
const Matrix & theMatrix,
|
|
ChannelAddress * theAddress = 0 ) [virtual]
|
|
int FileDatastore::sendMsg (
|
int dbTag,
|
|
int commitTag,
|
|
const Message & theMessage,
|
|
ChannelAddress * theAddress = 0 ) [virtual]
|
|
int FileDatastore::sendVector (
|
int dbTag,
|
|
int commitTag,
|
|
const Vector & theVector,
|
|
ChannelAddress * theAddress = 0 ) [virtual]
|
|
int FileDatastore::setNextAddress (
|
const ChannelAddress & otherChannelAddress ) [virtual]
|
|
int FileDatastore::setUpActor (
|
void ) [virtual]
|
|
int FileDatastore::setUpShadow (
|
void ) [virtual]
|
|
The documentation for this class was generated from the following files:
|