deleteUserSubclass

deleteUserSubclass(superclass: Class;
                   className : String);

The deleteUserSubclass method of the Schema class deletes the user class with the specified name and superclass in the receiving schema. The class cannot be deleted if instances of the class exist or if the class is being used by another process.

For more details about user classes, see "Adding User Classes at Run Time", in Chapter 21 of the JADE Developer's Reference.