The class provides two interfaces: The class can be used in other java programs and it provides a main method which implements a simple command line interface.
| <host> | The host name where the behavior server is running |
| <port> | The port where the behavior server is listening |
| <classname> | A fully qualified class name. E.g. mypackage.mysubpackage.Myclass |
| <restart> | A restart flag. Must be "true" or "false". This flag determines whether an instance of an uploaded class should be restarted if the corresponding class (or super class) has changed. |
| <parameter> | A parameter of an instance or a class. All parameters are handled as strings. |
| <subclasses> | Must be "true" or "false". This flag determines whether a operation should include subclasses. |
| <id> | A unique identifier of an instance (a number). |
Take a look at the API of the Client class.