|
IBR-DTNSuite
0.12
|
#include <BundleExpiredEvent.h>


Public Member Functions | |
| virtual | ~BundleExpiredEvent () |
| const string | getName () const |
| std::string | getMessage () const |
| const dtn::data::BundleID & | getBundle () const |
Public Member Functions inherited from dtn::core::Event | |
| virtual | ~Event ()=0 |
| virtual std::string | toString () const |
| bool | isLoggable () const |
Static Public Member Functions | |
| static void | raise (const dtn::data::Bundle &bundle) |
| static void | raise (const dtn::data::BundleID &bundle) |
Static Public Attributes | |
| static const string | className = "BundleExpiredEvent" |
Additional Inherited Members | |
Public Attributes inherited from dtn::core::Event | |
| const int | prio |
Protected Member Functions inherited from dtn::core::Event | |
| Event (int prio=0) | |
| void | setLoggable (bool val) |
Definition at line 34 of file BundleExpiredEvent.h.
|
virtual |
Definition at line 42 of file BundleExpiredEvent.cpp.
| const dtn::data::BundleID & dtn::core::BundleExpiredEvent::getBundle | ( | ) | const |
Definition at line 69 of file BundleExpiredEvent.cpp.
Referenced by dtn::routing::RetransmissionExtension::raiseEvent().
|
virtual |
Get a describing message for this event
Implements dtn::core::Event.
Definition at line 64 of file BundleExpiredEvent.cpp.
References dtn::data::BundleID::toString().

|
virtual |
Get the name of this event.
Implements dtn::core::Event.
Definition at line 59 of file BundleExpiredEvent.cpp.
References className.
|
static |
Definition at line 47 of file BundleExpiredEvent.cpp.
References dtn::core::EventDispatcher< E >::queue().
Referenced by dtn::storage::MemoryBundleStorage::eventBundleExpired(), dtn::storage::SimpleBundleStorage::eventBundleExpired(), and dtn::storage::SQLiteDatabase::expire().

|
static |
Definition at line 53 of file BundleExpiredEvent.cpp.
References dtn::core::EventDispatcher< E >::queue().

|
static |
Definition at line 45 of file BundleExpiredEvent.h.
Referenced by getName().