Entering content frame

Procedure documentation Propagating Methods to the Remote and Local Interfaces Locate the document in its SAP Library structure

Use

You can make business methods visible in the local and remote interfaces of the enterprise bean. Alternatively, you can remove methods from the interfaces. When you create a method in the Developer Studio, it is normally propagated automatically to the remote and local interfaces. In the J2EE Explorer, the icons show which methods are in which interface:

This graphic is explained in the accompanying text

Method is in neither remote nor local interface.

This graphic is explained in the accompanying text

Method has been propagated to the remote interface.

This graphic is explained in the accompanying text

Method has been propagated to the local interface.

This graphic is explained in the accompanying text

Method has been propagated to the remote and local interfaces.

Procedure

       1.      In the J2EE Explorer, select the methods to be propagated.

       2.      From the context menu, choose Propagate to  ® Local or Propagate to  ® Remote as required.

You can remove methods from the interfaces in a similar manner using Remove from.

Result

The appropriate code is added to, or removed from, the relevant interfaces.

Leaving content frame