Uses of Class
org.infinispan.factories.impl.MBeanMetadata.AttributeMetadata
-
Packages that use MBeanMetadata.AttributeMetadata Package Description org.infinispan.factories.impl -
-
Uses of MBeanMetadata.AttributeMetadata in org.infinispan.factories.impl
Methods in org.infinispan.factories.impl that return types with arguments of type MBeanMetadata.AttributeMetadata Modifier and Type Method Description Collection<MBeanMetadata.AttributeMetadata>MBeanMetadata. getAttributes()Constructor parameters in org.infinispan.factories.impl with type arguments of type MBeanMetadata.AttributeMetadata Constructor Description MBeanMetadata(String jmxObjectName, String description, String superMBeanClassName, Collection<MBeanMetadata.AttributeMetadata> attributes, Collection<MBeanMetadata.OperationMetadata> operations)
-