Class Definitions dialog box

This is a feature of JBuilder Enterprise.

Use the Class Definitions dialog box to specify or modify the names of the package, the bean, the bean class, interfaces, and, for entity beans, the primary key class for a bean.

To display the Class Definitions dialog box,

  1. Click the top of the entity bean representation in the EJB Designer.
  2. Click the Classes And Packages button.

The fields available in this dialog box depend on whether the bean is a session bean, a message-driven bean, or an entity bean. Also, some of the interface fields may be disabled if you have not selected to generate both remote and local interfaces using the Interfaces field of the bean's inspector.

Default Package

The package where the bean classes are contained.

Bean Name

The name given to the bean as a whole.

Home Interface Class

The name of the home interface.

Local Home Interface Class

The name of the local home interface.

Remote Interface Class

The name of the remote interface.

Local Interface Class

The name of the local interface.

Primary Key Class

The name of the primary key class. This field appears only for an entity bean.