2.4.18 @Remote

Organization of this subsection
(1) Description
(2) Element

(1) Description

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.

(2) Element

The following table lists the elements of @Remote:

Element nameFunction
valueWhen specifying the annotation in the Bean class, specify the class of remote business interface.

The details of each element are as follows:

(a) value element
Type
Class[]
Description
When specifying the annotation in the Bean class, specify the class of remote business interface.
Default value
{}