org.apache.qpid.agent.annotations
Annotation Type QMFObject


@Target(value=TYPE)
@Retention(value=RUNTIME)
@Documented
public @interface QMFObject

Tells the QMF Agent that this object will be a managed object. This will allow users to query for it, as well as invoke methods on it.


Required Element Summary
 String className
           
 String packageName
           
 

Element Detail

className

public abstract String className

packageName

public abstract String packageName


Licensed to the Apache Software Foundation