activemq::transport::inactivity::InactivityMonitor Class Reference
#include <src/main/activemq/transport/inactivity/InactivityMonitor.h>
Constructor & Destructor Documentation
| virtual activemq::transport::inactivity::InactivityMonitor::~InactivityMonitor |
( |
|
) |
[virtual] |
Member Function Documentation
| virtual void activemq::transport::inactivity::InactivityMonitor::afterNextIsStarted |
( |
|
) |
[protected, virtual] |
Subclasses can override this method to do their own post startup work.
This method will always be called after the doStart() method and the next transport's own start() methods have been successfully run.
Reimplemented from activemq::transport::TransportFilter.
| virtual void activemq::transport::inactivity::InactivityMonitor::beforeNextIsStopped |
( |
|
) |
[protected, virtual] |
Subclasses can override this method to do their own pre-stop work.
This method will always be called before the next transport's own stop() method or this filter's own doStop() method is called.
Reimplemented from activemq::transport::TransportFilter.
| virtual void activemq::transport::inactivity::InactivityMonitor::doClose |
( |
|
) |
[protected, virtual] |
Subclasses can override this method to do their own close work.
This method is always called after all the next transports have been closed to prevent this transport for destroying resources needed by the lower level transports.
Reimplemented from activemq::transport::TransportFilter.
| long long activemq::transport::inactivity::InactivityMonitor::getInitialDelayTime |
( |
|
) |
const |
| long long activemq::transport::inactivity::InactivityMonitor::getReadCheckTime |
( |
|
) |
const |
| long long activemq::transport::inactivity::InactivityMonitor::getWriteCheckTime |
( |
|
) |
const |
| bool activemq::transport::inactivity::InactivityMonitor::isKeepAliveResponseRequired |
( |
|
) |
const |
| virtual void activemq::transport::inactivity::InactivityMonitor::onCommand |
( |
const Pointer< Command > |
command |
) |
[virtual] |
| virtual void activemq::transport::inactivity::InactivityMonitor::oneway |
( |
const Pointer< Command > |
command |
) |
[virtual] |
Sends a one-way command.
Does not wait for any response from the broker.
- Parameters:
-
| command | The command to be sent. |
- Exceptions:
-
| IOException | if an exception occurs during writing of the command. |
| UnsupportedOperationException | if this method is not implemented by this transport. |
Reimplemented from activemq::transport::TransportFilter.
| virtual void activemq::transport::inactivity::InactivityMonitor::onException |
( |
const decaf::lang::Exception & |
ex |
) |
[virtual] |
| void activemq::transport::inactivity::InactivityMonitor::setInitialDelayTime |
( |
long long |
value |
) |
const |
| void activemq::transport::inactivity::InactivityMonitor::setKeepAliveResponseRequired |
( |
bool |
value |
) |
|
| void activemq::transport::inactivity::InactivityMonitor::setReadCheckTime |
( |
long long |
value |
) |
|
| void activemq::transport::inactivity::InactivityMonitor::setWriteCheckTime |
( |
long long |
value |
) |
|
Friends And Related Function Documentation
friend class AsyncSignalReadErrorkTask [friend] |
friend class AsyncWriteTask [friend] |
The documentation for this class was generated from the following file: