javax.ejb
Annotation Type RemoteHome
@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface RemoteHome
Declares the Remote Home interface or adapted Remote Home interface
for a session bean. The value is never a 2.x Remote Component interface.
In the case of an adapted Remote Home interface, the Remote Component
interface is derived from the return type of Remote Home interface's
create method signature.
Required Element Summary |
java.lang.Class |
value
|
value
public abstract java.lang.Class value