All Packages Class Hierarchy This Package Previous Next Index
Class examples.mo.Monitor2.Client
java.lang.Object
|
+----examples.mo.Monitor2.Client
- public class Client
- extends Object
- implements Runnable
The Client implements a simple management application.
The example shows how the gauge monitor can be used to observe the
differences in property values of a specific m-beans properties and
receive events according to changes in the observed gauge values for
two successive observations.
Prior to starting the client application, make sure an agent is running.
- See Also:
- AdaptorClient, Main
-
Client()
-
-
main(String[])
- It is possible to specify on the command line the implementation to use
for the adaptor function.
-
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.
Client
public Client()
main
public static void main(String argv[])
- It is possible to specify on the command line the implementation to use
for the adaptor function.
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