When you start an URBI server, an object of each class registered with UStart is created with the same name as the class. New instances can be created from URBI using the new command. For each instance created in URBI, a corresponding instance of the C++ object is created. You can get the arguments passed to the constructor by defining and binding a method named init with the appropriate number of arguments.