All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class examples.mo.Monitor.MbeanCreator

java.lang.Object
   |
   +----examples.mo.Monitor.MbeanCreator

public class MbeanCreator
extends Object
implements Runnable
The MbeanCreator implements a simple management application. The example instantiates 30 m-beans in a remote agent and remove them again. This client works in conjunction with the Client manager.

Prior to starting the client application, make sure an agent is running.

See Also:
MbeanCreator, AdaptorClient, Main, Simple

Constructor Index

 o MbeanCreator()

Method Index

 o main(String[])
It is possible to specify on the command line the implementation to use for the adaptor function.
 o run()
When an object implementing interface Runnable is used to create a thread, starting the thread causes the object's run method to be called in that separately executing thread.

Constructors

 o MbeanCreator
 public MbeanCreator()

Methods

 o main
 public static void main(String argv[])
It is possible to specify on the command line the implementation to use for the adaptor function.

 o run
 public void run()
When an object implementing interface Runnable is used to create a thread, starting the thread causes the object's run method to be called in that separately executing thread.


All Packages  Class Hierarchy  This Package  Previous  Next  Index