Module: IceGrid::ServiceDescriptor_mixin
- Includes:
- CommunicatorDescriptor_mixin
- Included in:
- ServiceDescriptor
- Defined in:
- lib/IceGrid/Descriptor.rb
Constant Summary collapse
- ICE_TYPE =
T_ServiceDescriptor
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
-
#entry ⇒ Object
Returns the value of attribute entry.
-
#name ⇒ Object
Returns the value of attribute name.
Attributes included from CommunicatorDescriptor_mixin
#adapters, #dbEnvs, #description, #logs, #propertySet
Attributes included from Ice::Object_mixin
Instance Method Summary collapse
Methods included from Ice::Object_mixin
Instance Attribute Details
#entry ⇒ Object
Returns the value of attribute entry.
494 495 496 |
# File 'lib/IceGrid/Descriptor.rb', line 494 def entry @entry end |
#name ⇒ Object
Returns the value of attribute name.
494 495 496 |
# File 'lib/IceGrid/Descriptor.rb', line 494 def name @name end |
Instance Method Details
#ice_id(current = nil) ⇒ Object
486 487 488 |
# File 'lib/IceGrid/Descriptor.rb', line 486 def ice_id(current=nil) '::IceGrid::ServiceDescriptor' end |
#ice_ids(current = nil) ⇒ Object
482 483 484 |
# File 'lib/IceGrid/Descriptor.rb', line 482 def ice_ids(current=nil) ['::Ice::Object', '::IceGrid::CommunicatorDescriptor', '::IceGrid::ServiceDescriptor'] end |
#inspect ⇒ Object
490 491 492 |
# File 'lib/IceGrid/Descriptor.rb', line 490 def inspect ::Ice::__stringify(self, T_ServiceDescriptor) end |