|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.commons.modeler.demo.Demo
public class Demo
Demonstration program for the Modeller package. Instantiates a set of simple managed objects, and a set of corresponding MBeans, then manipulates the objects through the MBean interfaces.
| Constructor Summary | |
|---|---|
Demo()
|
|
| Method Summary | |
|---|---|
void |
handleNotification(javax.management.Notification notification,
java.lang.Object handback)
Handle the notification of a JMX event. |
static void |
main(java.lang.String[] arg)
The main program for this demonstration. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Demo()
| Method Detail |
|---|
public void handleNotification(javax.management.Notification notification,
java.lang.Object handback)
handleNotification in interface javax.management.NotificationListenernotification - The event that has occurredhandback - The handback object for this eventpublic static void main(java.lang.String[] arg)
args - Command line arguments
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||