com.bea.control
Annotation Type SessionEJB3Control.BusinessInterface


@Retention(value=RUNTIME)
@Target(value={TYPE,FIELD})
public static @interface SessionEJB3Control.BusinessInterface

Specifies the business interface of the EJB. This annotation is optional and only required when the beans business interface does not include a javax.ejb.Remote or javax.ejb.Local


Optional Element Summary
 Class local
           
 Class remote
           
 

remote

public abstract Class remote
Default:
com.bea.control.SessionEJB3Control.UndefinedBusinessInterface.class

local

public abstract Class local
Default:
com.bea.control.SessionEJB3Control.UndefinedBusinessInterface.class