Specify the remote business interface of Enterprise Beans. When an annotation is specified in an interface, that interface becomes a remote business interface. When specifying in the Bean class, you need to specify the remote business interface in the value element.
The following table lists the elements of @Remote:
Element name | Function |
---|---|
value | When specifying the annotation in the Bean class, specify the class of remote business interface. |
The details of each element are as follows: