Module: IceMX::SubscriberMetrics_mixin
Constant Summary collapse
- ICE_TYPE =
T_SubscriberMetrics
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
-
#delivered ⇒ Object
Returns the value of attribute delivered.
-
#outstanding ⇒ Object
Returns the value of attribute outstanding.
-
#queued ⇒ Object
Returns the value of attribute queued.
Attributes included from Metrics_mixin
#current, #failures, #id, #total, #totalLifetime
Attributes included from Ice::Object_mixin
Instance Method Summary collapse
Methods included from Ice::Object_mixin
Instance Attribute Details
#delivered ⇒ Object
Returns the value of attribute delivered.
107 108 109 |
# File 'lib/IceStorm/Metrics.rb', line 107 def delivered @delivered end |
#outstanding ⇒ Object
Returns the value of attribute outstanding.
107 108 109 |
# File 'lib/IceStorm/Metrics.rb', line 107 def outstanding @outstanding end |
#queued ⇒ Object
Returns the value of attribute queued.
107 108 109 |
# File 'lib/IceStorm/Metrics.rb', line 107 def queued @queued end |
Instance Method Details
#ice_id(current = nil) ⇒ Object
99 100 101 |
# File 'lib/IceStorm/Metrics.rb', line 99 def ice_id(current=nil) '::IceMX::SubscriberMetrics' end |
#ice_ids(current = nil) ⇒ Object
95 96 97 |
# File 'lib/IceStorm/Metrics.rb', line 95 def ice_ids(current=nil) ['::Ice::Object', '::IceMX::Metrics', '::IceMX::SubscriberMetrics'] end |
#inspect ⇒ Object
103 104 105 |
# File 'lib/IceStorm/Metrics.rb', line 103 def inspect ::Ice::__stringify(self, T_SubscriberMetrics) end |