Class: Dcm4chee::Service::MBean

Inherits:
Object
  • Object
show all
Defined in:
lib/dcm4chee/services/mbean.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(jolokia) ⇒ MBean

Returns a new instance of MBean.



6
7
8
# File 'lib/dcm4chee/services/mbean.rb', line 6

def initialize(jolokia)
  @jolokia = jolokia
end

Instance Attribute Details

#jolokiaObject

Returns the value of attribute jolokia.



4
5
6
# File 'lib/dcm4chee/services/mbean.rb', line 4

def jolokia
  @jolokia
end