Module: IceGrid::CommunicatorDescriptor_mixin
- Includes:
- Ice::Object_mixin
- Included in:
- CommunicatorDescriptor, ServerDescriptor_mixin, ServiceDescriptor_mixin
- Defined in:
- lib/IceGrid/Descriptor.rb
Constant Summary collapse
- ICE_TYPE =
T_CommunicatorDescriptor
Constants included from Ice::Object_mixin
Ice::Object_mixin::OP_ice_id, Ice::Object_mixin::OP_ice_ids, Ice::Object_mixin::OP_ice_isA, Ice::Object_mixin::OP_ice_ping
Instance Attribute Summary collapse
-
#adapters ⇒ Object
Returns the value of attribute adapters.
-
#dbEnvs ⇒ Object
Returns the value of attribute dbEnvs.
-
#description ⇒ Object
Returns the value of attribute description.
-
#logs ⇒ Object
Returns the value of attribute logs.
-
#propertySet ⇒ Object
Returns the value of attribute propertySet.
Attributes included from Ice::Object_mixin
Instance Method Summary collapse
Methods included from Ice::Object_mixin
Instance Attribute Details
#adapters ⇒ Object
Returns the value of attribute adapters.
298 299 300 |
# File 'lib/IceGrid/Descriptor.rb', line 298 def adapters @adapters end |
#dbEnvs ⇒ Object
Returns the value of attribute dbEnvs.
298 299 300 |
# File 'lib/IceGrid/Descriptor.rb', line 298 def dbEnvs @dbEnvs end |
#description ⇒ Object
Returns the value of attribute description.
298 299 300 |
# File 'lib/IceGrid/Descriptor.rb', line 298 def description @description end |
#logs ⇒ Object
Returns the value of attribute logs.
298 299 300 |
# File 'lib/IceGrid/Descriptor.rb', line 298 def logs @logs end |
#propertySet ⇒ Object
Returns the value of attribute propertySet.
298 299 300 |
# File 'lib/IceGrid/Descriptor.rb', line 298 def propertySet @propertySet end |
Instance Method Details
#ice_id(current = nil) ⇒ Object
290 291 292 |
# File 'lib/IceGrid/Descriptor.rb', line 290 def ice_id(current=nil) '::IceGrid::CommunicatorDescriptor' end |
#ice_ids(current = nil) ⇒ Object
286 287 288 |
# File 'lib/IceGrid/Descriptor.rb', line 286 def ice_ids(current=nil) ['::Ice::Object', '::IceGrid::CommunicatorDescriptor'] end |
#inspect ⇒ Object
294 295 296 |
# File 'lib/IceGrid/Descriptor.rb', line 294 def inspect ::Ice::__stringify(self, T_CommunicatorDescriptor) end |