All Packages Class Hierarchy This Package Previous Next Index
Class examples.agentiiop.Client
java.lang.Object
|
+----examples.agentiiop.Client
- public class Client
- extends Object
- implements Runnable
This class provides a simple example showing how to write a client
using the Java Dynamic Management framework and IIOP adaptor.
-
Client()
-
-
Client(String)
-
-
getClassVersion()
- Returns the version of this class.
-
main(String[])
-
-
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()
Client
public Client(String adaptor) throws ClassNotFoundException, InstantiationException, IllegalAccessException
- Throws: ClassNotFoundException
- The specified class could not be found.
- Throws: InstantiationException
- A new instance of the specified class could not be created.
- Throws: IllegalAccessException
- The method has tried to access a class that is not public and in another package.
main
public static void main(String args[])
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.
getClassVersion
public String getClassVersion()
- Returns the version of this class.
All Packages Class Hierarchy This Package Previous Next Index