Describes an indirect object adapter. More...
#include <IceGrid/IceGrid.h>
Public Member Functions | |
void | ice_printFields (std::ostream &os) const |
Outputs the name and value of each field of this instance to the stream. | |
std::tuple< const std::string &, const std::string &, const std::string &, const std::string &, const std::string &, const bool &, const bool &, const ::IceGrid::ObjectDescriptorSeq &, const ::IceGrid::ObjectDescriptorSeq & > | ice_tuple () const |
Creates a tuple with all the fields of this struct. |
Public Attributes | |
::IceGrid::ObjectDescriptorSeq | allocatables |
The descriptors of allocatable objects. | |
std::string | description |
A description of this object adapter. | |
std::string | id |
The adapter ID. | |
std::string | name |
The object adapter name. | |
::IceGrid::ObjectDescriptorSeq | objects |
The descriptors of well-known objects. | |
std::string | priority |
The adapter priority. Only relevant when the adapter is in a replica group. | |
bool | registerProcess |
When true, the object adapter registers a process object. | |
std::string | replicaGroupId |
The replica group ID. It's empty when the adapter is not part of a replica group. | |
bool | serverLifetime |
When true, the lifetime of this object adapter is the same of the server lifetime. |
Describes an indirect object adapter.
Definition at line 255 of file Descriptor.h.