The Remote
annotation is applied to the session bean class or remote business interface to designate a
remote business interface of the bean.
When used on an interface, designates that interface as a remote business interface. In this case, no
value
element should be provided.
The Remote
annotation applies only to session beans and their interfaces.
Modifier and Type | Method and Description |
---|---|
public Class | Returns: an array ofjava.lang.Class objects.Specifies the remote business interface(s) of the bean. |
value | back to summary |
---|---|
public Class Specifies the remote business interface(s) of the bean. The
|