Class: Dcm4chee::Service::MBean
- Inherits:
-
Object
- Object
- Dcm4chee::Service::MBean
- Defined in:
- lib/dcm4chee/services/mbean.rb
Direct Known Subclasses
ApplicationEntityService, ContentEditService, FileSystemManagement, MoveScuService
Instance Attribute Summary collapse
-
#jolokia ⇒ Object
Returns the value of attribute jolokia.
Instance Method Summary collapse
-
#initialize(jolokia) ⇒ MBean
constructor
A new instance of MBean.
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
#jolokia ⇒ Object
Returns the value of attribute jolokia.
4 5 6 |
# File 'lib/dcm4chee/services/mbean.rb', line 4 def jolokia @jolokia end |