public class MBeanOperationBuilder
extends java.lang.Object
| Constructor and Description |
|---|
MBeanOperationBuilder() |
| Modifier and Type | Method and Description |
|---|---|
org.weakref.jmx.MBeanOperation |
build() |
MBeanOperationBuilder |
named(java.lang.String name) |
MBeanOperationBuilder |
onInstance(java.lang.Object target) |
MBeanOperationBuilder |
withAnnotatedMethod(java.lang.reflect.Method annotatedMethod) |
MBeanOperationBuilder |
withConcreteMethod(java.lang.reflect.Method concreteMethod) |
public MBeanOperationBuilder onInstance(java.lang.Object target)
public MBeanOperationBuilder named(java.lang.String name)
public MBeanOperationBuilder withConcreteMethod(java.lang.reflect.Method concreteMethod)
public MBeanOperationBuilder withAnnotatedMethod(java.lang.reflect.Method annotatedMethod)
public org.weakref.jmx.MBeanOperation build()
Copyright © 2023. All rights reserved.