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


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

Tells the QMF Agent that this object will be passed as a QMF event. This will cause only properties to be sent across the wire.


Required Element Summary
 String eventName
           
 String packageName
           
 

Element Detail

eventName

public abstract String eventName

packageName

public abstract String packageName


Licensed to the Apache Software Foundation