![]() |
Ice 3.9
Slice API Reference
|
Describes an indirect object adapter. More...
defined in <IceGrid/Descriptor.ice>
struct AdapterDescriptor { ... }
Data Members | |
| ObjectDescriptorSeq | allocatables |
| The descriptors of allocatable objects. | |
| string | description |
| A description of this object adapter. | |
| string | id |
| The adapter ID. | |
| string | name |
| The object adapter name. | |
| ObjectDescriptorSeq | objects |
| The descriptors of well-known objects. | |
| string | priority |
| The adapter priority. Only relevant when the adapter is in a replica group. | |
| bool | registerProcess = false |
| When true, the object adapter registers a process object. | |
| 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 69 of file Descriptor.ice.