|
OCILIB (C and C++ Driver for Oracle)
4.0.0
|
AQ identified agent for messages delivery. More...
#include <ocilib.hpp>
Inherits ocilib::HandleHolder< OCI_Agent * >.
Public Member Functions | |
| Agent (const Connection &connection, const ostring &name=OTEXT(""), const ostring &address=OTEXT("")) | |
| Create an AQ agent object. More... | |
| ostring | GetName () const |
| Get the given AQ agent name. | |
| void | SetName (const ostring &value) |
| Set the given AQ agent name. More... | |
| ostring | GetAddress () const |
| Get the given AQ agent address. More... | |
| void | SetAddress (const ostring &value) |
| Set the given AQ agent address. More... | |
AQ identified agent for messages delivery.
This class wraps the OCILIB object handle OCI_Agent and its related methods
Definition at line 6446 of file ocilib.hpp.
|
inline |
Create an AQ agent object.
| connection | - Connection object |
| name | - Agent name |
| address | - Agent address |
Definition at line 5448 of file ocilib_impl.hpp.
References ocilib::Check(), OCI_AgentCreate(), and OCI_AgentFree().
|
inline |
Set the given AQ agent name.
| value | - AQ agent name |
Definition at line 5463 of file ocilib_impl.hpp.
References ocilib::Check(), and OCI_AgentSetName().
|
inline |
Get the given AQ agent address.
Definition at line 5468 of file ocilib_impl.hpp.
References ocilib::Check(), ocilib::MakeString(), and OCI_AgentGetAddress().
|
inline |
Set the given AQ agent address.
| value | - AQ agent address |
Definition at line 5473 of file ocilib_impl.hpp.
References ocilib::Check(), and OCI_AgentSetAddress().