org.jgroups.annotations
Annotation Type ManagedOperation
@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface ManagedOperation
Indicates that a method in an MBean class defines an MBean
operation. @ManagedOperation annotation can be applied to a
public method of a public class that is itself optionally
annotated with an @MBean annotation, or inherits such an
annotation from a superclass.
- Author:
- Chris Mills
description
public abstract java.lang.String description
- Default:
- ""
Copyright © 1998-2012 Bela Ban / Red Hat. All Rights Reserved.