Class EJBViewConfiguration

java.lang.Object
org.jboss.as.ee.component.ViewConfiguration
org.jboss.as.ejb3.component.EJBViewConfiguration

public class EJBViewConfiguration extends org.jboss.as.ee.component.ViewConfiguration
Jakarta Enterprise Beans specific view configuration.
Author:
Richard Opalka
  • Constructor Summary

    Constructors
    Constructor
    Description
    EJBViewConfiguration(Class<?> viewClass, org.jboss.as.ee.component.ComponentConfiguration componentConfiguration, org.jboss.msc.service.ServiceName viewServiceName, org.jboss.invocation.proxy.ProxyFactory<?> proxyFactory, org.jboss.metadata.ejb.spec.MethodInterfaceType methodIntf)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.jboss.metadata.ejb.spec.MethodInterfaceType
     

    Methods inherited from class org.jboss.as.ee.component.ViewConfiguration

    addAsyncMethod, addClientInterceptor, addClientInterceptor, addClientPostConstructInterceptor, addClientPreDestroyInterceptor, addViewInterceptor, addViewInterceptor, getAsyncMethods, getBindingConfigurations, getClientInterceptors, getClientPostConstructInterceptors, getClientPreDestroyInterceptors, getComponentConfiguration, getDependencies, getPrivateData, getProxyFactory, getViewClass, getViewInstanceFactory, getViewInterceptors, getViewServiceName, getViewToComponentMethodMap, putPrivateData, setViewInstanceFactory

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • EJBViewConfiguration

      public EJBViewConfiguration(Class<?> viewClass, org.jboss.as.ee.component.ComponentConfiguration componentConfiguration, org.jboss.msc.service.ServiceName viewServiceName, org.jboss.invocation.proxy.ProxyFactory<?> proxyFactory, org.jboss.metadata.ejb.spec.MethodInterfaceType methodIntf)
  • Method Details

    • getMethodIntf

      public org.jboss.metadata.ejb.spec.MethodInterfaceType getMethodIntf()