Allows you to add COM and Microsoft Transaction Server support to the class you are creating in the Class Wizard. In this step you can also define the superclass and Javadoc comments for the class.
With the Superclass and Server Support step of the Class Wizard you can:
A read-only text box that shows the superclass for the class you are creating. You can change the superclass by clicking the Select Superclass button. This displays the Select Superclass dialog box which allows you to type in a name or choose a valid name from the list provided.
Displays the Select Superclass dialog box for selecting the superclass for the class you are creating.
A text box that allows you to add Javadoc comments for the class you are creating.
When selected, a comment tag is added above the class declaration to register the class as a COM class. Selecting this option allows the class you are creating to be exposed as a COM object and be accessible to other languages that support COM.
When the Enabled option is selected, Microsoft Transaction Server support is added to the current class declaration. Because transaction support is only valid for COM classes, when this option is selected, the COM Class option is automatically selected. The Class Wizard adds the @com.register and @com.transaction comment tags, as well as the com.ms.mtx.IObjectControl interface to the class's implemented interfaces list. The list provided next to the Enabled option allows you to define the parameter of the @com.transation comment tag. The parameter allows you to define the behavior of the transaction object.