|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||
@Retention(value=RUNTIME) public @interface NoMBean
Annotation for excluding a method from the JMX interface. Below is an example of how it would be used
import com.wowza.util.NoMBean;
import com.wowza.wms.module.*;
class MyClass extends ModuleBase
{
@NoMBean public void myMethod()
{
}
}
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||