Module: IceMX::ThreadMetrics_mixin

Includes:
Metrics_mixin
Included in:
ThreadMetrics
Defined in:
lib/Ice/Metrics.rb

Constant Summary collapse

ICE_TYPE =
T_ThreadMetrics

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

Attributes included from Metrics_mixin

#current, #failures, #id, #total, #totalLifetime

Attributes included from Ice::Object_mixin

#_ice_slicedData

Instance Method Summary collapse

Methods included from Ice::Object_mixin

#ice_isA, #ice_ping

Instance Attribute Details

#inUseForIOObject

Returns the value of attribute inUseForIO.



272
273
274
# File 'lib/Ice/Metrics.rb', line 272

def inUseForIO
  @inUseForIO
end

#inUseForOtherObject

Returns the value of attribute inUseForOther.



272
273
274
# File 'lib/Ice/Metrics.rb', line 272

def inUseForOther
  @inUseForOther
end

#inUseForUserObject

Returns the value of attribute inUseForUser.



272
273
274
# File 'lib/Ice/Metrics.rb', line 272

def inUseForUser
  @inUseForUser
end

Instance Method Details

#ice_id(current = nil) ⇒ Object



264
265
266
# File 'lib/Ice/Metrics.rb', line 264

def ice_id(current=nil)
    '::IceMX::ThreadMetrics'
end

#ice_ids(current = nil) ⇒ Object



260
261
262
# File 'lib/Ice/Metrics.rb', line 260

def ice_ids(current=nil)
    ['::Ice::Object', '::IceMX::Metrics', '::IceMX::ThreadMetrics']
end

#inspectObject



268
269
270
# File 'lib/Ice/Metrics.rb', line 268

def inspect
    ::Ice::__stringify(self, T_ThreadMetrics)
end