Module: IceMX::ConnectionMetrics_mixin
Constant Summary collapse
- ICE_TYPE =
T_ConnectionMetrics
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
-
#receivedBytes ⇒ Object
Returns the value of attribute receivedBytes.
-
#sentBytes ⇒ Object
Returns the value of attribute sentBytes.
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
#receivedBytes ⇒ Object
Returns the value of attribute receivedBytes.
650 651 652 |
# File 'lib/Ice/Metrics.rb', line 650 def receivedBytes @receivedBytes end |
#sentBytes ⇒ Object
Returns the value of attribute sentBytes.
650 651 652 |
# File 'lib/Ice/Metrics.rb', line 650 def sentBytes @sentBytes end |
Instance Method Details
#ice_id(current = nil) ⇒ Object
642 643 644 |
# File 'lib/Ice/Metrics.rb', line 642 def ice_id(current=nil) '::IceMX::ConnectionMetrics' end |
#ice_ids(current = nil) ⇒ Object
638 639 640 |
# File 'lib/Ice/Metrics.rb', line 638 def ice_ids(current=nil) ['::Ice::Object', '::IceMX::ConnectionMetrics', '::IceMX::Metrics'] end |
#inspect ⇒ Object
646 647 648 |
# File 'lib/Ice/Metrics.rb', line 646 def inspect ::Ice::__stringify(self, T_ConnectionMetrics) end |