All Packages Class Hierarchy This Package Previous Next Index
Class examples.qry.Client
java.lang.Object
|
+----examples.qry.Client
- public class Client
- extends Object
- implements Runnable
This class provides a simple example of a client using
queries to filter objects obtained from a remote agent.
-
Client()
-
-
Client(String)
-
-
getClassVersion()
- Returns the version of this class.
-
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()
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[])
- 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.
getClassVersion
public String getClassVersion()
- Returns the version of this class.
All Packages Class Hierarchy This Package Previous Next Index