You can add an operation to an EJB interface from the interface property sheet or from the Bean class property sheet using the Add button in the Operations page.
When you add an operation to an interface, an implementation operation is automatically created in the Bean class because the interface operation has a linked method. This ensures operation synchronization.
For more information on synchronization, see Understanding operation synchronization