Uses of Class
org.infinispan.factories.impl.MBeanMetadata.OperationParameterMetadata
-
Packages that use MBeanMetadata.OperationParameterMetadata Package Description org.infinispan.factories.impl -
-
Uses of MBeanMetadata.OperationParameterMetadata in org.infinispan.factories.impl
Methods in org.infinispan.factories.impl that return MBeanMetadata.OperationParameterMetadata Modifier and Type Method Description MBeanMetadata.OperationParameterMetadata[]MBeanMetadata.OperationMetadata. getMethodParameters()Constructors in org.infinispan.factories.impl with parameters of type MBeanMetadata.OperationParameterMetadata Constructor Description OperationMetadata(String methodName, String operationName, String description, String returnType, MBeanMetadata.OperationParameterMetadata... methodParameters)
-