Package org.infinispan.factories.impl
Class MBeanMetadata
java.lang.Object
org.infinispan.factories.impl.MBeanMetadata
JMX related component metadata, as expressed by
MBean
, ManagedAttribute
and ManagedOperation
annotations.- Since:
- 10.0
- Author:
- Dan Berindei
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
static final class
static final class
-
Constructor Summary
ConstructorDescriptionMBeanMetadata
(String jmxObjectName, String description, String superMBeanClassName, Collection<MBeanMetadata.AttributeMetadata> attributes, Collection<MBeanMetadata.OperationMetadata> operations) -
Method Summary
-
Constructor Details
-
MBeanMetadata
public MBeanMetadata(String jmxObjectName, String description, String superMBeanClassName, Collection<MBeanMetadata.AttributeMetadata> attributes, Collection<MBeanMetadata.OperationMetadata> operations)
-
-
Method Details