Module: IceMX::TopicMetrics_mixin

Includes:
Metrics_mixin
Included in:
TopicMetrics
Defined in:
lib/IceStorm/Metrics.rb

Constant Summary collapse

ICE_TYPE =
T_TopicMetrics

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

#forwardedObject

Returns the value of attribute forwarded.



43
44
45
# File 'lib/IceStorm/Metrics.rb', line 43

def forwarded
  @forwarded
end

#publishedObject

Returns the value of attribute published.



43
44
45
# File 'lib/IceStorm/Metrics.rb', line 43

def published
  @published
end

Instance Method Details

#ice_id(current = nil) ⇒ Object



35
36
37
# File 'lib/IceStorm/Metrics.rb', line 35

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

#ice_ids(current = nil) ⇒ Object



31
32
33
# File 'lib/IceStorm/Metrics.rb', line 31

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

#inspectObject



39
40
41
# File 'lib/IceStorm/Metrics.rb', line 39

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