All Packages Class Hierarchy This Package Previous Next Index
Class examples.mo.SelfReg.SelfRegClient
java.lang.Object
|
+----examples.mo.SelfReg.SelfRegClient
- public class SelfRegClient
- extends Object
- implements Runnable
The SelfRegClient implements a simple management application.
The application shows how to:
- Set up communictaion using the RMI client adaptor.
- Instantiate an m-bean in a remote agent.
- Access and modify properties of a remote m-bean.
- Remove an m-bean from the remote agent.
Prior to starting the client application, make sure an agent is running.
- See Also:
- AdaptorClient, Main
-
SelfRegClient()
-
-
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.
SelfRegClient
public SelfRegClient()
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