| java.lang.Object com.caucho.ejb.cfg21.EjbView com.caucho.ejb.cfg21.EjbHomeView
All known Subclasses: com.caucho.ejb.cfg.EjbStatelessHomeView, com.caucho.ejb.cfg.EjbSessionHomeView, com.caucho.ejb.cfg21.EjbEntityHomeView,
EjbHomeView | public class EjbHomeView extends EjbView (Code) | | Configuration for a particular view.
|
EjbHomeView | public EjbHomeView(EjbBean bean, ApiClass apiClass, String prefix) throws ConfigException(Code) | | Creates a new entity bean configuration.
|
assembleView | protected void assembleView(BeanAssembler assembler, String fullClassName) throws ConfigException(Code) | | Assembles the generator.
|
Methods inherited from com.caucho.ejb.cfg21.EjbView | protected void assembleMethods(BeanAssembler assembler, ViewClass viewClass, String fullClassName) throws ConfigException(Code)(Java Doc) protected void assembleView(BeanAssembler assembler, String fullClassName) throws ConfigException(Code)(Java Doc) protected EjbMethod createBusinessMethod(ApiMethod apiMethod, ApiMethod implMethod) throws ConfigException(Code)(Java Doc) public ConfigException error(String msg)(Code)(Java Doc) protected ConfigException errorMissingMethod(ApiClass expectedClass, String expectedName, ApiMethod matchMethod)(Code)(Java Doc) protected EjbMethodPattern findMethodPattern(ApiMethod apiMethod, String prefix)(Code)(Java Doc) protected ApiClass getApiClass()(Code)(Java Doc) protected ArrayList<ApiClass> getApiList()(Code)(Java Doc) public EjbBean getBean()(Code)(Java Doc) public static String getClassName(Class cl)(Code)(Java Doc) public static String getFullMethodName(ApiMethod method)(Code)(Java Doc) public static String getFullMethodName(String methodName, Class[] paramTypes)(Code)(Java Doc) public ApiClass getImplClass()(Code)(Java Doc) public ArrayList<EjbMethod> getMethods()(Code)(Java Doc) public String getPrefix()(Code)(Java Doc) public CallChain getSecurityChain(CallChain callChain, ApiMethod apiMethod, String prefix)(Code)(Java Doc) public static String getShortClassName(ApiClass cl)(Code)(Java Doc) protected String getSuffix()(Code)(Java Doc) public CallChain getTransactionChain(CallChain callChain, ApiMethod apiMethod, ApiMethod implMethod, String prefix)(Code)(Java Doc) protected void introspect() throws ConfigException(Code)(Java Doc) protected EjbMethod introspectApiMethod(ApiMethod apiMethod) throws ConfigException(Code)(Java Doc) protected EjbMethod introspectBusinessMethod(ApiMethod implMethod) throws ConfigException(Code)(Java Doc) protected EjbMethod introspectEJBMethod(ApiMethod method) throws ConfigException(Code)(Java Doc) protected boolean isLocal()(Code)(Java Doc) protected void validateApiMethod(ApiMethod apiMethod) throws ConfigException(Code)(Java Doc) protected void validateException(ApiMethod method, Class exn) throws ConfigException(Code)(Java Doc) protected void validateExceptions(ApiMethod method, Class[] exn) throws ConfigException(Code)(Java Doc) protected void validateImplMethod(ApiMethod implMethod) throws ConfigException(Code)(Java Doc)
|
|
|